diff options
| author | BrewTestBot | 2014-03-26 19:45:07 +0000 | 
|---|---|---|
| committer | Mike McQuaid | 2014-03-31 10:51:46 -0500 | 
| commit | 7b68e440f1626fc17a33afb2784404139cafd24c (patch) | |
| tree | 629b9602a68146252e3eb732ea61d5703a742e0f | |
| parent | 54a25c0d4ad0c8e159d084ec9f9251445fb6c717 (diff) | |
| download | homebrew-7b68e440f1626fc17a33afb2784404139cafd24c.tar.bz2 | |
cspice: add 64 bottle.
Closes #27647.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
| -rw-r--r-- | Library/Formula/cspice.rb | 7 | 
1 files changed, 7 insertions, 0 deletions
| diff --git a/Library/Formula/cspice.rb b/Library/Formula/cspice.rb index f8122671b..55a8d1ef0 100644 --- a/Library/Formula/cspice.rb +++ b/Library/Formula/cspice.rb @@ -6,6 +6,13 @@ class Cspice < Formula    sha1 "e5546a72a2d0c7e337850a10d208014efb57d78d"    version "64" +  bottle do +    cellar :any +    sha1 "be5a92d5a4a1e6f19ba6b03a4fe8bca227a64d9d" => :mavericks +    sha1 "d2b58e8648bcd288a50bf852448a8c0a27c717b3" => :mountain_lion +    sha1 "1a41bc5c47948c6b7e9288bb2c365573461df460" => :lion +  end +    def install      rm_f Dir["lib/*"]      rm_f Dir["exe/*"] | 
