aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authoradriancole2013-05-25 13:02:06 -0700
committerAdam Vandenberg2013-05-25 16:48:44 -0700
commite19e23bdef1ee48a9fc5b3d95997044b5c4a2fe2 (patch)
tree6f9ce1e8fc3bfc8bbd168c39a3c74594464ea62f /Library/Formula
parentbbeed74ecb19d71b1c207b9430aec8ee6f29d517 (diff)
downloadhomebrew-e19e23bdef1ee48a9fc5b3d95997044b5c4a2fe2.tar.bz2
denominator 1.1.3
Closes #20082. 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 ce3b2bf13..a57bedfb8 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.2/denominator?direct',
+ url 'http://dl.bintray.com/content/netflixoss/denominator/denominator-cli/release/1.1.3/denominator?direct',
:using => :nounzip
- version '1.1.2'
- sha1 '8fd15d9579c7e1e9b79b3e1987a5dfb61499fb24'
+ version '1.1.3'
+ sha1 '97da0f22a2eb2854339677f5576b8995d81b2ad5'
def install
bin.install "denominator?direct" => "denominator"