From 2bc87b265e26b160f8494a243865132ae0ba16cc Mon Sep 17 00:00:00 2001 From: Jack Nagel Date: Wed, 17 Dec 2014 00:09:04 -0500 Subject: storm: update homepage, use apache mirror url --- Library/Formula/storm.rb | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) (limited to 'Library') 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 -- cgit v1.2.3