cspice 65

master
blogabe 2014-07-28 14:49:48 -07:00 committed by Mike McQuaid
parent 5f00bc9678
commit 8b810a583b
1 changed files with 3 additions and 3 deletions

View File

@ -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