aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoradriancole2013-06-07 11:50:15 -0700
committerAdam Vandenberg2013-06-07 17:02:02 -0700
commitcb5c4902a1dca034f5f4f6e107a1592e370f61f9 (patch)
tree34439ee97bc17468451e7d3ec8dd499822c3cb16
parent4eccac39805a1a0032c72c066dbdf130b4b9c5bd (diff)
downloadhomebrew-cb5c4902a1dca034f5f4f6e107a1592e370f61f9.tar.bz2
denominator 1.2.0
Closes #20332. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
-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 4bcac2720..52444ae49 100644
--- a/Library/Formula/denominator.rb
+++ b/Library/Formula/denominator.rb
@@ -4,10 +4,10 @@ class Denominator < Formula
# nounzip as this is a single executable file; it is a shell script wrapper around
# a java jar file
homepage 'https://github.com/Netflix/denominator/tree/master/denominator-cli'
- url 'http://dl.bintray.com/content/netflixoss/denominator/denominator-cli/release/1.1.4/denominator?direct',
+ url 'http://dl.bintray.com/content/netflixoss/denominator/denominator-cli/release/1.2.0/denominator?direct',
:using => :nounzip
- version '1.1.4'
- sha1 '1613e16a5eeeab089f6322343103e5ecf77b8238'
+ version '1.2.0'
+ sha1 '9331a1eb9c4c68c40b621e0b92d7e1e471a56bae'
def install
bin.install "denominator?direct" => "denominator"