diff options
| author | BrewTestBot | 2014-10-20 09:39:11 +0100 | 
|---|---|---|
| committer | Mike McQuaid | 2014-10-20 10:18:37 +0100 | 
| commit | f01c1cd2976b801365b19e06782791fde33b2773 (patch) | |
| tree | 590c96d06a1060be35025dc02a70dbdc0f988f20 /Library/Formula/libidl.rb | |
| parent | afa7e7e524c57f13554df43ba02637e53631dbf3 (diff) | |
| download | homebrew-f01c1cd2976b801365b19e06782791fde33b2773.tar.bz2 | |
libidl: update 0.8.14 bottle.
Diffstat (limited to 'Library/Formula/libidl.rb')
| -rw-r--r-- | Library/Formula/libidl.rb | 7 | 
1 files changed, 4 insertions, 3 deletions
| diff --git a/Library/Formula/libidl.rb b/Library/Formula/libidl.rb index b479ca6f1..63b2b263b 100644 --- a/Library/Formula/libidl.rb +++ b/Library/Formula/libidl.rb @@ -7,9 +7,10 @@ class Libidl < Formula    bottle do      cellar :any -    sha1 "180ee43bd107ff66958c084e07cee49dfebe3ad8" => :mavericks -    sha1 "67b52367b3837a35a040756e9527843c7c128c7d" => :mountain_lion -    sha1 "32f78e432853dfddafed4a616f55e3dcde64ccd0" => :lion +    revision 1 +    sha1 "60164bc801b8634dc8a49a0a20feb69b3d07ecd2" => :yosemite +    sha1 "ce811907de560d4267e86a751aaae547917b821b" => :mavericks +    sha1 "b84b7a68bbfac07be00db3449ad7b9ca3baecdca" => :mountain_lion    end    option :universal | 
