diff options
| author | Jack Nagel | 2014-12-17 00:09:04 -0500 |
|---|---|---|
| committer | Jack Nagel | 2014-12-17 00:10:36 -0500 |
| commit | 2bc87b265e26b160f8494a243865132ae0ba16cc (patch) | |
| tree | 4b999ddf0ffc2501f9f9c99d4ad484aeab67c472 /Library | |
| parent | 3cb57163d97945757098bc0ab513da8dc6da3dd4 (diff) | |
| download | homebrew-2bc87b265e26b160f8494a243865132ae0ba16cc.tar.bz2 | |
storm: update homepage, use apache mirror url
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/storm.rb | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/Library/Formula/storm.rb b/Library/Formula/storm.rb index 3c4123d97..91fdf2702 100644 --- a/Library/Formula/storm.rb +++ b/Library/Formula/storm.rb @@ -1,12 +1,10 @@ -require 'formula' - class Storm < Formula - homepage 'https://github.com/nathanmarz/storm/wiki' - url 'http://mirror.olnevhost.net/pub/apache/storm/apache-storm-0.9.3/apache-storm-0.9.3.zip' - sha1 'efccdca0babbcf36416f1229ee961639b234e53c' + homepage "http://storm.apache.org" + url "http://www.apache.org/dyn/closer.cgi?path=storm/apache-storm-0.9.3/apache-storm-0.9.3.tar.gz" + sha1 "33545afc72281d6e8b497fcbdf2b9944eebb83aa" def install - libexec.install Dir['*'] + libexec.install Dir["*"] bin.install_symlink libexec/"bin/storm" end end |
