diff options
| author | Mathias Bynens | 2014-12-23 18:02:23 +0100 |
|---|---|---|
| committer | Mike McQuaid | 2014-12-23 17:16:53 +0000 |
| commit | d16b912af096b3e143577fc2e93e2be2b9f278e2 (patch) | |
| tree | 20740a3c61dde2aa93605734ef4d6274dae4b240 | |
| parent | 381d036406914ba08fc4cd2463d166e723cc24c0 (diff) | |
| download | homebrew-d16b912af096b3e143577fc2e93e2be2b9f278e2.tar.bz2 | |
ringojs 0.11.0
Closes #35215.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
| -rw-r--r-- | Library/Formula/ringojs.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/ringojs.rb b/Library/Formula/ringojs.rb index 91b9d22eb..bde626eca 100644 --- a/Library/Formula/ringojs.rb +++ b/Library/Formula/ringojs.rb @@ -2,8 +2,8 @@ require 'formula' class Ringojs < Formula homepage 'http://ringojs.org' - url 'http://ringojs.org/downloads/ringojs-0.10.tar.gz' - sha1 'e8ca13e23ab757f1e52132a1357a59b107318e91' + url 'https://github.com/ringo/ringojs/releases/download/v0.11.0/ringojs-0.11.tar.gz' + sha1 'ffeca5905165b0c883fb81cfcad8ca640772bf03' def install rm Dir['bin/*.cmd'] |
