[or-cvs] r18839: {torbrowser} Updated versions. (torbrowser/trunk/build-scripts)
phobos at seul.org
phobos at seul.org
Tue Mar 10 03:54:54 UTC 2009
Author: phobos
Date: 2009-03-09 23:54:54 -0400 (Mon, 09 Mar 2009)
New Revision: 18839
Modified:
torbrowser/trunk/build-scripts/INSTALL
torbrowser/trunk/build-scripts/Makefile
Log:
Updated versions.
Modified: torbrowser/trunk/build-scripts/INSTALL
===================================================================
--- torbrowser/trunk/build-scripts/INSTALL 2009-03-10 03:26:35 UTC (rev 18838)
+++ torbrowser/trunk/build-scripts/INSTALL 2009-03-10 03:54:54 UTC (rev 18839)
@@ -418,11 +418,11 @@
Download, unpack, build and install Tor:
https://www.torproject.org/download.html
- https://www.torproject.org/dist/tor-0.2.1.12-alpha.tar.gz
- https://www.torproject.org/dist/tor-0.2.1.12-alpha.gz.asc
+ https://www.torproject.org/dist/tor-0.2.1.13-alpha.tar.gz
+ https://www.torproject.org/dist/tor-0.2.1.13-alpha.gz.asc
$ cd /c/build/
- tar -C /c/build -xvzf /c/Documents\ and\ Settings/Administrator/Desktop/tor-0.2.1.12-alpha.tar.gz
- $ cd tor-0.2.1.12-alpha/
+ tar -C /c/build -xvzf /c/Documents\ and\ Settings/Administrator/Desktop/tor-0.2.1.13-alpha.tar.gz
+ $ cd tor-0.2.1.13-alpha/
./configure
make
Modified: torbrowser/trunk/build-scripts/Makefile
===================================================================
--- torbrowser/trunk/build-scripts/Makefile 2009-03-10 03:26:35 UTC (rev 18838)
+++ torbrowser/trunk/build-scripts/Makefile 2009-03-10 03:54:54 UTC (rev 18839)
@@ -17,10 +17,10 @@
## Location of bundle components
VIDALIA=/c/build/vidalia-0.1.11
-TOR=/c/build/tor-0.2.1.12-alpha
+TOR=/c/build/tor-0.2.1.13-alpha
POLIPO=/c/build/polipo-1.0.4
-FIREFOX_SRC=/c/build/FirefoxPortable-3.0.6
-PIDGIN_SRC=/c/build/PidginPortable-2.5.4
+FIREFOX_SRC=/c/build/FirefoxPortable-3.0.7
+PIDGIN_SRC=/c/build/PidginPortable-2.5.5
## Location of utility applications
SEVENZIP="/c/Program Files/7-Zip/7z.exe"
@@ -40,7 +40,7 @@
NAME="Tor Browser"
## Version and name of the compressed bundle (also used for source)
-VERSION=1.1.9
+VERSION=1.1.10
DEFAULT_COMPRESSED_BASENAME=tor-browser-
IM_COMPRESSED_BASENAME=tor-im-browser-
DEFAULT_COMPRESSED_NAME=$(DEFAULT_COMPRESSED_BASENAME)$(VERSION)
More information about the tor-commits
mailing list