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

[tor-commits] [Git][tpo/applications/tor-browser-update-responses][main] alpha: new version, 13.0a3



Title: GitLab

richard pushed to branch main at The Tor Project / Applications / Tor Browser update responses

Commits:

  • e91ae567
    by Richard Pospesel at 2023-08-23T20:10:28+00:00
    alpha: new version, 13.0a3
    

26 changed files:

Changes:

  • update_3/alpha/.htaccess
    ... ... @@ -2,28 +2,20 @@ RewriteEngine On
    2 2
     # bug 26569: Redirect pre-8.0a9 alpha users to a separate update directory
    
    3 3
     RewriteRule ^[^/]+/8\.0a[12345678]/.* https://aus1.torproject.org/torbrowser/update_pre8.0a9/alpha/$0 [last]
    
    4 4
     RewriteRule ^[^/]+/[4567]\..*/.* https://aus1.torproject.org/torbrowser/update_pre8.0a9/alpha/$0 [last]
    
    5
    -RewriteRule ^[^/]+/13.0a2/ no-update.xml [last]
    
    6
    -RewriteRule ^Linux_x86-gcc3/13.0a1/ALL 13.0a1-13.0a2-linux32-ALL.xml [last]
    
    7
    -RewriteRule ^Linux_x86-gcc3/[^/]+/ALL 13.0a2-linux32-ALL.xml [last]
    
    8
    -RewriteRule ^Linux_x86-gcc3/ 13.0a2-linux32-ALL.xml [last]
    
    9
    -RewriteRule ^Linux_x86_64-gcc3/13.0a1/ALL 13.0a1-13.0a2-linux64-ALL.xml [last]
    
    10
    -RewriteRule ^Linux_x86_64-gcc3/[^/]+/ALL 13.0a2-linux64-ALL.xml [last]
    
    11
    -RewriteRule ^Linux_x86_64-gcc3/ 13.0a2-linux64-ALL.xml [last]
    
    12
    -RewriteRule ^Darwin_x86_64-gcc3/13.0a1/ALL 13.0a1-13.0a2-macos-ALL.xml [last]
    
    13
    -RewriteRule ^Darwin_x86_64-gcc3/[^/]+/ALL 13.0a2-macos-ALL.xml [last]
    
    14
    -RewriteRule ^Darwin_x86_64-gcc3/ 13.0a2-macos-ALL.xml [last]
    
    15
    -RewriteRule ^Darwin_aarch64-gcc3/13.0a1/ALL 13.0a1-13.0a2-macos-ALL.xml [last]
    
    16
    -RewriteRule ^Darwin_aarch64-gcc3/[^/]+/ALL 13.0a2-macos-ALL.xml [last]
    
    17
    -RewriteRule ^Darwin_aarch64-gcc3/ 13.0a2-macos-ALL.xml [last]
    
    18
    -RewriteRule ^WINNT_x86-gcc3/13.0a1/ALL 13.0a1-13.0a2-win32-ALL.xml [last]
    
    19
    -RewriteRule ^WINNT_x86-gcc3/[^/]+/ALL 13.0a2-win32-ALL.xml [last]
    
    20
    -RewriteRule ^WINNT_x86-gcc3/ 13.0a2-win32-ALL.xml [last]
    
    21
    -RewriteRule ^WINNT_x86-gcc3-x86/13.0a1/ALL 13.0a1-13.0a2-win32-ALL.xml [last]
    
    22
    -RewriteRule ^WINNT_x86-gcc3-x86/[^/]+/ALL 13.0a2-win32-ALL.xml [last]
    
    23
    -RewriteRule ^WINNT_x86-gcc3-x86/ 13.0a2-win32-ALL.xml [last]
    
    24
    -RewriteRule ^WINNT_x86-gcc3-x64/13.0a1/ALL 13.0a1-13.0a2-win32-ALL.xml [last]
    
    25
    -RewriteRule ^WINNT_x86-gcc3-x64/[^/]+/ALL 13.0a2-win32-ALL.xml [last]
    
    26
    -RewriteRule ^WINNT_x86-gcc3-x64/ 13.0a2-win32-ALL.xml [last]
    
    27
    -RewriteRule ^WINNT_x86_64-gcc3-x64/13.0a1/ALL 13.0a1-13.0a2-win64-ALL.xml [last]
    
    28
    -RewriteRule ^WINNT_x86_64-gcc3-x64/[^/]+/ALL 13.0a2-win64-ALL.xml [last]
    
    29
    -RewriteRule ^WINNT_x86_64-gcc3-x64/ 13.0a2-win64-ALL.xml [last]
    5
    +RewriteRule ^[^/]+/13.0a3/ no-update.xml [last]
    
    6
    +RewriteRule ^Linux_x86-gcc3/[^/]+/ALL 13.0a3-linux-i686-ALL.xml [last]
    
    7
    +RewriteRule ^Linux_x86-gcc3/ 13.0a3-linux-i686-ALL.xml [last]
    
    8
    +RewriteRule ^Linux_x86_64-gcc3/[^/]+/ALL 13.0a3-linux-x86_64-ALL.xml [last]
    
    9
    +RewriteRule ^Linux_x86_64-gcc3/ 13.0a3-linux-x86_64-ALL.xml [last]
    
    10
    +RewriteRule ^Darwin_x86_64-gcc3/[^/]+/ALL 13.0a3-macos-ALL.xml [last]
    
    11
    +RewriteRule ^Darwin_x86_64-gcc3/ 13.0a3-macos-ALL.xml [last]
    
    12
    +RewriteRule ^Darwin_aarch64-gcc3/[^/]+/ALL 13.0a3-macos-ALL.xml [last]
    
    13
    +RewriteRule ^Darwin_aarch64-gcc3/ 13.0a3-macos-ALL.xml [last]
    
    14
    +RewriteRule ^WINNT_x86-gcc3/[^/]+/ALL 13.0a3-windows-i686-ALL.xml [last]
    
    15
    +RewriteRule ^WINNT_x86-gcc3/ 13.0a3-windows-i686-ALL.xml [last]
    
    16
    +RewriteRule ^WINNT_x86-gcc3-x86/[^/]+/ALL 13.0a3-windows-i686-ALL.xml [last]
    
    17
    +RewriteRule ^WINNT_x86-gcc3-x86/ 13.0a3-windows-i686-ALL.xml [last]
    
    18
    +RewriteRule ^WINNT_x86-gcc3-x64/[^/]+/ALL 13.0a3-windows-i686-ALL.xml [last]
    
    19
    +RewriteRule ^WINNT_x86-gcc3-x64/ 13.0a3-windows-i686-ALL.xml [last]
    
    20
    +RewriteRule ^WINNT_x86_64-gcc3-x64/[^/]+/ALL 13.0a3-windows-x86_64-ALL.xml [last]
    
    21
    +RewriteRule ^WINNT_x86_64-gcc3-x64/ 13.0a3-windows-x86_64-ALL.xml [last]

  • update_3/alpha/13.0a1-13.0a2-linux32-ALL.xml deleted
    1
    -<?xml version="1.0" encoding="UTF-8"?>
    
    2
    -<updates><update type="minor" displayVersion="13.0a2" appVersion="13.0a2" platformVersion="115.1.0" buildID="20230808073312" detailsURL="https://blog.torproject.org/new-release-tor-browser-130a2" actions="showURL" openURL="https://blog.torproject.org/new-release-tor-browser-130a2" minSupportedInstructionSet="SSE2"><patch URL="">"https://cdn.torproject.org/aus1/torbrowser/13.0a2/tor-browser-linux32-13.0a2_ALL.mar" hashFunction="SHA512" hashValue="b5cad209999888d18aea90b39452b7e7d57a31ca76e5aa96b866ad16b41a4e89829503a6984bdd2bf95fa723bcfac2931d3ff92e626742fabeaab6e8112c7424" size="125964751" type="complete"></patch><patch URL="">"https://cdn.torproject.org/aus1/torbrowser/13.0a2/tor-browser-linux32-13.0a1-13.0a2_ALL.incremental.mar" hashFunction="SHA512" hashValue="768c5641636ec8777dd586ed5cfdc1e0762cea240d1570b7e59eea8ee251c204618e887a7cc7522efc435308da5fde066327551b92ace2f81b8631ee96f30141" size="13930975" type="partial"></patch></update></updates>

  • update_3/alpha/13.0a1-13.0a2-linux64-ALL.xml deleted
    1
    -<?xml version="1.0" encoding="UTF-8"?>
    
    2
    -<updates><update type="minor" displayVersion="13.0a2" appVersion="13.0a2" platformVersion="115.1.0" buildID="20230808073312" detailsURL="https://blog.torproject.org/new-release-tor-browser-130a2" actions="showURL" openURL="https://blog.torproject.org/new-release-tor-browser-130a2" minSupportedInstructionSet="SSE2"><patch URL="">"https://cdn.torproject.org/aus1/torbrowser/13.0a2/tor-browser-linux64-13.0a2_ALL.mar" hashFunction="SHA512" hashValue="f8687482dd50e2badadeeb6b6133db2f90741742822bf9dcf6a9c593210dedfa711a1b3435cefa5b6bf95d9750b9e1a46ed4cce433da52083b6dd16297df2189" size="125277667" type="complete"></patch><patch URL="">"https://cdn.torproject.org/aus1/torbrowser/13.0a2/tor-browser-linux64-13.0a1-13.0a2_ALL.incremental.mar" hashFunction="SHA512" hashValue="df08414c8586378fca4f1cbacc35630249c6793a2798f4d371b2efb1839c20313077d167cc3cfb5b3f0c4fd03bf305440c86b69c7afc98c7a755581aa62acfe2" size="13546921" type="partial"></patch></update></updates>

  • update_3/alpha/13.0a1-13.0a2-macos-ALL.xml deleted
    1
    -<?xml version="1.0" encoding="UTF-8"?>
    
    2
    -<updates><update type="minor" displayVersion="13.0a2" appVersion="13.0a2" platformVersion="115.1.0" buildID="20230808073312" detailsURL="https://blog.torproject.org/new-release-tor-browser-130a2" actions="showURL" openURL="https://blog.torproject.org/new-release-tor-browser-130a2" minSupportedOSVersion="16.0.0"><patch URL="">"https://cdn.torproject.org/aus1/torbrowser/13.0a2/tor-browser-macos-13.0a2_ALL.mar" hashFunction="SHA512" hashValue="9587c8414b527a2bb7a07779a5b9db1a6618d09c5863c59f218fbac269ac900720a7f86054d71297da8f50a36c9e3a24c2431bb9436ef93a2b409bc81054c1c5" size="163024075" type="complete"></patch><patch URL="">"https://cdn.torproject.org/aus1/torbrowser/13.0a2/tor-browser-macos-13.0a1-13.0a2_ALL.incremental.mar" hashFunction="SHA512" hashValue="00a977e3d7316f9bdd3ffe75ab30346c387a6df90e78edb49bebaf202cafae90b165dad142acd02e67d969b40ee4a41538c28c092abb457ab1916b4997e68dca" size="36784639" type="partial"></patch></update></updates>

  • update_3/alpha/13.0a1-13.0a2-win32-ALL.xml deleted
    1
    -<?xml version="1.0" encoding="UTF-8"?>
    
    2
    -<updates><update type="minor" displayVersion="13.0a2" appVersion="13.0a2" platformVersion="115.1.0" buildID="20230808073312" detailsURL="https://blog.torproject.org/new-release-tor-browser-130a2" actions="showURL" openURL="https://blog.torproject.org/new-release-tor-browser-130a2" minSupportedOSVersion="6.1" minSupportedInstructionSet="SSE2"><patch URL="">"https://cdn.torproject.org/aus1/torbrowser/13.0a2/tor-browser-win32-13.0a2_ALL.mar" hashFunction="SHA512" hashValue="4e957ef5a5898a0620a8f7756397285a343528c60010aaaec85fd9a0ab5a95830e61cf14a4ebfaec3d7616204791339dbf30e592d4caa41431fb5187e867325e" size="106892876" type="complete"></patch><patch URL="">"https://cdn.torproject.org/aus1/torbrowser/13.0a2/tor-browser-win32-13.0a1-13.0a2_ALL.incremental.mar" hashFunction="SHA512" hashValue="e6349a0aa171736fa6c21bafae7b9295c3eb9bcf2e3e6c7a968ea3285428f0f241108290510e5c0b73c904439fe94b69a43dce97a118c5e4e7fe1135162688e4" size="14977638" type="partial"></patch></update></updates>

  • update_3/alpha/13.0a1-13.0a2-win64-ALL.xml deleted
    1
    -<?xml version="1.0" encoding="UTF-8"?>
    
    2
    -<updates><update type="minor" displayVersion="13.0a2" appVersion="13.0a2" platformVersion="115.1.0" buildID="20230808073312" detailsURL="https://blog.torproject.org/new-release-tor-browser-130a2" actions="showURL" openURL="https://blog.torproject.org/new-release-tor-browser-130a2" minSupportedOSVersion="6.1" minSupportedInstructionSet="SSE2"><patch URL="">"https://cdn.torproject.org/aus1/torbrowser/13.0a2/tor-browser-win64-13.0a2_ALL.mar" hashFunction="SHA512" hashValue="28e4a3bd4d5e2ceca5ae4dae5002f938a5bb724cd14788fc605286eadaf8bc110ad2b874b2e004b6ed1f593c2ae406c7b8bd0fcbe9d0319fbacac10bb808b470" size="106938826" type="complete"></patch><patch URL="">"https://cdn.torproject.org/aus1/torbrowser/13.0a2/tor-browser-win64-13.0a1-13.0a2_ALL.incremental.mar" hashFunction="SHA512" hashValue="bc9bceb4b746ba4b69ece9f9dfdf43513c1761a2da3917d343e76d2f7c995ee77e7e4d019e9612a778daa421b041ddce036fb0e1f53104139c25c7bafafd8233" size="14074332" type="partial"></patch></update></updates>

  • update_3/alpha/13.0a2-linux32-ALL.xml deleted
    1
    -<?xml version="1.0" encoding="UTF-8"?>
    
    2
    -<updates><update type="minor" displayVersion="13.0a2" appVersion="13.0a2" platformVersion="115.1.0" buildID="20230808073312" detailsURL="https://blog.torproject.org/new-release-tor-browser-130a2" actions="showURL" openURL="https://blog.torproject.org/new-release-tor-browser-130a2" minSupportedInstructionSet="SSE2"><patch URL="">"https://cdn.torproject.org/aus1/torbrowser/13.0a2/tor-browser-linux32-13.0a2_ALL.mar" hashFunction="SHA512" hashValue="b5cad209999888d18aea90b39452b7e7d57a31ca76e5aa96b866ad16b41a4e89829503a6984bdd2bf95fa723bcfac2931d3ff92e626742fabeaab6e8112c7424" size="125964751" type="complete"></patch></update></updates>

  • update_3/alpha/13.0a2-linux64-ALL.xml deleted
    1
    -<?xml version="1.0" encoding="UTF-8"?>
    
    2
    -<updates><update type="minor" displayVersion="13.0a2" appVersion="13.0a2" platformVersion="115.1.0" buildID="20230808073312" detailsURL="https://blog.torproject.org/new-release-tor-browser-130a2" actions="showURL" openURL="https://blog.torproject.org/new-release-tor-browser-130a2" minSupportedInstructionSet="SSE2"><patch URL="">"https://cdn.torproject.org/aus1/torbrowser/13.0a2/tor-browser-linux64-13.0a2_ALL.mar" hashFunction="SHA512" hashValue="f8687482dd50e2badadeeb6b6133db2f90741742822bf9dcf6a9c593210dedfa711a1b3435cefa5b6bf95d9750b9e1a46ed4cce433da52083b6dd16297df2189" size="125277667" type="complete"></patch></update></updates>

  • update_3/alpha/13.0a2-macos-ALL.xml deleted
    1
    -<?xml version="1.0" encoding="UTF-8"?>
    
    2
    -<updates><update type="minor" displayVersion="13.0a2" appVersion="13.0a2" platformVersion="115.1.0" buildID="20230808073312" detailsURL="https://blog.torproject.org/new-release-tor-browser-130a2" actions="showURL" openURL="https://blog.torproject.org/new-release-tor-browser-130a2" minSupportedOSVersion="16.0.0"><patch URL="">"https://cdn.torproject.org/aus1/torbrowser/13.0a2/tor-browser-macos-13.0a2_ALL.mar" hashFunction="SHA512" hashValue="9587c8414b527a2bb7a07779a5b9db1a6618d09c5863c59f218fbac269ac900720a7f86054d71297da8f50a36c9e3a24c2431bb9436ef93a2b409bc81054c1c5" size="163024075" type="complete"></patch></update></updates>

  • update_3/alpha/13.0a2-win32-ALL.xml deleted
    1
    -<?xml version="1.0" encoding="UTF-8"?>
    
    2
    -<updates><update type="minor" displayVersion="13.0a2" appVersion="13.0a2" platformVersion="115.1.0" buildID="20230808073312" detailsURL="https://blog.torproject.org/new-release-tor-browser-130a2" actions="showURL" openURL="https://blog.torproject.org/new-release-tor-browser-130a2" minSupportedOSVersion="6.1" minSupportedInstructionSet="SSE2"><patch URL="">"https://cdn.torproject.org/aus1/torbrowser/13.0a2/tor-browser-win32-13.0a2_ALL.mar" hashFunction="SHA512" hashValue="4e957ef5a5898a0620a8f7756397285a343528c60010aaaec85fd9a0ab5a95830e61cf14a4ebfaec3d7616204791339dbf30e592d4caa41431fb5187e867325e" size="106892876" type="complete"></patch></update></updates>

  • update_3/alpha/13.0a2-win64-ALL.xml deleted
    1
    -<?xml version="1.0" encoding="UTF-8"?>
    
    2
    -<updates><update type="minor" displayVersion="13.0a2" appVersion="13.0a2" platformVersion="115.1.0" buildID="20230808073312" detailsURL="https://blog.torproject.org/new-release-tor-browser-130a2" actions="showURL" openURL="https://blog.torproject.org/new-release-tor-browser-130a2" minSupportedOSVersion="6.1" minSupportedInstructionSet="SSE2"><patch URL="">"https://cdn.torproject.org/aus1/torbrowser/13.0a2/tor-browser-win64-13.0a2_ALL.mar" hashFunction="SHA512" hashValue="28e4a3bd4d5e2ceca5ae4dae5002f938a5bb724cd14788fc605286eadaf8bc110ad2b874b2e004b6ed1f593c2ae406c7b8bd0fcbe9d0319fbacac10bb808b470" size="106938826" type="complete"></patch></update></updates>

  • update_3/alpha/13.0a3-linux-i686-ALL.xml
    1
    +<?xml version="1.0" encoding="UTF-8"?>
    
    2
    +<updates><update type="minor" displayVersion="13.0a3" appVersion="13.0a3" platformVersion="115.2.0" buildID="20230821193339" detailsURL="https://blog.torproject.org/new-release-tor-browser-130a3" actions="showURL" openURL="https://blog.torproject.org/new-release-tor-browser-130a3" minSupportedInstructionSet="SSE2"><patch URL="">"https://cdn.torproject.org/aus1/torbrowser/13.0a3/tor-browser-linux-i686-13.0a3_ALL.mar" hashFunction="SHA512" hashValue="1e448b768e99e4d9a3667e84faef80605888234c4b79e6b1511e7bd147430cec1c359687b6deb07e4788822f5710885a1bd1eac85a23c009a1752ca3271cf535" size="125969599" type="complete"></patch></update></updates>

  • update_3/alpha/13.0a3-linux-x86_64-ALL.xml
    1
    +<?xml version="1.0" encoding="UTF-8"?>
    
    2
    +<updates><update type="minor" displayVersion="13.0a3" appVersion="13.0a3" platformVersion="115.2.0" buildID="20230821193339" detailsURL="https://blog.torproject.org/new-release-tor-browser-130a3" actions="showURL" openURL="https://blog.torproject.org/new-release-tor-browser-130a3" minSupportedInstructionSet="SSE2"><patch URL="">"https://cdn.torproject.org/aus1/torbrowser/13.0a3/tor-browser-linux-x86_64-13.0a3_ALL.mar" hashFunction="SHA512" hashValue="500d3503cb06e172cc2ecdb7b70a10719927be70392a9b966e32e4d0cac1676bb6ed3b74026eadad0443bb7f3f79d19f56632ba80c455d6b75d30bd00f5323b8" size="125287631" type="complete"></patch></update></updates>

  • update_3/alpha/13.0a3-macos-ALL.xml
    1
    +<?xml version="1.0" encoding="UTF-8"?>
    
    2
    +<updates><update type="minor" displayVersion="13.0a3" appVersion="13.0a3" platformVersion="115.2.0" buildID="20230821193339" detailsURL="https://blog.torproject.org/new-release-tor-browser-130a3" actions="showURL" openURL="https://blog.torproject.org/new-release-tor-browser-130a3" minSupportedOSVersion="16.0.0"><patch URL="">"https://cdn.torproject.org/aus1/torbrowser/13.0a3/tor-browser-macos-13.0a3_ALL.mar" hashFunction="SHA512" hashValue="aae242a22aa6f3000fd4dca76c5e8ac56772c70927247bcc5fc3c3660bd023e1a14a23dc5e48a4e09ca1319b20a6505d215a6f725458b5bbff5dd811a7b25a07" size="163024731" type="complete"></patch></update></updates>

  • update_3/alpha/13.0a3-windows-i686-ALL.xml
    1
    +<?xml version="1.0" encoding="UTF-8"?>
    
    2
    +<updates><update type="minor" displayVersion="13.0a3" appVersion="13.0a3" platformVersion="115.2.0" buildID="20230821193339" detailsURL="https://blog.torproject.org/new-release-tor-browser-130a3" actions="showURL" openURL="https://blog.torproject.org/new-release-tor-browser-130a3" minSupportedOSVersion="6.1" minSupportedInstructionSet="SSE2"><patch URL="">"https://cdn.torproject.org/aus1/torbrowser/13.0a3/tor-browser-windows-i686-13.0a3_ALL.mar" hashFunction="SHA512" hashValue="720f0f5942115c9b70083fb929f083df3d2788b0c462c88e8477bbe483456783c4b93f8ffbdf53aafe549131f3a4ee73056a0f41668563faa92e7f7a3c513fac" size="106897676" type="complete"></patch></update></updates>

  • update_3/alpha/13.0a3-windows-x86_64-ALL.xml
    1
    +<?xml version="1.0" encoding="UTF-8"?>
    
    2
    +<updates><update type="minor" displayVersion="13.0a3" appVersion="13.0a3" platformVersion="115.2.0" buildID="20230821193339" detailsURL="https://blog.torproject.org/new-release-tor-browser-130a3" actions="showURL" openURL="https://blog.torproject.org/new-release-tor-browser-130a3" minSupportedOSVersion="6.1" minSupportedInstructionSet="SSE2"><patch URL="">"https://cdn.torproject.org/aus1/torbrowser/13.0a3/tor-browser-windows-x86_64-13.0a3_ALL.mar" hashFunction="SHA512" hashValue="7a82fafd9d26f03f336004c2221712f8aae0aab62afbb3ff1a3fb3aefe1f00099930ce91564f4f2df4f1a9228ba21f7f144794731c9a377106611bdf43124911" size="106942626" type="complete"></patch></update></updates>

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

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

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

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

  • update_3/alpha/download-linux-i686.json
    1
    -{"binary":"https://dist.torproject.org/torbrowser/13.0a2/tor-browser-linux32-13.0a2_ALL.tar.xz","git_tag":"tbb-13.0a2-build5","sig":"https://dist.torproject.org/torbrowser/13.0a2/tor-browser-linux32-13.0a2_ALL.tar.xz.asc","version":"13.0a2"}
    \ No newline at end of file
    1
    +{"binary":"https://dist.torproject.org/torbrowser/13.0a3/tor-browser-linux-i686-13.0a3.tar.xz","git_tag":"tbb-13.0a3-build1","sig":"https://dist.torproject.org/torbrowser/13.0a3/tor-browser-linux-i686-13.0a3.tar.xz.asc","version":"13.0a3"}
    \ No newline at end of file

  • update_3/alpha/download-linux-x86_64.json deleted
    1
    -{"binary":"https://dist.torproject.org/torbrowser/13.0a2/tor-browser-linux64-13.0a2_ALL.tar.xz","git_tag":"tbb-13.0a2-build5","sig":"https://dist.torproject.org/torbrowser/13.0a2/tor-browser-linux64-13.0a2_ALL.tar.xz.asc","version":"13.0a2"}
    \ No newline at end of file

  • update_3/alpha/download-macos.json
    1
    -{"binary":"https://dist.torproject.org/torbrowser/13.0a2/TorBrowser-13.0a2-macos_ALL.dmg","git_tag":"tbb-13.0a2-build5","sig":"https://dist.torproject.org/torbrowser/13.0a2/TorBrowser-13.0a2-macos_ALL.dmg.asc","version":"13.0a2"}
    \ No newline at end of file
    1
    +{"binary":"https://dist.torproject.org/torbrowser/13.0a3/tor-browser-macos-13.0a3.dmg","git_tag":"tbb-13.0a3-build1","sig":"https://dist.torproject.org/torbrowser/13.0a3/tor-browser-macos-13.0a3.dmg.asc","version":"13.0a3"}
    \ No newline at end of file

  • update_3/alpha/download-windows-i686.json deleted
    1
    -{"binary":"https://dist.torproject.org/torbrowser/13.0a2/torbrowser-install-13.0a2_ALL.exe","git_tag":"tbb-13.0a2-build5","sig":"https://dist.torproject.org/torbrowser/13.0a2/torbrowser-install-13.0a2_ALL.exe.asc","version":"13.0a2"}
    \ No newline at end of file

  • update_3/alpha/download-windows-x86_64.json deleted
    1
    -{"binary":"https://dist.torproject.org/torbrowser/13.0a2/torbrowser-install-win64-13.0a2_ALL.exe","git_tag":"tbb-13.0a2-build5","sig":"https://dist.torproject.org/torbrowser/13.0a2/torbrowser-install-win64-13.0a2_ALL.exe.asc","version":"13.0a2"}
    \ No newline at end of file

  • update_3/alpha/downloads.json
    1
    -{"downloads":{"linux32":{"ALL":{"binary":"https://dist.torproject.org/torbrowser/13.0a2/tor-browser-linux32-13.0a2_ALL.tar.xz","sig":"https://dist.torproject.org/torbrowser/13.0a2/tor-browser-linux32-13.0a2_ALL.tar.xz.asc"}},"linux64":{"ALL":{"binary":"https://dist.torproject.org/torbrowser/13.0a2/tor-browser-linux64-13.0a2_ALL.tar.xz","sig":"https://dist.torproject.org/torbrowser/13.0a2/tor-browser-linux64-13.0a2_ALL.tar.xz.asc"}},"macos":{"ALL":{"binary":"https://dist.torproject.org/torbrowser/13.0a2/TorBrowser-13.0a2-macos_ALL.dmg","sig":"https://dist.torproject.org/torbrowser/13.0a2/TorBrowser-13.0a2-macos_ALL.dmg.asc"}},"win32":{"ALL":{"binary":"https://dist.torproject.org/torbrowser/13.0a2/torbrowser-install-13.0a2_ALL.exe","sig":"https://dist.torproject.org/torbrowser/13.0a2/torbrowser-install-13.0a2_ALL.exe.asc"}},"win64":{"ALL":{"binary":"https://dist.torproject.org/torbrowser/13.0a2/torbrowser-install-win64-13.0a2_ALL.exe","sig":"https://dist.torproject.org/torbrowser/13.0a2/torbrowser-install-win64-13.0a2_ALL.exe.asc"}}},"tag":"tbb-13.0a2-build5","version":"13.0a2"}
    \ No newline at end of file
    1
    +{"downloads":{"linux-i686":{"ALL":{"binary":"https://dist.torproject.org/torbrowser/13.0a3/tor-browser-linux-i686-13.0a3.tar.xz","sig":"https://dist.torproject.org/torbrowser/13.0a3/tor-browser-linux-i686-13.0a3.tar.xz.asc"}},"linux-x86_64":{"ALL":{"binary":"https://dist.torproject.org/torbrowser/13.0a3/tor-browser-linux-x86_64-13.0a3.tar.xz","sig":"https://dist.torproject.org/torbrowser/13.0a3/tor-browser-linux-x86_64-13.0a3.tar.xz.asc"}},"macos":{"ALL":{"binary":"https://dist.torproject.org/torbrowser/13.0a3/tor-browser-macos-13.0a3.dmg","sig":"https://dist.torproject.org/torbrowser/13.0a3/tor-browser-macos-13.0a3.dmg.asc"}}},"tag":"tbb-13.0a3-build1","version":"13.0a3"}
    \ No newline at end of file

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