nifi 1.1.0
Closes #7400. Signed-off-by: William Woodruff <william@tuffbizz.com>
This commit is contained in:
parent
356822ff23
commit
ce5e88c8ed
1 changed files with 3 additions and 3 deletions
|
@ -1,12 +1,12 @@
|
|||
class Nifi < Formula
|
||||
desc "Easy to use, powerful, and reliable system to process and distribute data."
|
||||
homepage "https://nifi.apache.org"
|
||||
url "https://www.apache.org/dyn/closer.cgi?path=/nifi/1.0.0/nifi-1.0.0-bin.tar.gz"
|
||||
sha256 "2b06f389b5e328614e0e2c7add22e6e192917a9e375aa0798835552c670923a8"
|
||||
url "https://www.apache.org/dyn/closer.cgi?path=/nifi/1.1.0/nifi-1.1.0-bin.tar.gz"
|
||||
sha256 "3190d5b27d2668cf9a61ad458f666a686b315241025b1b4fb2f4e40f121ffb81"
|
||||
|
||||
bottle :unneeded
|
||||
|
||||
depends_on :java => "1.7+"
|
||||
depends_on :java => "1.8+"
|
||||
|
||||
def install
|
||||
libexec.install Dir["*"]
|
||||
|
|
Loading…
Reference in a new issue