From 8b810a583bc7e0b92488da6e17593ac7ff13f614 Mon Sep 17 00:00:00 2001 From: blogabe Date: Mon, 28 Jul 2014 14:49:48 -0700 Subject: [PATCH] cspice 65 --- Formula/cspice.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Formula/cspice.rb b/Formula/cspice.rb index 55a8d1ef015..49bc7c0181d 100644 --- a/Formula/cspice.rb +++ b/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