aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authoradriancole2013-08-19 14:40:25 -0700
committerAdam Vandenberg2013-08-19 20:31:08 -0700
commitf499ceb943eb97edf241abeef8dfe9c85b09de82 (patch)
tree0c4b859e2454604de8ff13366111176045498279 /Library
parentcb9317eb03f54b1951c5c13d9e6096a36a871fef (diff)
downloadhomebrew-f499ceb943eb97edf241abeef8dfe9c85b09de82.tar.bz2
denominator 3.6.0
Closes #22011. Signed-off-by: Adam Vandenberg <flangy@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 d0b3fbc06..fe6bf1fc1 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.5.0/denominator?direct',
+ url 'http://dl.bintray.com/content/netflixoss/denominator/denominator-cli/release/3.6.0/denominator?direct',
:using => :nounzip
- version '3.5.0'
- sha1 '87048817cf1b4ddcade05b8763ce3b6088493eb7'
+ version '3.6.0'
+ sha1 '8eea233c46c653e963d774158537d7574ed352ea'
test do
system "#{bin}/denominator", "help"