denominator 3.4.0

Closes Homebrew/homebrew#21708.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
master
adriancole 2013-08-06 14:25:12 -04:00 committed by Adam Vandenberg
parent df1892c1fc
commit 461b93758b
1 changed files with 3 additions and 3 deletions

View File

@ -3,10 +3,10 @@ require 'formula'
class Denominator < ScriptFileFormula class Denominator < ScriptFileFormula
# This is a shell script wrapping a java jar; download as single file using nounzip # This is a shell script wrapping a java jar; download as single file using nounzip
homepage 'https://github.com/Netflix/denominator/tree/master/denominator-cli' homepage 'https://github.com/Netflix/denominator/tree/master/denominator-cli'
url 'http://dl.bintray.com/content/netflixoss/denominator/denominator-cli/release/3.3.0/denominator?direct', url 'http://dl.bintray.com/content/netflixoss/denominator/denominator-cli/release/3.4.0/denominator?direct',
:using => :nounzip :using => :nounzip
version '3.3.0' version '3.4.0'
sha1 '28ecc9b17dcefb2061798441d93cd2aa814292ca' sha1 '01e81f21f232c4256ec766206e9056e40ca0d7ed'
test do test do
system "#{bin}/denominator", "help" system "#{bin}/denominator", "help"