diff options
| -rw-r--r-- | Library/Formula/rhino.rb | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/Library/Formula/rhino.rb b/Library/Formula/rhino.rb index 05ccb53fa..27498deaa 100644 --- a/Library/Formula/rhino.rb +++ b/Library/Formula/rhino.rb @@ -2,9 +2,8 @@ require 'formula' class Rhino < Formula homepage 'https://www.mozilla.org/rhino/' - url 'https://github.com/mozilla/rhino/releases/download/Rhino1_7R5_RELEASE/rhino1_7R5.zip' - sha1 '39ada4cca8c7f651a68eda3f307ff9b68808f0ce' - version '1.7R5' + url 'https://github.com/mozilla/rhino/releases/download/Rhino1_7_6_RELEASE/rhino1.7.6.zip' + sha1 '7d86ccb422bc82569b334bad68cee385c3a4540c' def install libexec.install 'js.jar' |
