diff options
| author | Pavel Penkov | 2013-06-27 10:57:11 +0400 |
|---|---|---|
| committer | Adam Vandenberg | 2013-06-30 16:09:27 -0700 |
| commit | 221cff39d2fea92a1ee47b4083545ffd48e60a96 (patch) | |
| tree | 809a02076138918a4184e560fbd61cc7f8c0c5be /Library/Formula | |
| parent | af0b3d3269c825b4afbec00dcb9a03d4c5f816f8 (diff) | |
| download | homebrew-221cff39d2fea92a1ee47b4083545ffd48e60a96.tar.bz2 | |
Squid 3.3.5
Closes #20842.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Formula')
| -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 |
