diff options
| author | Bruce Steedman | 2014-11-30 12:06:59 +0000 |
|---|---|---|
| committer | Mike McQuaid | 2014-11-30 17:54:38 +0000 |
| commit | ac3fc2f9d786c432334370894bfe31d534f14ebb (patch) | |
| tree | 784b865adc99a0d5caae41f4e191ac90b1b01801 /Library | |
| parent | 48e8083c6607380863c58614b72f4ad81386b22f (diff) | |
| download | homebrew-ac3fc2f9d786c432334370894bfe31d534f14ebb.tar.bz2 | |
privoxy 3.0.22
..with correct sha1
Closes #34565.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
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 |
