diff options
| author | BrewTestBot | 2014-06-06 18:17:37 +0100 |
|---|---|---|
| committer | Mike McQuaid | 2014-06-06 18:41:55 +0100 |
| commit | ccb75d7f9b57952ae08319b03972f4d926ed47c0 (patch) | |
| tree | 442b6e71efa00a1058b9881f2d505ff69faa5323 /Library | |
| parent | 549173743fc531b2996c31d49dc0fd49d955eb09 (diff) | |
| download | homebrew-ccb75d7f9b57952ae08319b03972f4d926ed47c0.tar.bz2 | |
sproxy: add 1.02 bottle.
Closes #29941.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/sproxy.rb | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Library/Formula/sproxy.rb b/Library/Formula/sproxy.rb index 0c157f8ef..035deb9a3 100644 --- a/Library/Formula/sproxy.rb +++ b/Library/Formula/sproxy.rb @@ -5,6 +5,12 @@ class Sproxy < Formula url 'http://www.joedog.org/pub/sproxy/sproxy-1.02.tar.gz' sha1 'afda6727f7a65445556cd849161c0c752c47a7f6' + bottle do + sha1 "704405b86b25ab918c032f1acd1406c6d3cd9303" => :mavericks + sha1 "406908571ae5c9ff66df74b06c28ae4b9ca46d8b" => :mountain_lion + sha1 "0fcd7718cc091d48d74e72093a40acc9a650a208" => :lion + end + def install system "./configure", "--disable-debug", "--disable-dependency-tracking", "--prefix=#{prefix}" |
