denominator 3.7.0

Closes Homebrew/homebrew#22088.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
master
adriancole 2013-08-22 16:01:01 -07:00 committed by Jack Nagel
parent feb0cb2422
commit 3a758ad637
1 changed files with 3 additions and 3 deletions

View File

@ -3,10 +3,10 @@ require 'formula'
class Denominator < ScriptFileFormula
# 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'
url 'http://dl.bintray.com/content/netflixoss/denominator/denominator-cli/release/3.6.0/denominator?direct',
url 'http://dl.bintray.com/content/netflixoss/denominator/denominator-cli/release/3.7.0/denominator?direct',
:using => :nounzip
version '3.6.0'
sha1 '8eea233c46c653e963d774158537d7574ed352ea'
version '3.7.0'
sha1 'e55e6c724277d5a7b1b38dff81df2ef49c9a4ba1'
test do
system "#{bin}/denominator", "help"