Shaun Jackman 1ad0de8660 pathname: Add [-0-9] to BOTTLE_EXTNAME_RX
Change [a-z_]+(32)? to [-a-z0-9_]+
The Linuxbrew bottle tag is x86_64-linux.

Closes Homebrew/homebrew#32687.

Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2015-03-31 15:07:46 +01:00
..
2015-03-04 23:20:13 +08:00
2015-03-13 18:43:42 +08:00
2015-03-28 21:54:52 -07:00
2015-03-10 08:33:08 +00:00
2015-03-05 20:48:47 -05:00
2015-03-31 19:04:58 +08:00
2014-09-28 01:11:31 -05:00
2014-02-10 13:17:16 -05:00
2013-04-07 20:59:49 -05:00
2014-09-26 18:22:19 -07:00
2015-03-04 23:20:13 +08:00
2015-01-03 22:39:07 -05:00
2014-12-29 12:20:03 +00:00
2014-06-23 22:34:41 -05:00
2014-12-08 12:41:50 +00:00
2014-12-11 13:59:12 +00:00
2015-01-13 16:35:24 -05:00
2015-03-12 15:19:02 +00:00
2014-07-03 16:37:43 -05:00
2014-10-26 15:42:41 +00:00
2015-03-27 20:07:50 -04:00

Homebrew Public API

We're (finally) working on a documented public API for Homebrew. It's currently a work in progress; a bunch of public stuff is documented and a bunch of private stuff is undocumented. Sorry about that!

The main class you should look at is {Formula}. Assume everything else is private for now.