aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorJack Nagel2014-12-17 00:09:04 -0500
committerJack Nagel2014-12-17 00:10:36 -0500
commit2bc87b265e26b160f8494a243865132ae0ba16cc (patch)
tree4b999ddf0ffc2501f9f9c99d4ad484aeab67c472 /Library
parent3cb57163d97945757098bc0ab513da8dc6da3dd4 (diff)
downloadhomebrew-2bc87b265e26b160f8494a243865132ae0ba16cc.tar.bz2
storm: update homepage, use apache mirror url
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/storm.rb10
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