squid 3.4.9

master
Brett Koonce 2014-11-02 20:43:40 -08:00 committed by Mike McQuaid
parent d7056ed7e8
commit 27f88adc4a
1 changed files with 4 additions and 2 deletions

View File

@ -2,8 +2,8 @@ require "formula"
class Squid < Formula
homepage "http://www.squid-cache.org/"
url "http://www.squid-cache.org/Versions/v3/3.4/squid-3.4.7.tar.bz2"
sha1 "724bc2f7aa2b7dab4111305af3f243b84468689f"
url "http://www.squid-cache.org/Versions/v3/3.4/squid-3.4.9.tar.bz2"
sha1 "a356cadc324d91c41119f96a7d1a20330866c1ac"
bottle do
sha1 "f505e4b18fae3fc4423bce935e9e859e003f34ab" => :mavericks
@ -11,6 +11,8 @@ class Squid < Formula
sha1 "489cd4206f99ec11bd6c6a48bfa8557e2348bed1" => :lion
end
depends_on "openssl"
def install
# http://stackoverflow.com/questions/20910109/building-squid-cache-on-os-x-mavericks
ENV.append "LDFLAGS", "-lresolv"