diff options
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/squid.rb | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/Library/Formula/squid.rb b/Library/Formula/squid.rb index eaefd7b8d..388c3eb29 100644 --- a/Library/Formula/squid.rb +++ b/Library/Formula/squid.rb @@ -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 |
