From ac3fc2f9d786c432334370894bfe31d534f14ebb Mon Sep 17 00:00:00 2001 From: Bruce Steedman Date: Sun, 30 Nov 2014 12:06:59 +0000 Subject: privoxy 3.0.22 ..with correct sha1 Closes #34565. Signed-off-by: Mike McQuaid --- Library/Formula/privoxy.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Library/Formula') diff --git a/Library/Formula/privoxy.rb b/Library/Formula/privoxy.rb index 125f6ebc5..fff8742ca 100644 --- a/Library/Formula/privoxy.rb +++ b/Library/Formula/privoxy.rb @@ -2,8 +2,8 @@ require 'formula' class Privoxy < Formula homepage 'http://www.privoxy.org' - url 'https://downloads.sourceforge.net/project/ijbswa/Sources/3.0.21%20%28stable%29/privoxy-3.0.21-stable-src.tar.gz' - sha1 '2d73a9146e87218b25989096f63ab0772ce24109' + url 'https://downloads.sourceforge.net/project/ijbswa/Sources/3.0.22%20%28stable%29/privoxy-3.0.22-stable-src.tar.gz' + sha1 '16cab9bb2055546a5f70815044dab893396c5686' depends_on "autoconf" => :build depends_on "automake" => :build -- cgit v1.2.3