aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authoradriancole2013-08-22 16:01:01 -0700
committerJack Nagel2013-08-22 18:27:02 -0500
commit833c3b7952c5d4ed292ed93d9bde9cccd4e901c7 (patch)
tree8caf4c3f70f4367b48915fcc57cb8b64d56efd18 /Library
parentc45608e405662fc2d438b0089e4099de9c39d42f (diff)
downloadhomebrew-833c3b7952c5d4ed292ed93d9bde9cccd4e901c7.tar.bz2
denominator 3.7.0
Closes #22088. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/denominator.rb6
1 files changed, 3 insertions, 3 deletions
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"