storm 0.9.5
Closes Homebrew/homebrew#40568. Signed-off-by: Xu Cheng <xucheng@me.com>
This commit is contained in:
parent
f7760298be
commit
c7f5bad73e
1 changed files with 2 additions and 2 deletions
|
@ -1,8 +1,8 @@
|
|||
class Storm < Formula
|
||||
desc "Distributed realtime computation system to process data streams"
|
||||
homepage "https://storm.apache.org"
|
||||
url "https://www.apache.org/dyn/closer.cgi?path=storm/apache-storm-0.9.4/apache-storm-0.9.4.tar.gz"
|
||||
sha256 "2cdb3530839375bb5f18751ff16ff78b11e9b4f6d23c423c95d78487ad92d38e"
|
||||
url "https://www.apache.org/dyn/closer.cgi?path=storm/apache-storm-0.9.5/apache-storm-0.9.5.tar.gz"
|
||||
sha256 "2e8337126de8d1e180abe77fb81af7c971f8c4b2dad94e446ac86c0f02ba3fb2"
|
||||
|
||||
def install
|
||||
libexec.install Dir["*"]
|
||||
|
|
Loading…
Reference in a new issue