aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorBrett Koonce2014-11-02 20:43:40 -0800
committerMike McQuaid2014-11-03 08:24:08 +0000
commitc750c1279b3b8615d55f7f0d02aba590b2c9049e (patch)
tree8856c7e60158d91e1877d9823bb171ca7034d4ac /Library/Formula
parentabe1ed0414a67a1e243a58c0e193f90078eff97b (diff)
downloadhomebrew-c750c1279b3b8615d55f7f0d02aba590b2c9049e.tar.bz2
squid 3.4.9
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/squid.rb6
1 files changed, 4 insertions, 2 deletions
diff --git a/Library/Formula/squid.rb b/Library/Formula/squid.rb
index ef1b865ed..52fc7fe9f 100644
--- a/Library/Formula/squid.rb
+++ b/Library/Formula/squid.rb
@@ -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"