aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authoradriancole2013-07-10 14:01:27 -0700
committerAdam Vandenberg2013-07-10 14:30:19 -0700
commit0f62f1daaba2260038a500e56075500f53695779 (patch)
tree164f35b712b4ab1338d0fecf22693a3f514b0b04 /Library/Formula
parent03ff115d06700c7ac0d34691dc798b6201d86744 (diff)
downloadhomebrew-0f62f1daaba2260038a500e56075500f53695779.tar.bz2
denominator 3.0.0
Closes #21131. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Formula')
-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 c56c43524..9d253d4d6 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.2.0/denominator?direct',
+ url 'http://dl.bintray.com/content/netflixoss/denominator/denominator-cli/release/3.0.0/denominator?direct',
:using => :nounzip
- version '2.2.0'
- sha1 '981434971b44283a7e7d9b54ffea4e5ef68e9bfa'
+ version '3.0.0'
+ sha1 'c5ef7d0782b3b8c11446f3a073626f4e90ef45b3'
test do
system "#{bin}/denominator", "help"