aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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