denominator 1.2.1

Closes Homebrew/homebrew#20350.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
master
adriancole 2013-06-08 07:55:07 -07:00 committed by Adam Vandenberg
parent 51502a2086
commit 9468904f52
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/1.2.0/denominator?direct',
url 'http://dl.bintray.com/content/netflixoss/denominator/denominator-cli/release/1.2.1/denominator?direct',
:using => :nounzip
version '1.2.0'
sha1 '9331a1eb9c4c68c40b621e0b92d7e1e471a56bae'
version '1.2.1'
sha1 '2d9b9248bdff1f5c09a19bf6d71f7f28ef3e1306'
test do
system "#{bin}/denominator", "help"