diff options
| author | adriancole | 2013-06-04 23:19:30 -0700 |
|---|---|---|
| committer | Samuel John | 2013-06-05 14:46:02 +0200 |
| commit | 42da579f3f4fa55a967f4908d29c434bc5a0aec5 (patch) | |
| tree | 8d9d790fe82735f5504bcbb2b648586fb7c22bff /Library | |
| parent | 5d30c532880ef6d5c9189acbeaeaa7bdf0681c14 (diff) | |
| download | homebrew-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.rb | 6 |
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" |
