aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authoradriancole2013-06-04 23:19:30 -0700
committerSamuel John2013-06-05 14:46:02 +0200
commit42da579f3f4fa55a967f4908d29c434bc5a0aec5 (patch)
tree8d9d790fe82735f5504bcbb2b648586fb7c22bff /Library
parent5d30c532880ef6d5c9189acbeaeaa7bdf0681c14 (diff)
downloadhomebrew-42da579f3f4fa55a967f4908d29c434bc5a0aec5.tar.bz2
update to denominator 1.1.4 which include config file support
Closes #20282. Signed-off-by: Samuel John <github@SamuelJohn.de>
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 a57bedfb8..4bcac2720 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.3/denominator?direct',
+ url 'http://dl.bintray.com/content/netflixoss/denominator/denominator-cli/release/1.1.4/denominator?direct',
:using => :nounzip
- version '1.1.3'
- sha1 '97da0f22a2eb2854339677f5576b8995d81b2ad5'
+ version '1.1.4'
+ sha1 '1613e16a5eeeab089f6322343103e5ecf77b8238'
def install
bin.install "denominator?direct" => "denominator"