aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorBrewTestBot2014-07-03 13:32:21 +0100
committerMike McQuaid2014-07-03 13:36:12 +0100
commit3cf2b01a4de93a4bd04f6e9fba5269da2bf53446 (patch)
tree4d8c707844effca99a777577198a4fcb07295561 /Library/Formula
parentf9a462c3240990077c2e793259063b8a94d7e644 (diff)
downloadhomebrew-3cf2b01a4de93a4bd04f6e9fba5269da2bf53446.tar.bz2
shadowsocks-libev: add 1.4.5 bottle.
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/shadowsocks-libev.rb7
1 files changed, 7 insertions, 0 deletions
diff --git a/Library/Formula/shadowsocks-libev.rb b/Library/Formula/shadowsocks-libev.rb
index c745ed945..dc824f416 100644
--- a/Library/Formula/shadowsocks-libev.rb
+++ b/Library/Formula/shadowsocks-libev.rb
@@ -6,12 +6,19 @@ class ShadowsocksLibev < Formula
stable do
url "https://github.com/madeye/shadowsocks-libev/archive/v1.4.5.tar.gz"
sha1 "d5333f6a749c521826f8e6b866e04d20fbe842fe"
+
patch do
url "https://github.com/madeye/shadowsocks-libev/commit/5d0696.diff"
sha1 "8b4c8912ad2f56c0ebe63512ee62185ba4c93873"
end
end
+ bottle do
+ sha1 "d55667d256e996e612c5308c54ed9f54112c7b27" => :mavericks
+ sha1 "f6759d7578e303c06c76f788cb58904635a4c249" => :mountain_lion
+ sha1 "62fc946fbebe8c7e3abea37e05ccf718928845f3" => :lion
+ end
+
head "https://github.com/madeye/shadowsocks-libev.git"
option "with-polarssl", "Use PolarSSL instead of OpenSSL"