diff options
| author | BrewTestBot | 2014-07-03 20:34:34 +0100 |
|---|---|---|
| committer | Mike McQuaid | 2014-07-03 22:33:31 +0100 |
| commit | cbc9ffa23d8d02513f5abba80e8252b34cc85a8a (patch) | |
| tree | 2f60e8f74288e2b59b81eb3a1b8550063c71244c | |
| parent | b8bf80be49f32e9536cb183d883144e3bebfcf1a (diff) | |
| download | homebrew-cbc9ffa23d8d02513f5abba80e8252b34cc85a8a.tar.bz2 | |
libming: add 0.4.4_1 bottle.
| -rw-r--r-- | Library/Formula/libming.rb | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Library/Formula/libming.rb b/Library/Formula/libming.rb index aeb7335ac..467209595 100644 --- a/Library/Formula/libming.rb +++ b/Library/Formula/libming.rb @@ -6,6 +6,13 @@ class Libming < Formula sha1 'e803b3b94a00a361e3415105f26112cf6f7bac81' revision 1 + bottle do + cellar :any + sha1 "e7a7d3bb3e102bfadf7fd3af997a9fdb61cbbb11" => :mavericks + sha1 "4b88a6b8e9687b243a8ab6271a8e9e554bba9667" => :mountain_lion + sha1 "c046dd6bd1a4db541ece2d7de4f0d0a64d615a58" => :lion + end + option 'perl', 'Build the perl extension' option 'php', 'Build the php extension' |
