diff options
| author | adriancole | 2013-07-30 10:54:00 -0400 |
|---|---|---|
| committer | Adam Vandenberg | 2013-07-30 08:43:20 -0700 |
| commit | 4dd5457260b0fd7652a8128aeded88b6a6ed805b (patch) | |
| tree | 62ea7419a1b1be761cec8b0beba52884f579afdf /Library/Formula | |
| parent | 3dea137d8f5e1adec7a7fdfc8820c001ed7cec03 (diff) | |
| download | homebrew-4dd5457260b0fd7652a8128aeded88b6a6ed805b.tar.bz2 | |
denominator 3.3.0
Closes #21542.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Formula')
| -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 4a0129723..dadcc8770 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/3.2.0/denominator?direct', + url 'http://dl.bintray.com/content/netflixoss/denominator/denominator-cli/release/3.3.0/denominator?direct', :using => :nounzip - version '3.2.0' - sha1 '927e407907b27436aec038480a212377c87d1987' + version '3.3.0' + sha1 '28ecc9b17dcefb2061798441d93cd2aa814292ca' test do system "#{bin}/denominator", "help" |
