diff options
author | Andrew Lewman <andrew@torproject.org> | 2006-11-26 03:12:09 +0000 |
---|---|---|
committer | Andrew Lewman <andrew@torproject.org> | 2006-11-26 03:12:09 +0000 |
commit | 983550949270fb4c6c5e54d4d4b2bd1cfd934c78 (patch) | |
tree | a7fd4923aaad796d2288cc5696232a0d5113f00a /contrib | |
parent | 5420546dad4df323f5dd4275876955d5c29e006e (diff) | |
download | tor-983550949270fb4c6c5e54d4d4b2bd1cfd934c78.tar.gz tor-983550949270fb4c6c5e54d4d4b2bd1cfd934c78.zip |
In an -alpha branch, people can keep up with new software. Bump to
Privoxy 3.0.6.
svn:r8992
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/osx/package.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/osx/package.sh b/contrib/osx/package.sh index ef6785749d..9064b15e1a 100644 --- a/contrib/osx/package.sh +++ b/contrib/osx/package.sh @@ -18,7 +18,7 @@ # Where have we put the zip file containing Privoxy? Edit this if your # privoxy lives somewhere else. -PRIVOXY_PKG_ZIP=~/tmp/privoxyosx_setup_3.0.3.zip +PRIVOXY_PKG_ZIP=~/tmp/privoxyosx_setup_3.0.6.zip ### # Helpful info on OS X packaging: |