diff options
| author | Adam Vandenberg | 2013-11-16 12:03:55 -0800 |
|---|---|---|
| committer | Adam Vandenberg | 2013-11-16 16:32:39 -0800 |
| commit | ad3a148a9a35bd919a38f2d62b34c24665c0c909 (patch) | |
| tree | e56c4cad7a911b0e9073706d448e7833d1a09428 | |
| parent | e4a59e741763af8db81f27a02f89d00fbb3e21dc (diff) | |
| download | homebrew-ad3a148a9a35bd919a38f2d62b34c24665c0c909.tar.bz2 | |
denominator: fix audit
| -rw-r--r-- | Library/Formula/denominator.rb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Library/Formula/denominator.rb b/Library/Formula/denominator.rb index 264f927dc..195f453ec 100644 --- a/Library/Formula/denominator.rb +++ b/Library/Formula/denominator.rb @@ -5,7 +5,6 @@ class Denominator < ScriptFileFormula homepage 'https://github.com/Netflix/denominator/tree/master/cli' url 'http://dl.bintray.com/content/netflixoss/denominator/denominator-cli/release/4.3.2/denominator?direct', :using => :nounzip - version '4.3.2' sha1 '9cdc9d1f3121512eb3bdb0ee93540cce30926702' test do |
