From 833c3b7952c5d4ed292ed93d9bde9cccd4e901c7 Mon Sep 17 00:00:00 2001 From: adriancole Date: Thu, 22 Aug 2013 16:01:01 -0700 Subject: denominator 3.7.0 Closes #22088. Signed-off-by: Jack Nagel --- Library/Formula/denominator.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Library') diff --git a/Library/Formula/denominator.rb b/Library/Formula/denominator.rb index fe6bf1fc1..02a5e63e7 100644 --- a/Library/Formula/denominator.rb +++ b/Library/Formula/denominator.rb @@ -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" -- cgit v1.2.3