diff options
author | Andrew Lewman <andrew@torproject.org> | 2008-07-08 19:12:28 +0000 |
---|---|---|
committer | Andrew Lewman <andrew@torproject.org> | 2008-07-08 19:12:28 +0000 |
commit | 243df9c20bd138b1f4108475e853a384fff9e43a (patch) | |
tree | 6b2127914dc7ab6b43aaa6648263f39d68495d39 /contrib | |
parent | 59b5df9b4e7c16e0a79fdf0c3cd4b6f502490f15 (diff) | |
download | tor-243df9c20bd138b1f4108475e853a384fff9e43a.tar.gz tor-243df9c20bd138b1f4108475e853a384fff9e43a.zip |
Update torbutton version to 1.2.0rc5
svn:r15774
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/osx/TorPostflight | 2 | ||||
-rw-r--r-- | contrib/osx/package.sh | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/contrib/osx/TorPostflight b/contrib/osx/TorPostflight index 49e9651706..2d4f49b3ec 100644 --- a/contrib/osx/TorPostflight +++ b/contrib/osx/TorPostflight @@ -46,7 +46,7 @@ TORGROUP=daemon TARGET=$2/Library/Tor TORDIR=$TARGET/var/lib/tor LOGFILE=/var/log/tor.log -TORBUTTON_VERSION="1.2.0rc2" +TORBUTTON_VERSION="1.2.0rc5" # Check defaults for TARGET if [ "$TARGET" == "//Library/Tor" ]; then diff --git a/contrib/osx/package.sh b/contrib/osx/package.sh index 10dbda3b10..d97c1d53c7 100644 --- a/contrib/osx/package.sh +++ b/contrib/osx/package.sh @@ -24,7 +24,7 @@ PRIVOXY_PKG_ZIP=~/tmp/privoxyosx_setup_3.0.6.zip # Where have we put the xpi and license for Torbutton? Edit this if your # torbutton and torbutton license live somewhere else. -TORBUTTON_PATH=~/tmp/torbutton-1.2.0rc2.xpi +TORBUTTON_PATH=~/tmp/torbutton-1.2.0rc5.xpi TORBUTTON_LIC_PATH=~/tmp/LICENSE ### |