boklm pushed to branch main at The Tor Project / Applications / Tor Browser update responses
Commits: bf455dbc by Nicolas Vigier at 2023-06-28T13:51:18+02:00 Fix downloads.json for 12.5 (tor-browser-build#40890)
Set the version as a string instead of a number.
- - - - -
10 changed files:
- update_3/release/download-android-aarch64.json - update_3/release/download-android-armv7.json - update_3/release/download-android-x86.json - update_3/release/download-android-x86_64.json - update_3/release/download-linux-i686.json - update_3/release/download-linux-x86_64.json - update_3/release/download-macos.json - update_3/release/download-windows-i686.json - update_3/release/download-windows-x86_64.json - update_3/release/downloads.json
Changes:
===================================== update_3/release/download-android-aarch64.json ===================================== @@ -1 +1 @@ -{"binary":"https://dist.torproject.org/torbrowser/12.5/tor-browser-12.5-android-aarch64... \ No newline at end of file +{"binary":"https://dist.torproject.org/torbrowser/12.5/tor-browser-12.5-android-aarch64... \ No newline at end of file
===================================== update_3/release/download-android-armv7.json ===================================== @@ -1 +1 @@ -{"binary":"https://dist.torproject.org/torbrowser/12.5/tor-browser-12.5-android-armv7-m... \ No newline at end of file +{"binary":"https://dist.torproject.org/torbrowser/12.5/tor-browser-12.5-android-armv7-m... \ No newline at end of file
===================================== update_3/release/download-android-x86.json ===================================== @@ -1 +1 @@ -{"binary":"https://dist.torproject.org/torbrowser/12.5/tor-browser-12.5-android-x86-mul... \ No newline at end of file +{"binary":"https://dist.torproject.org/torbrowser/12.5/tor-browser-12.5-android-x86-mul... \ No newline at end of file
===================================== update_3/release/download-android-x86_64.json ===================================== @@ -1 +1 @@ -{"binary":"https://dist.torproject.org/torbrowser/12.5/tor-browser-12.5-android-x86_64-... \ No newline at end of file +{"binary":"https://dist.torproject.org/torbrowser/12.5/tor-browser-12.5-android-x86_64-... \ No newline at end of file
===================================== update_3/release/download-linux-i686.json ===================================== @@ -1 +1 @@ -{"binary":"https://dist.torproject.org/torbrowser/12.5/tor-browser-linux32-12.5_ALL.tar... \ No newline at end of file +{"binary":"https://dist.torproject.org/torbrowser/12.5/tor-browser-linux32-12.5_ALL.tar... \ No newline at end of file
===================================== update_3/release/download-linux-x86_64.json ===================================== @@ -1 +1 @@ -{"binary":"https://dist.torproject.org/torbrowser/12.5/tor-browser-linux64-12.5_ALL.tar... \ No newline at end of file +{"binary":"https://dist.torproject.org/torbrowser/12.5/tor-browser-linux64-12.5_ALL.tar... \ No newline at end of file
===================================== update_3/release/download-macos.json ===================================== @@ -1 +1 @@ -{"binary":"https://dist.torproject.org/torbrowser/12.5/TorBrowser-12.5-macos_ALL.dmg%22... \ No newline at end of file +{"binary":"https://dist.torproject.org/torbrowser/12.5/TorBrowser-12.5-macos_ALL.dmg%22... \ No newline at end of file
===================================== update_3/release/download-windows-i686.json ===================================== @@ -1 +1 @@ -{"binary":"https://dist.torproject.org/torbrowser/12.5/torbrowser-install-12.5_ALL.exe%... \ No newline at end of file +{"binary":"https://dist.torproject.org/torbrowser/12.5/torbrowser-install-12.5_ALL.exe%... \ No newline at end of file
===================================== update_3/release/download-windows-x86_64.json ===================================== @@ -1 +1 @@ -{"binary":"https://dist.torproject.org/torbrowser/12.5/torbrowser-install-win64-12.5_AL... \ No newline at end of file +{"binary":"https://dist.torproject.org/torbrowser/12.5/torbrowser-install-win64-12.5_AL... \ No newline at end of file
===================================== update_3/release/downloads.json ===================================== @@ -1 +1 @@ -{"downloads":{"linux32":{"ALL":{"binary":"https://dist.torproject.org/torbrowser/12.5/tor-browser-linux32-12.5_ALL.tar... \ No newline at end of file +{"downloads":{"linux32":{"ALL":{"binary":"https://dist.torproject.org/torbrowser/12.5/tor-browser-linux32-12.5_ALL.tar... \ No newline at end of file
View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser-update-responses/...