storm: update homepage & add head
Closes Homebrew/homebrew#28129. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
parent
91c454ad0d
commit
efccfedbbe
1 changed files with 2 additions and 1 deletions
|
@ -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['*']
|
||||||
|
|
Loading…
Reference in a new issue