diff options
| author | blogabe | 2014-07-28 14:49:48 -0700 | 
|---|---|---|
| committer | Mike McQuaid | 2014-07-29 10:17:25 +0200 | 
| commit | 3c328e7bca0d8ceb516c058205ab5f583ed8938c (patch) | |
| tree | b6d460cff83393f427fe2dbc0079f1d42b350850 | |
| parent | 9855abb7fb927e4770458b8f1bce448680e31403 (diff) | |
| download | homebrew-3c328e7bca0d8ceb516c058205ab5f583ed8938c.tar.bz2 | |
cspice 65
| -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 55a8d1ef0..49bc7c018 100644 --- a/Library/Formula/cspice.rb +++ b/Library/Formula/cspice.rb @@ -3,8 +3,8 @@ require "formula"  class Cspice < Formula    homepage "http://naif.jpl.nasa.gov/naif/index.html"    url "http://naif.jpl.nasa.gov/pub/naif/toolkit/C/MacIntel_OSX_AppleC_64bit/packages/cspice.tar.Z" -  sha1 "e5546a72a2d0c7e337850a10d208014efb57d78d" -  version "64" +  sha1 "1500a926f01a0bb04744ebe8af0149c7ae098a8f" +  version "65"    bottle do      cellar :any @@ -26,6 +26,6 @@ class Cspice < Formula    end    test do -    system "#{bin}/tobin", "#{prefix}/data/cook_01.tsp", "DELME" +    system "#{bin}/tobin", "#{share}/cspice/data/cook_01.tsp", "DELME"    end  end | 
