Squid 3.3.5
Closes Homebrew/homebrew#20842. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
parent
811871ed99
commit
4d0c48696e
1 changed files with 3 additions and 2 deletions
|
@ -15,8 +15,8 @@ end
|
|||
|
||||
class Squid < Formula
|
||||
homepage 'http://www.squid-cache.org/'
|
||||
url 'http://www.squid-cache.org/Versions/v3/3.2/squid-3.2.9.tar.gz'
|
||||
sha1 'c1f5f8de4e622a1fe98e9f854507237fbae06be2'
|
||||
url 'http://www.squid-cache.org/Versions/v3/3.3/squid-3.3.5.tar.gz'
|
||||
sha1 '66210259645f50bd4af0f6aa4e871381c0bf35be'
|
||||
|
||||
depends_on NoBdb5
|
||||
|
||||
|
@ -31,6 +31,7 @@ class Squid < Formula
|
|||
--enable-ssl
|
||||
--enable-ssl-crtd
|
||||
--disable-eui
|
||||
--enable-ipfw-transparent
|
||||
]
|
||||
|
||||
system "./configure", *args
|
||||
|
|
Loading…
Reference in a new issue