diff options
| author | BrewTestBot | 2014-07-29 01:13:19 +0100 | 
|---|---|---|
| committer | Mike McQuaid | 2014-07-29 10:17:31 +0200 | 
| commit | 77ddaf3d2265e0e8e195d6cc9f4a5662f51f07fc (patch) | |
| tree | f0801dea1a8bb92d316ed08bffea778736550783 | |
| parent | 3c328e7bca0d8ceb516c058205ab5f583ed8938c (diff) | |
| download | homebrew-77ddaf3d2265e0e8e195d6cc9f4a5662f51f07fc.tar.bz2 | |
cspice: update 65 bottle.
Closes #31193.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
| -rw-r--r-- | Library/Formula/cspice.rb | 6 | 
1 files changed, 3 insertions, 3 deletions
| diff --git a/Library/Formula/cspice.rb b/Library/Formula/cspice.rb index 49bc7c018..9659d399c 100644 --- a/Library/Formula/cspice.rb +++ b/Library/Formula/cspice.rb @@ -8,9 +8,9 @@ class Cspice < Formula    bottle do      cellar :any -    sha1 "be5a92d5a4a1e6f19ba6b03a4fe8bca227a64d9d" => :mavericks -    sha1 "d2b58e8648bcd288a50bf852448a8c0a27c717b3" => :mountain_lion -    sha1 "1a41bc5c47948c6b7e9288bb2c365573461df460" => :lion +    sha1 "095c1b894921f82dcfe230dc5519fa5b0d69e586" => :mavericks +    sha1 "24d4dbac215fa337c642f1b5f962c83fb73ad774" => :mountain_lion +    sha1 "c9c33e2601e87f6608c4b58ba51b549b6e04a0c9" => :lion    end    def install | 
