denominator 1.3.0

Closes Homebrew/homebrew#20490.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
master
adriancole 2013-06-13 14:07:14 -07:00 committed by Adam Vandenberg
parent 2a86229191
commit 7c65b1f450
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.1/denominator?direct',
url 'http://dl.bintray.com/content/netflixoss/denominator/denominator-cli/release/1.3.0/denominator?direct',
:using => :nounzip
version '1.2.1'
sha1 '2d9b9248bdff1f5c09a19bf6d71f7f28ef3e1306'
version '1.3.0'
sha1 '0d6a2314684a7748a7b50289149ec4812e4a25d5'
test do
system "#{bin}/denominator", "help"