]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Update torbutton version
authorAndrew Lewman <andrew@torproject.org>
Wed, 4 Jun 2008 03:52:27 +0000 (03:52 +0000)
committerAndrew Lewman <andrew@torproject.org>
Wed, 4 Jun 2008 03:52:27 +0000 (03:52 +0000)
svn:r14925

contrib/osx/TorPostflight
contrib/osx/package.sh

index 77fc9de1c56944862e7cf3f17a6d55b3a2caaaa3..aba9c00cd2465d04f6568dc92ed333df4511a991 100644 (file)
@@ -46,7 +46,7 @@ TORGROUP=daemon
 TARGET=$2/Library/Tor
 TORDIR=$TARGET/var/lib/tor
 LOGFILE=/var/log/tor.log
-TORBUTTON_VERSION="1.1.18-alpha"
+TORBUTTON_VERSION="1.2.0rc1"
 
 # Check defaults for TARGET
 if [ "$TARGET" == "//Library/Tor" ]; then
index 89cfa79a683cf5faa27b3193c5ca1166ec7b8626..8854db6cddab319dd97cebb62d77717f1fcc7416 100644 (file)
@@ -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.1.18-alpha.xpi
+TORBUTTON_PATH=~/tmp/torbutton-1.2.0rc1.xpi
 TORBUTTON_LIC_PATH=~/tmp/LICENSE
 
 ###