diff options
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/privoxy.rb | 4 |
1 files changed, 2 insertions, 2 deletions
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 |
