diff options
| author | blogabe | 2015-03-12 08:07:33 -0700 |
|---|---|---|
| committer | Mike McQuaid | 2015-03-12 15:48:41 +0000 |
| commit | 45c4674a51127a6cd8b97f96f046fdab45dc770d (patch) | |
| tree | 4f8bde1cce622d18565a32d3126588764a3c678d /Library/Formula | |
| parent | 56d8595dbdd400f2078d09b8f0c488e978c7df94 (diff) | |
| download | homebrew-45c4674a51127a6cd8b97f96f046fdab45dc770d.tar.bz2 | |
xplanet, xplanetfx, cspice: use sha256.
Closes #37643.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/cspice.rb | 2 | ||||
| -rw-r--r-- | Library/Formula/xplanet.rb | 2 | ||||
| -rw-r--r-- | Library/Formula/xplanetfx.rb | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/Library/Formula/cspice.rb b/Library/Formula/cspice.rb index 9659d399c..c20eb6434 100644 --- a/Library/Formula/cspice.rb +++ b/Library/Formula/cspice.rb @@ -3,7 +3,7 @@ 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 "1500a926f01a0bb04744ebe8af0149c7ae098a8f" + sha256 "c009981340de17fb1d9b55e1746f32336e1a7a3ae0b4b8d68f899ecb6e96dd5d" version "65" bottle do diff --git a/Library/Formula/xplanet.rb b/Library/Formula/xplanet.rb index 11428df81..a485eea0c 100644 --- a/Library/Formula/xplanet.rb +++ b/Library/Formula/xplanet.rb @@ -3,7 +3,7 @@ require "formula" class Xplanet < Formula homepage "http://xplanet.sourceforge.net/" url "https://downloads.sourceforge.net/project/xplanet/xplanet/1.3.0/xplanet-1.3.0.tar.gz" - sha1 "7c5208b501b441a0184cbb334a5658d0309d7dac" + sha256 "44fb742bb93e5661ea8b11ccabcc12896693e051f3dd5083c9227224c416b442" bottle do revision 2 diff --git a/Library/Formula/xplanetfx.rb b/Library/Formula/xplanetfx.rb index e20df762f..becdbffa3 100644 --- a/Library/Formula/xplanetfx.rb +++ b/Library/Formula/xplanetfx.rb @@ -3,7 +3,7 @@ require "formula" class Xplanetfx < Formula homepage "http://mein-neues-blog.de/xplanetFX/" url "http://repository.mein-neues-blog.de:9000/archive/xplanetfx-2.6.4_all.tar.gz" - sha1 "289b5581350f0b153e74cd57b0ac7eee1e165e66" + sha256 "0c7ea5783103f00867eecc1603e598b89fd52bd19954fd2976e3aa89390813ca" version "2.6.4" bottle do |
