diff options
| author | BrewTestBot | 2014-07-03 20:34:33 +0100 |
|---|---|---|
| committer | Mike McQuaid | 2014-07-03 22:33:29 +0100 |
| commit | 4ecfd363455e735a13366c97078f7d28fb1a8be0 (patch) | |
| tree | 053d3caef347f79be5855b3a1ca0147a63c04b35 /Library/Formula/libidl.rb | |
| parent | e849d51d30b9d1d9a27529f3706b7474e4a49cce (diff) | |
| download | homebrew-4ecfd363455e735a13366c97078f7d28fb1a8be0.tar.bz2 | |
libidl: add 0.8.14 bottle.
Diffstat (limited to 'Library/Formula/libidl.rb')
| -rw-r--r-- | Library/Formula/libidl.rb | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Library/Formula/libidl.rb b/Library/Formula/libidl.rb index e906e4529..b479ca6f1 100644 --- a/Library/Formula/libidl.rb +++ b/Library/Formula/libidl.rb @@ -5,6 +5,13 @@ class Libidl < Formula url 'http://ftp.gnome.org/pub/gnome/sources/libIDL/0.8/libIDL-0.8.14.tar.bz2' sha1 'abedf091bef0c7e65162111baf068dcb739ffcd3' + bottle do + cellar :any + sha1 "180ee43bd107ff66958c084e07cee49dfebe3ad8" => :mavericks + sha1 "67b52367b3837a35a040756e9527843c7c128c7d" => :mountain_lion + sha1 "32f78e432853dfddafed4a616f55e3dcde64ccd0" => :lion + end + option :universal depends_on 'pkg-config' => :build |
