update the makefile.
Andrew Lewman

Andrew Lewman commited on 2010-09-20 19:38:17
Zeige 1 geänderte Dateien mit 3 Einfügungen und 3 Löschungen.

... ...
@@ -19,8 +19,8 @@
19 19
 # FIXME: these are the same
20 20
 export TORSVNSTABLE=/home/phobos/onionrouter/onionrouter/tor/
21 21
 export TORGIT=/home/phobos/onionrouter/onionrouter/tor.git/.git
22
-export STABLETAG=tor-0.2.2.14-alpha
23
-export DEVTAG=tor-0.2.2.14-alpha
22
+export STABLETAG=tor-0.2.2.16-alpha
23
+export DEVTAG=tor-0.2.2.16-alpha
24 24
 
25 25
 WMLBASE=.
26 26
 SUBDIRS=docs eff projects press about download download getinvolved donate
... ...
@@ -50,7 +50,7 @@ translations:
50 50
 	./po2wml.sh
51 51
 qrcode:
52 52
 	qrencode -o img/android/orbot-qr-code-latest.png \
53
-    "http://www.torproject.org/dist/android/alpha-orbot-latest.apk"
53
+    "https://www.torproject.org/dist/android/alpha-orbot-latest.apk"
54 54
 
55 55
 # XXX: this also depends on all subs' wmlfiles.  How to fix?
56 56
 translation-status.html.en: $(LANGS) $(WMIFILES) $(WMLFILES)
57 57