diff options
author | Andrew Lewman <andrew@torproject.org> | 2008-06-11 23:45:09 +0000 |
---|---|---|
committer | Andrew Lewman <andrew@torproject.org> | 2008-06-11 23:45:09 +0000 |
commit | ff89c0bc3912fc7da657fdd6e1e79442910c86fd (patch) | |
tree | 28f577ad644296fe3dd376415af834a8b1d36065 | |
parent | 906cf730622e6d1cd86095f2af4f9cb25c3084b2 (diff) | |
download | tor-ff89c0bc3912fc7da657fdd6e1e79442910c86fd.tar tor-ff89c0bc3912fc7da657fdd6e1e79442910c86fd.tar.gz |
Updated torbutton version.
svn:r15153
-rw-r--r-- | contrib/osx/TorPostflight | 2 | ||||
-rw-r--r-- | contrib/osx/package.sh | 3 |
2 files changed, 3 insertions, 2 deletions
diff --git a/contrib/osx/TorPostflight b/contrib/osx/TorPostflight index aba9c00cd..49e965170 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.0rc1" +TORBUTTON_VERSION="1.2.0rc2" # Check defaults for TARGET if [ "$TARGET" == "//Library/Tor" ]; then diff --git a/contrib/osx/package.sh b/contrib/osx/package.sh index 8854db6cd..10dbda3b1 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.0rc1.xpi +TORBUTTON_PATH=~/tmp/torbutton-1.2.0rc2.xpi TORBUTTON_LIC_PATH=~/tmp/LICENSE ### @@ -46,6 +46,7 @@ if [ -x /usr/bin/sw_vers ]; then # the OS version OSVER=`/usr/bin/sw_vers | grep ProductVersion | cut -f2 | cut -d"." -f1,2` case "$OSVER" in + "10.6") OS="snowleopard" ARCH="universal";; "10.5") OS="leopard" ARCH="universal";; "10.4") OS="tiger" ARCH="universal";; "10.3") OS="panther" ARCH="ppc";; |