[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

[tor-commits] [Git][tpo/applications/tor-browser-update-responses][main] Fix downloads.json for 12.5 (tor-browser-build#40890)



Title: GitLab

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:

Changes:

  • update_3/release/download-android-aarch64.json
    1
    -{"binary":"https://dist.torproject.org/torbrowser/12.5/tor-browser-12.5-android-aarch64-multi.apk","git_tag":"tbb-12.5-build2","sig":"https://dist.torproject.org/torbrowser/12.5/tor-browser-12.5-android-aarch64-multi.apk.asc","version":12.5}
    \ No newline at end of file
    1
    +{"binary":"https://dist.torproject.org/torbrowser/12.5/tor-browser-12.5-android-aarch64-multi.apk","git_tag":"tbb-12.5-build2","sig":"https://dist.torproject.org/torbrowser/12.5/tor-browser-12.5-android-aarch64-multi.apk.asc","version":"12.5"}
    \ No newline at end of file

  • update_3/release/download-android-armv7.json
    1
    -{"binary":"https://dist.torproject.org/torbrowser/12.5/tor-browser-12.5-android-armv7-multi.apk","git_tag":"tbb-12.5-build2","sig":"https://dist.torproject.org/torbrowser/12.5/tor-browser-12.5-android-armv7-multi.apk.asc","version":12.5}
    \ No newline at end of file
    1
    +{"binary":"https://dist.torproject.org/torbrowser/12.5/tor-browser-12.5-android-armv7-multi.apk","git_tag":"tbb-12.5-build2","sig":"https://dist.torproject.org/torbrowser/12.5/tor-browser-12.5-android-armv7-multi.apk.asc","version":"12.5"}
    \ No newline at end of file

  • update_3/release/download-android-x86.json
    1
    -{"binary":"https://dist.torproject.org/torbrowser/12.5/tor-browser-12.5-android-x86-multi.apk","git_tag":"tbb-12.5-build2","sig":"https://dist.torproject.org/torbrowser/12.5/tor-browser-12.5-android-x86-multi.apk.asc","version":12.5}
    \ No newline at end of file
    1
    +{"binary":"https://dist.torproject.org/torbrowser/12.5/tor-browser-12.5-android-x86-multi.apk","git_tag":"tbb-12.5-build2","sig":"https://dist.torproject.org/torbrowser/12.5/tor-browser-12.5-android-x86-multi.apk.asc","version":"12.5"}
    \ No newline at end of file

  • update_3/release/download-android-x86_64.json
    1
    -{"binary":"https://dist.torproject.org/torbrowser/12.5/tor-browser-12.5-android-x86_64-multi.apk","git_tag":"tbb-12.5-build2","sig":"https://dist.torproject.org/torbrowser/12.5/tor-browser-12.5-android-x86_64-multi.apk.asc","version":12.5}
    \ No newline at end of file
    1
    +{"binary":"https://dist.torproject.org/torbrowser/12.5/tor-browser-12.5-android-x86_64-multi.apk","git_tag":"tbb-12.5-build2","sig":"https://dist.torproject.org/torbrowser/12.5/tor-browser-12.5-android-x86_64-multi.apk.asc","version":"12.5"}
    \ No newline at end of file

  • update_3/release/download-linux-i686.json
    1
    -{"binary":"https://dist.torproject.org/torbrowser/12.5/tor-browser-linux32-12.5_ALL.tar.xz","git_tag":"tbb-12.5-build2","sig":"https://dist.torproject.org/torbrowser/12.5/tor-browser-linux32-12.5_ALL.tar.xz.asc","version":12.5}
    \ No newline at end of file
    1
    +{"binary":"https://dist.torproject.org/torbrowser/12.5/tor-browser-linux32-12.5_ALL.tar.xz","git_tag":"tbb-12.5-build2","sig":"https://dist.torproject.org/torbrowser/12.5/tor-browser-linux32-12.5_ALL.tar.xz.asc","version":"12.5"}
    \ No newline at end of file

  • update_3/release/download-linux-x86_64.json
    1
    -{"binary":"https://dist.torproject.org/torbrowser/12.5/tor-browser-linux64-12.5_ALL.tar.xz","git_tag":"tbb-12.5-build2","sig":"https://dist.torproject.org/torbrowser/12.5/tor-browser-linux64-12.5_ALL.tar.xz.asc","version":12.5}
    \ No newline at end of file
    1
    +{"binary":"https://dist.torproject.org/torbrowser/12.5/tor-browser-linux64-12.5_ALL.tar.xz","git_tag":"tbb-12.5-build2","sig":"https://dist.torproject.org/torbrowser/12.5/tor-browser-linux64-12.5_ALL.tar.xz.asc","version":"12.5"}
    \ No newline at end of file

  • update_3/release/download-macos.json
    1
    -{"binary":"https://dist.torproject.org/torbrowser/12.5/TorBrowser-12.5-macos_ALL.dmg","git_tag":"tbb-12.5-build2","sig":"https://dist.torproject.org/torbrowser/12.5/TorBrowser-12.5-macos_ALL.dmg.asc","version":12.5}
    \ No newline at end of file
    1
    +{"binary":"https://dist.torproject.org/torbrowser/12.5/TorBrowser-12.5-macos_ALL.dmg","git_tag":"tbb-12.5-build2","sig":"https://dist.torproject.org/torbrowser/12.5/TorBrowser-12.5-macos_ALL.dmg.asc","version":"12.5"}
    \ No newline at end of file

  • update_3/release/download-windows-i686.json
    1
    -{"binary":"https://dist.torproject.org/torbrowser/12.5/torbrowser-install-12.5_ALL.exe","git_tag":"tbb-12.5-build2","sig":"https://dist.torproject.org/torbrowser/12.5/torbrowser-install-12.5_ALL.exe.asc","version":12.5}
    \ No newline at end of file
    1
    +{"binary":"https://dist.torproject.org/torbrowser/12.5/torbrowser-install-12.5_ALL.exe","git_tag":"tbb-12.5-build2","sig":"https://dist.torproject.org/torbrowser/12.5/torbrowser-install-12.5_ALL.exe.asc","version":"12.5"}
    \ No newline at end of file

  • update_3/release/download-windows-x86_64.json
    1
    -{"binary":"https://dist.torproject.org/torbrowser/12.5/torbrowser-install-win64-12.5_ALL.exe","git_tag":"tbb-12.5-build2","sig":"https://dist.torproject.org/torbrowser/12.5/torbrowser-install-win64-12.5_ALL.exe.asc","version":12.5}
    \ No newline at end of file
    1
    +{"binary":"https://dist.torproject.org/torbrowser/12.5/torbrowser-install-win64-12.5_ALL.exe","git_tag":"tbb-12.5-build2","sig":"https://dist.torproject.org/torbrowser/12.5/torbrowser-install-win64-12.5_ALL.exe.asc","version":"12.5"}
    \ No newline at end of file

  • update_3/release/downloads.json
    1
    -{"downloads":{"linux32":{"ALL":{"binary":"https://dist.torproject.org/torbrowser/12.5/tor-browser-linux32-12.5_ALL.tar.xz","sig":"https://dist.torproject.org/torbrowser/12.5/tor-browser-linux32-12.5_ALL.tar.xz.asc"}},"linux64":{"ALL":{"binary":"https://dist.torproject.org/torbrowser/12.5/tor-browser-linux64-12.5_ALL.tar.xz","sig":"https://dist.torproject.org/torbrowser/12.5/tor-browser-linux64-12.5_ALL.tar.xz.asc"}},"macos":{"ALL":{"binary":"https://dist.torproject.org/torbrowser/12.5/TorBrowser-12.5-macos_ALL.dmg","sig":"https://dist.torproject.org/torbrowser/12.5/TorBrowser-12.5-macos_ALL.dmg.asc"}},"win32":{"ALL":{"binary":"https://dist.torproject.org/torbrowser/12.5/torbrowser-install-12.5_ALL.exe","sig":"https://dist.torproject.org/torbrowser/12.5/torbrowser-install-12.5_ALL.exe.asc"}},"win64":{"ALL":{"binary":"https://dist.torproject.org/torbrowser/12.5/torbrowser-install-win64-12.5_ALL.exe","sig":"https://dist.torproject.org/torbrowser/12.5/torbrowser-install-win64-12.5_ALL.exe.asc"}}},"tag":"tbb-12.5-build2","version":12.5}
    \ No newline at end of file
    1
    +{"downloads":{"linux32":{"ALL":{"binary":"https://dist.torproject.org/torbrowser/12.5/tor-browser-linux32-12.5_ALL.tar.xz","sig":"https://dist.torproject.org/torbrowser/12.5/tor-browser-linux32-12.5_ALL.tar.xz.asc"}},"linux64":{"ALL":{"binary":"https://dist.torproject.org/torbrowser/12.5/tor-browser-linux64-12.5_ALL.tar.xz","sig":"https://dist.torproject.org/torbrowser/12.5/tor-browser-linux64-12.5_ALL.tar.xz.asc"}},"macos":{"ALL":{"binary":"https://dist.torproject.org/torbrowser/12.5/TorBrowser-12.5-macos_ALL.dmg","sig":"https://dist.torproject.org/torbrowser/12.5/TorBrowser-12.5-macos_ALL.dmg.asc"}},"win32":{"ALL":{"binary":"https://dist.torproject.org/torbrowser/12.5/torbrowser-install-12.5_ALL.exe","sig":"https://dist.torproject.org/torbrowser/12.5/torbrowser-install-12.5_ALL.exe.asc"}},"win64":{"ALL":{"binary":"https://dist.torproject.org/torbrowser/12.5/torbrowser-install-win64-12.5_ALL.exe","sig":"https://dist.torproject.org/torbrowser/12.5/torbrowser-install-win64-12.5_ALL.exe.asc"}}},"tag":"tbb-12.5-build2","version":"12.5"}
    \ No newline at end of file

  • _______________________________________________
    tor-commits mailing list
    tor-commits@xxxxxxxxxxxxxxxxxxxx
    https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits