From 221cff39d2fea92a1ee47b4083545ffd48e60a96 Mon Sep 17 00:00:00 2001 From: Pavel Penkov Date: Thu, 27 Jun 2013 10:57:11 +0400 Subject: Squid 3.3.5 Closes #20842. Signed-off-by: Adam Vandenberg --- Library/Formula/squid.rb | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'Library/Formula') 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 -- cgit v1.2.3