aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authoradriancole2013-07-01 12:15:52 -0700
committerAdam Vandenberg2013-07-01 12:15:06 -0700
commitfddd353a613ab36955e836fedc2042d1460d2de7 (patch)
tree8852e4df39de847f6df39d729207b3b205eb8268 /Library
parenteb63fd1d0d5cde4ead06a52bdd665283ef4ee15b (diff)
downloadhomebrew-fddd353a613ab36955e836fedc2042d1460d2de7.tar.bz2
denominator 2.1.0
Closes #20946. 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 204e3c423..2d4700b6b 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/2.0.0/denominator?direct',
+ url 'http://dl.bintray.com/content/netflixoss/denominator/denominator-cli/release/2.1.0/denominator?direct',
:using => :nounzip
- version '2.0.0'
- sha1 '759d6168a28007699177dd0f593e19f41aafa545'
+ version '2.1.0'
+ sha1 '7a4ec95250e83c29c1d789c1fb23c4da649df35e'
test do
system "#{bin}/denominator", "help"