[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[tor-commits] [sandboxed-tor-browser/master] Bug 21977: Fetch install/update metadata files from a different location.
commit fc3475761427977cd63dfaa0351809174b147eb5
Author: Yawning Angel <yawning@xxxxxxxxxxxxxxx>
Date: Fri Apr 21 13:35:42 2017 +0000
Bug 21977: Fetch install/update metadata files from a different location.
The new update directories exist now, so this is safe to do.
---
ChangeLog | 1 +
data/installer/urls.json | 16 ++++++++--------
2 files changed, 9 insertions(+), 8 deletions(-)
diff --git a/ChangeLog b/ChangeLog
index 2123c6d..7091c61 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,5 @@
Changes in version 0.0.7 - UNRELEASED:
+ * Bug 21977: Fetch install/update metadata files from a different location.
* Bug 22038: Stub out `pa_start_child_for_read`.
Changes in version 0.0.6 - 2017-04-19:
diff --git a/data/installer/urls.json b/data/installer/urls.json
index 7223654..360828c 100644
--- a/data/installer/urls.json
+++ b/data/installer/urls.json
@@ -1,18 +1,18 @@
{
"downloadsURLs": {
- "release": "https://aus1.torproject.org/torbrowser/update_2/release/downloads.json",
- "alpha": "https://aus1.torproject.org/torbrowser/update_2/alpha/downloads.json"
+ "release": "https://aus1.torproject.org/torbrowser/update_3/release/downloads.json",
+ "alpha": "https://aus1.torproject.org/torbrowser/update_3/alpha/downloads.json"
},
"downloadsOnions": {
- "release": "http://x3nelbld33llasqv.onion/torbrowser/update_2/release/downloads.json",
- "alpha": "http://x3nelbld33llasqv.onion/torbrowser/update_2/alpha/downloads.json"
+ "release": "http://x3nelbld33llasqv.onion/torbrowser/update_3/release/downloads.json",
+ "alpha": "http://x3nelbld33llasqv.onion/torbrowser/update_3/alpha/downloads.json"
},
"updateURLs": {
- "release": "https://aus1.torproject.org/torbrowser/update_2/release",
- "alpha": "https://aus1.torproject.org/torbrowser/update_2/alpha"
+ "release": "https://aus1.torproject.org/torbrowser/update_3/release",
+ "alpha": "https://aus1.torproject.org/torbrowser/update_3/alpha"
},
"updateOnions": {
- "release": "http://x3nelbld33llasqv.onion/torbrowser/update_2/release",
- "alpha": "http://x3nelbld33llasqv.onion/torbrowser/update_2/alpha"
+ "release": "http://x3nelbld33llasqv.onion/torbrowser/update_3/release",
+ "alpha": "http://x3nelbld33llasqv.onion/torbrowser/update_3/alpha"
}
}
_______________________________________________
tor-commits mailing list
tor-commits@xxxxxxxxxxxxxxxxxxxx
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits