diff options
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/storm.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/storm.rb b/Library/Formula/storm.rb index 3b5daacda..3c4123d97 100644 --- a/Library/Formula/storm.rb +++ b/Library/Formula/storm.rb @@ -2,8 +2,8 @@ require 'formula' class Storm < Formula homepage 'https://github.com/nathanmarz/storm/wiki' - url 'http://mirror.csclub.uwaterloo.ca/apache/incubator/storm/apache-storm-0.9.2-incubating/apache-storm-0.9.2-incubating.zip' - sha1 '92536843d76463974dd7bce4f8694fa6e462f0b6' + url 'http://mirror.olnevhost.net/pub/apache/storm/apache-storm-0.9.3/apache-storm-0.9.3.zip' + sha1 'efccdca0babbcf36416f1229ee961639b234e53c' def install libexec.install Dir['*'] |
