storm: update homepage & add head

Closes Homebrew/homebrew#28129.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
Andrew Marshall 2014-04-03 23:20:54 -04:00 committed by Adam Vandenberg
parent 91c454ad0d
commit efccfedbbe

View file

@ -1,10 +1,11 @@
require 'formula' require 'formula'
class Storm < Formula class Storm < Formula
homepage 'https://github.com/nathanmarz/storm/wiki' homepage 'https://storm.incubator.apache.org'
url 'http://mirror.csclub.uwaterloo.ca/apache/incubator/storm/apache-storm-0.9.1-incubating/apache-storm-0.9.1-incubating.zip' 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' version '0.9.1'
sha1 '75f28e07fae2d21e427ba998b93069ef7dd3e184' sha1 '75f28e07fae2d21e427ba998b93069ef7dd3e184'
head 'https://github.com/apache/incubator-storm.git'
def install def install
libexec.install Dir['*'] libexec.install Dir['*']