From 27f88adc4a62ee2c86fdc9971e87153824f81b6a Mon Sep 17 00:00:00 2001 From: Brett Koonce Date: Sun, 2 Nov 2014 20:43:40 -0800 Subject: [PATCH] squid 3.4.9 --- Formula/squid.rb | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/Formula/squid.rb b/Formula/squid.rb index ef1b865edf5..52fc7fe9f9d 100644 --- a/Formula/squid.rb +++ b/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"