diff options
| -rw-r--r-- | Library/Formula/storm.rb | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/Library/Formula/storm.rb b/Library/Formula/storm.rb index 2c321972f..819721b58 100644 --- a/Library/Formula/storm.rb +++ b/Library/Formula/storm.rb @@ -2,8 +2,9 @@ require 'formula' class Storm < Formula homepage 'https://github.com/nathanmarz/storm/wiki' - url 'https://dl.dropboxusercontent.com/s/dj86w8ojecgsam7/storm-0.9.0.1.zip' - sha1 '230abcc15a9e1358442429fd1c856dc12a3be920' + url 'http://mirror.csclub.uwaterloo.ca/apache/incubator/storm/apache-storm-0.9.1-incubating/apache-storm-0.9.1-incubating.zip' + version '0.9.1' + sha1 '75f28e07fae2d21e427ba998b93069ef7dd3e184' def install libexec.install Dir['*'] |
