nifi 1.1.0

Closes #7400.

Signed-off-by: William Woodruff <william@tuffbizz.com>
This commit is contained in:
Alec Wenzowski 2016-11-29 18:46:50 -05:00 committed by William Woodruff
parent 356822ff23
commit ce5e88c8ed
No known key found for this signature in database
GPG key ID: 85AE00C504833B3C

View file

@ -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["*"]