Skip to content
Snippets Groups Projects
Commit a9484c74 authored by Richard Pospesel's avatar Richard Pospesel
Browse files

Revert "alpha: new version, 13.0a2"

This reverts commit 3b1612d4.
parent 3b1612d4
No related branches found
No related tags found
No related merge requests found
Showing
with 71 additions and 33 deletions
......@@ -2,28 +2,44 @@ RewriteEngine On
# bug 26569: Redirect pre-8.0a9 alpha users to a separate update directory
RewriteRule ^[^/]+/8\.0a[12345678]/.* https://aus1.torproject.org/torbrowser/update_pre8.0a9/alpha/$0 [last]
RewriteRule ^[^/]+/[4567]\..*/.* https://aus1.torproject.org/torbrowser/update_pre8.0a9/alpha/$0 [last]
RewriteRule ^[^/]+/13.0a2/ no-update.xml [last]
RewriteRule ^Linux_x86-gcc3/13.0a1/ALL 13.0a1-13.0a2-linux32-ALL.xml [last]
RewriteRule ^Linux_x86-gcc3/[^/]+/ALL 13.0a2-linux32-ALL.xml [last]
RewriteRule ^Linux_x86-gcc3/ 13.0a2-linux32-ALL.xml [last]
RewriteRule ^Linux_x86_64-gcc3/13.0a1/ALL 13.0a1-13.0a2-linux64-ALL.xml [last]
RewriteRule ^Linux_x86_64-gcc3/[^/]+/ALL 13.0a2-linux64-ALL.xml [last]
RewriteRule ^Linux_x86_64-gcc3/ 13.0a2-linux64-ALL.xml [last]
RewriteRule ^Darwin_x86_64-gcc3/13.0a1/ALL 13.0a1-13.0a2-macos-ALL.xml [last]
RewriteRule ^Darwin_x86_64-gcc3/[^/]+/ALL 13.0a2-macos-ALL.xml [last]
RewriteRule ^Darwin_x86_64-gcc3/ 13.0a2-macos-ALL.xml [last]
RewriteRule ^Darwin_aarch64-gcc3/13.0a1/ALL 13.0a1-13.0a2-macos-ALL.xml [last]
RewriteRule ^Darwin_aarch64-gcc3/[^/]+/ALL 13.0a2-macos-ALL.xml [last]
RewriteRule ^Darwin_aarch64-gcc3/ 13.0a2-macos-ALL.xml [last]
RewriteRule ^WINNT_x86-gcc3/13.0a1/ALL 13.0a1-13.0a2-win32-ALL.xml [last]
RewriteRule ^WINNT_x86-gcc3/[^/]+/ALL 13.0a2-win32-ALL.xml [last]
RewriteRule ^WINNT_x86-gcc3/ 13.0a2-win32-ALL.xml [last]
RewriteRule ^WINNT_x86-gcc3-x86/13.0a1/ALL 13.0a1-13.0a2-win32-ALL.xml [last]
RewriteRule ^WINNT_x86-gcc3-x86/[^/]+/ALL 13.0a2-win32-ALL.xml [last]
RewriteRule ^WINNT_x86-gcc3-x86/ 13.0a2-win32-ALL.xml [last]
RewriteRule ^WINNT_x86-gcc3-x64/13.0a1/ALL 13.0a1-13.0a2-win32-ALL.xml [last]
RewriteRule ^WINNT_x86-gcc3-x64/[^/]+/ALL 13.0a2-win32-ALL.xml [last]
RewriteRule ^WINNT_x86-gcc3-x64/ 13.0a2-win32-ALL.xml [last]
RewriteRule ^WINNT_x86_64-gcc3-x64/13.0a1/ALL 13.0a1-13.0a2-win64-ALL.xml [last]
RewriteRule ^WINNT_x86_64-gcc3-x64/[^/]+/ALL 13.0a2-win64-ALL.xml [last]
RewriteRule ^WINNT_x86_64-gcc3-x64/ 13.0a2-win64-ALL.xml [last]
RewriteRule ^[^/]+/13.0a1/ no-update.xml [last]
RewriteRule ^Linux_x86-gcc3/12.5a5/ALL 12.5a5-13.0a1-linux32-ALL.xml [last]
RewriteRule ^Linux_x86-gcc3/12.5a6/ALL 12.5a6-13.0a1-linux32-ALL.xml [last]
RewriteRule ^Linux_x86-gcc3/12.5a7/ALL 12.5a7-13.0a1-linux32-ALL.xml [last]
RewriteRule ^Linux_x86-gcc3/[^/]+/ALL 13.0a1-linux32-ALL.xml [last]
RewriteRule ^Linux_x86-gcc3/ 13.0a1-linux32-ALL.xml [last]
RewriteRule ^Linux_x86_64-gcc3/12.5a5/ALL 12.5a5-13.0a1-linux64-ALL.xml [last]
RewriteRule ^Linux_x86_64-gcc3/12.5a6/ALL 12.5a6-13.0a1-linux64-ALL.xml [last]
RewriteRule ^Linux_x86_64-gcc3/12.5a7/ALL 12.5a7-13.0a1-linux64-ALL.xml [last]
RewriteRule ^Linux_x86_64-gcc3/[^/]+/ALL 13.0a1-linux64-ALL.xml [last]
RewriteRule ^Linux_x86_64-gcc3/ 13.0a1-linux64-ALL.xml [last]
RewriteRule ^Darwin_x86_64-gcc3/12.5a5/ALL 12.5a5-13.0a1-macos-ALL.xml [last]
RewriteRule ^Darwin_x86_64-gcc3/12.5a6/ALL 12.5a6-13.0a1-macos-ALL.xml [last]
RewriteRule ^Darwin_x86_64-gcc3/12.5a7/ALL 12.5a7-13.0a1-macos-ALL.xml [last]
RewriteRule ^Darwin_x86_64-gcc3/[^/]+/ALL 13.0a1-macos-ALL.xml [last]
RewriteRule ^Darwin_x86_64-gcc3/ 13.0a1-macos-ALL.xml [last]
RewriteRule ^Darwin_aarch64-gcc3/12.5a5/ALL 12.5a5-13.0a1-macos-ALL.xml [last]
RewriteRule ^Darwin_aarch64-gcc3/12.5a6/ALL 12.5a6-13.0a1-macos-ALL.xml [last]
RewriteRule ^Darwin_aarch64-gcc3/12.5a7/ALL 12.5a7-13.0a1-macos-ALL.xml [last]
RewriteRule ^Darwin_aarch64-gcc3/[^/]+/ALL 13.0a1-macos-ALL.xml [last]
RewriteRule ^Darwin_aarch64-gcc3/ 13.0a1-macos-ALL.xml [last]
RewriteRule ^WINNT_x86-gcc3/12.5a5/ALL 12.5a5-13.0a1-win32-ALL.xml [last]
RewriteRule ^WINNT_x86-gcc3/12.5a6/ALL 12.5a6-13.0a1-win32-ALL.xml [last]
RewriteRule ^WINNT_x86-gcc3/12.5a7/ALL 12.5a7-13.0a1-win32-ALL.xml [last]
RewriteRule ^WINNT_x86-gcc3/[^/]+/ALL 13.0a1-win32-ALL.xml [last]
RewriteRule ^WINNT_x86-gcc3/ 13.0a1-win32-ALL.xml [last]
RewriteRule ^WINNT_x86-gcc3-x86/12.5a5/ALL 12.5a5-13.0a1-win32-ALL.xml [last]
RewriteRule ^WINNT_x86-gcc3-x86/12.5a6/ALL 12.5a6-13.0a1-win32-ALL.xml [last]
RewriteRule ^WINNT_x86-gcc3-x86/12.5a7/ALL 12.5a7-13.0a1-win32-ALL.xml [last]
RewriteRule ^WINNT_x86-gcc3-x86/[^/]+/ALL 13.0a1-win32-ALL.xml [last]
RewriteRule ^WINNT_x86-gcc3-x86/ 13.0a1-win32-ALL.xml [last]
RewriteRule ^WINNT_x86-gcc3-x64/12.5a5/ALL 12.5a5-13.0a1-win32-ALL.xml [last]
RewriteRule ^WINNT_x86-gcc3-x64/12.5a6/ALL 12.5a6-13.0a1-win32-ALL.xml [last]
RewriteRule ^WINNT_x86-gcc3-x64/12.5a7/ALL 12.5a7-13.0a1-win32-ALL.xml [last]
RewriteRule ^WINNT_x86-gcc3-x64/[^/]+/ALL 13.0a1-win32-ALL.xml [last]
RewriteRule ^WINNT_x86-gcc3-x64/ 13.0a1-win32-ALL.xml [last]
RewriteRule ^WINNT_x86_64-gcc3-x64/12.5a5/ALL 12.5a5-13.0a1-win64-ALL.xml [last]
RewriteRule ^WINNT_x86_64-gcc3-x64/12.5a6/ALL 12.5a6-13.0a1-win64-ALL.xml [last]
RewriteRule ^WINNT_x86_64-gcc3-x64/12.5a7/ALL 12.5a7-13.0a1-win64-ALL.xml [last]
RewriteRule ^WINNT_x86_64-gcc3-x64/[^/]+/ALL 13.0a1-win64-ALL.xml [last]
RewriteRule ^WINNT_x86_64-gcc3-x64/ 13.0a1-win64-ALL.xml [last]
<?xml version="1.0" encoding="UTF-8"?>
<updates><update type="minor" displayVersion="13.0a1" appVersion="13.0a1" platformVersion="115.0.2" buildID="20230721171107" detailsURL="https://blog.torproject.org/new-release-tor-browser-130a1" actions="showURL" openURL="https://blog.torproject.org/new-release-tor-browser-130a1" minSupportedInstructionSet="SSE2"><patch URL="https://cdn.torproject.org/aus1/torbrowser/13.0a1/tor-browser-linux32-13.0a1_ALL.mar" hashFunction="SHA512" hashValue="4c3c20a0ad261b30abccc69331b185498d84ef29754ea4beb7700094e81deb1b074ff60d848d52188792b93acf17307f92e18bca6d161ed646d2c8c3102f8f0c" size="126729758" type="complete"></patch><patch URL="https://cdn.torproject.org/aus1/torbrowser/13.0a1/tor-browser-linux32-12.5a5-13.0a1_ALL.incremental.mar" hashFunction="SHA512" hashValue="2b6ccb43626f3e458601b2278a48239d5e507fda6812d1c29e22f996a7dbb77dc0d349d47a72ac5438ad7258e83e6daac78216f6b5b0446a0b2ba4702bfea775" size="74560208" type="partial"></patch></update></updates>
<?xml version="1.0" encoding="UTF-8"?>
<updates><update type="minor" displayVersion="13.0a1" appVersion="13.0a1" platformVersion="115.0.2" buildID="20230721171107" detailsURL="https://blog.torproject.org/new-release-tor-browser-130a1" actions="showURL" openURL="https://blog.torproject.org/new-release-tor-browser-130a1" minSupportedInstructionSet="SSE2"><patch URL="https://cdn.torproject.org/aus1/torbrowser/13.0a1/tor-browser-linux64-13.0a1_ALL.mar" hashFunction="SHA512" hashValue="2cdf42aae0f73f29f074f312a6a1ce4e62e372f3747ae759f5adbca6bfbe64b93fd252921741d773244b694e487fe5734ef37a90d56bd79606dda0fbfe7d5d2a" size="126049586" type="complete"></patch><patch URL="https://cdn.torproject.org/aus1/torbrowser/13.0a1/tor-browser-linux64-12.5a5-13.0a1_ALL.incremental.mar" hashFunction="SHA512" hashValue="13710f3f388316080cefb80969b7c1bce414bf28759787e796ca1308e0717e1e0895222c0bb6360301ed6492c173d4049c93c6e34608865de7001216b3e71539" size="75654196" type="partial"></patch></update></updates>
<?xml version="1.0" encoding="UTF-8"?>
<updates><update type="minor" displayVersion="13.0a1" appVersion="13.0a1" platformVersion="115.0.2" buildID="20230721171107" detailsURL="https://blog.torproject.org/new-release-tor-browser-130a1" actions="showURL" openURL="https://blog.torproject.org/new-release-tor-browser-130a1" minSupportedOSVersion="16.0.0"><patch URL="https://cdn.torproject.org/aus1/torbrowser/13.0a1/tor-browser-macos-13.0a1_ALL.mar" hashFunction="SHA512" hashValue="2f2a6c60baf9d47cdc2ec1913810eb939d080c851757ccd84b1474be333b59a81d85ed4145e82a1e30526467e70635ec2309edcac2146e8532e20899575014d7" size="163773019" type="complete"></patch><patch URL="https://cdn.torproject.org/aus1/torbrowser/13.0a1/tor-browser-macos-12.5a5-13.0a1_ALL.incremental.mar" hashFunction="SHA512" hashValue="95d53f96d6af5f5e28c313760749e6c4fdf12d1c1fd1e19b86754c3265a83867fb157841786bf92e647e88a893392ce497d585b7550247b5ef85ec2181005807" size="126890120" type="partial"></patch></update></updates>
<?xml version="1.0" encoding="UTF-8"?>
<updates><update type="minor" displayVersion="13.0a1" appVersion="13.0a1" platformVersion="115.0.2" buildID="20230721171107" detailsURL="https://blog.torproject.org/new-release-tor-browser-130a1" actions="showURL" openURL="https://blog.torproject.org/new-release-tor-browser-130a1" minSupportedOSVersion="6.1" minSupportedInstructionSet="SSE2"><patch URL="https://cdn.torproject.org/aus1/torbrowser/13.0a1/tor-browser-win32-13.0a1_ALL.mar" hashFunction="SHA512" hashValue="78652be4eb2687142e2bb815003651652179500887dbccf63a965fc9ebbf026d64a598d4080f4194fae15e0cf975c717e748a2a6aca1f7a9efa8abd79ed01b7c" size="107672603" type="complete"></patch><patch URL="https://cdn.torproject.org/aus1/torbrowser/13.0a1/tor-browser-win32-12.5a5-13.0a1_ALL.incremental.mar" hashFunction="SHA512" hashValue="f8a515b8e1cc8e6930e675c6b7fe340def1be1bdea0e129f5af9af768424cd61526a6294cfa71c63605bd2e1ed69cf89d32de5e888f6aabd55aaf7aa69b34011" size="73796161" type="partial"></patch></update></updates>
<?xml version="1.0" encoding="UTF-8"?>
<updates><update type="minor" displayVersion="13.0a1" appVersion="13.0a1" platformVersion="115.0.2" buildID="20230721171107" detailsURL="https://blog.torproject.org/new-release-tor-browser-130a1" actions="showURL" openURL="https://blog.torproject.org/new-release-tor-browser-130a1" minSupportedOSVersion="6.1" minSupportedInstructionSet="SSE2"><patch URL="https://cdn.torproject.org/aus1/torbrowser/13.0a1/tor-browser-win64-13.0a1_ALL.mar" hashFunction="SHA512" hashValue="e2946271ae3c40ec480f468b927868c20720aab41e2d1705aecbfabe3346cafdf68a506e58c76d790e9816ae923e3fb3f74693d0e5133ce551373e254b305405" size="107717113" type="complete"></patch><patch URL="https://cdn.torproject.org/aus1/torbrowser/13.0a1/tor-browser-win64-12.5a5-13.0a1_ALL.incremental.mar" hashFunction="SHA512" hashValue="bde5f3313ddd9de675954c12da4909869df427533a34a4b5a5baa18af692f962b0da417c06e5ec6532aadf336dfd05c7afd4820d2a7afa9412e0e6af77de0681" size="76382867" type="partial"></patch></update></updates>
<?xml version="1.0" encoding="UTF-8"?>
<updates><update type="minor" displayVersion="13.0a1" appVersion="13.0a1" platformVersion="115.0.2" buildID="20230721171107" detailsURL="https://blog.torproject.org/new-release-tor-browser-130a1" actions="showURL" openURL="https://blog.torproject.org/new-release-tor-browser-130a1" minSupportedInstructionSet="SSE2"><patch URL="https://cdn.torproject.org/aus1/torbrowser/13.0a1/tor-browser-linux32-13.0a1_ALL.mar" hashFunction="SHA512" hashValue="4c3c20a0ad261b30abccc69331b185498d84ef29754ea4beb7700094e81deb1b074ff60d848d52188792b93acf17307f92e18bca6d161ed646d2c8c3102f8f0c" size="126729758" type="complete"></patch><patch URL="https://cdn.torproject.org/aus1/torbrowser/13.0a1/tor-browser-linux32-12.5a6-13.0a1_ALL.incremental.mar" hashFunction="SHA512" hashValue="f6eb1ab0d5e41ee70aa806f58b5f4e41de7819e00020de12785812ed8a9ab0a395fa3cd52db042ee0a84dd49c46ee4a624e81065baf7fc329ba234d03f73b3c6" size="74179904" type="partial"></patch></update></updates>
<?xml version="1.0" encoding="UTF-8"?>
<updates><update type="minor" displayVersion="13.0a1" appVersion="13.0a1" platformVersion="115.0.2" buildID="20230721171107" detailsURL="https://blog.torproject.org/new-release-tor-browser-130a1" actions="showURL" openURL="https://blog.torproject.org/new-release-tor-browser-130a1" minSupportedInstructionSet="SSE2"><patch URL="https://cdn.torproject.org/aus1/torbrowser/13.0a1/tor-browser-linux64-13.0a1_ALL.mar" hashFunction="SHA512" hashValue="2cdf42aae0f73f29f074f312a6a1ce4e62e372f3747ae759f5adbca6bfbe64b93fd252921741d773244b694e487fe5734ef37a90d56bd79606dda0fbfe7d5d2a" size="126049586" type="complete"></patch><patch URL="https://cdn.torproject.org/aus1/torbrowser/13.0a1/tor-browser-linux64-12.5a6-13.0a1_ALL.incremental.mar" hashFunction="SHA512" hashValue="95c5832da7d7a52cf46f8a6c8c4f827420d7fa1ea6f0f0a56ade68aed99f6a7e66fd71a2c416217f2112766f9c90979aada3350f092466a9f96dbc1849aee49c" size="75219160" type="partial"></patch></update></updates>
<?xml version="1.0" encoding="UTF-8"?>
<updates><update type="minor" displayVersion="13.0a1" appVersion="13.0a1" platformVersion="115.0.2" buildID="20230721171107" detailsURL="https://blog.torproject.org/new-release-tor-browser-130a1" actions="showURL" openURL="https://blog.torproject.org/new-release-tor-browser-130a1" minSupportedOSVersion="16.0.0"><patch URL="https://cdn.torproject.org/aus1/torbrowser/13.0a1/tor-browser-macos-13.0a1_ALL.mar" hashFunction="SHA512" hashValue="2f2a6c60baf9d47cdc2ec1913810eb939d080c851757ccd84b1474be333b59a81d85ed4145e82a1e30526467e70635ec2309edcac2146e8532e20899575014d7" size="163773019" type="complete"></patch><patch URL="https://cdn.torproject.org/aus1/torbrowser/13.0a1/tor-browser-macos-12.5a6-13.0a1_ALL.incremental.mar" hashFunction="SHA512" hashValue="37266812b827f2e52845505a7ddf97cb4caff0dfb5b8d770aeb644c2efc87d35d74ba43d09a4a97bc13f57874e4080a9f3983b32674afb5a0d942cbe9c362cc1" size="126203636" type="partial"></patch></update></updates>
<?xml version="1.0" encoding="UTF-8"?>
<updates><update type="minor" displayVersion="13.0a1" appVersion="13.0a1" platformVersion="115.0.2" buildID="20230721171107" detailsURL="https://blog.torproject.org/new-release-tor-browser-130a1" actions="showURL" openURL="https://blog.torproject.org/new-release-tor-browser-130a1" minSupportedOSVersion="6.1" minSupportedInstructionSet="SSE2"><patch URL="https://cdn.torproject.org/aus1/torbrowser/13.0a1/tor-browser-win32-13.0a1_ALL.mar" hashFunction="SHA512" hashValue="78652be4eb2687142e2bb815003651652179500887dbccf63a965fc9ebbf026d64a598d4080f4194fae15e0cf975c717e748a2a6aca1f7a9efa8abd79ed01b7c" size="107672603" type="complete"></patch><patch URL="https://cdn.torproject.org/aus1/torbrowser/13.0a1/tor-browser-win32-12.5a6-13.0a1_ALL.incremental.mar" hashFunction="SHA512" hashValue="fc76da2dbac5b38238b03a0b4a38de8ffaccee26c68f83487ec57ca33a95268d60998922f66352a60431746ba761b9f81667ea5b5281eb5496bf8cc25471b1b4" size="73403469" type="partial"></patch></update></updates>
<?xml version="1.0" encoding="UTF-8"?>
<updates><update type="minor" displayVersion="13.0a1" appVersion="13.0a1" platformVersion="115.0.2" buildID="20230721171107" detailsURL="https://blog.torproject.org/new-release-tor-browser-130a1" actions="showURL" openURL="https://blog.torproject.org/new-release-tor-browser-130a1" minSupportedOSVersion="6.1" minSupportedInstructionSet="SSE2"><patch URL="https://cdn.torproject.org/aus1/torbrowser/13.0a1/tor-browser-win64-13.0a1_ALL.mar" hashFunction="SHA512" hashValue="e2946271ae3c40ec480f468b927868c20720aab41e2d1705aecbfabe3346cafdf68a506e58c76d790e9816ae923e3fb3f74693d0e5133ce551373e254b305405" size="107717113" type="complete"></patch><patch URL="https://cdn.torproject.org/aus1/torbrowser/13.0a1/tor-browser-win64-12.5a6-13.0a1_ALL.incremental.mar" hashFunction="SHA512" hashValue="82b33617fd7c6a358516d5657adb8dab977c9a043e664a308efc22f43c8af04ad06ebe5b9e16735981c98405d6620500a60f5fea53aea423517e6979ed6dceba" size="75929003" type="partial"></patch></update></updates>
<?xml version="1.0" encoding="UTF-8"?>
<updates><update type="minor" displayVersion="13.0a1" appVersion="13.0a1" platformVersion="115.0.2" buildID="20230721171107" detailsURL="https://blog.torproject.org/new-release-tor-browser-130a1" actions="showURL" openURL="https://blog.torproject.org/new-release-tor-browser-130a1" minSupportedInstructionSet="SSE2"><patch URL="https://cdn.torproject.org/aus1/torbrowser/13.0a1/tor-browser-linux32-13.0a1_ALL.mar" hashFunction="SHA512" hashValue="4c3c20a0ad261b30abccc69331b185498d84ef29754ea4beb7700094e81deb1b074ff60d848d52188792b93acf17307f92e18bca6d161ed646d2c8c3102f8f0c" size="126729758" type="complete"></patch><patch URL="https://cdn.torproject.org/aus1/torbrowser/13.0a1/tor-browser-linux32-12.5a7-13.0a1_ALL.incremental.mar" hashFunction="SHA512" hashValue="587b2f00d2d3e2dd7a986f3ebfce4deb777a6a9e3fda572a5c6666c6dbdcc799cfbfdda71e7ca28d6d9c6f7e5c721a4a59abe52d565ea9018f497cfc422325da" size="69067202" type="partial"></patch></update></updates>
<?xml version="1.0" encoding="UTF-8"?>
<updates><update type="minor" displayVersion="13.0a1" appVersion="13.0a1" platformVersion="115.0.2" buildID="20230721171107" detailsURL="https://blog.torproject.org/new-release-tor-browser-130a1" actions="showURL" openURL="https://blog.torproject.org/new-release-tor-browser-130a1" minSupportedInstructionSet="SSE2"><patch URL="https://cdn.torproject.org/aus1/torbrowser/13.0a1/tor-browser-linux64-13.0a1_ALL.mar" hashFunction="SHA512" hashValue="2cdf42aae0f73f29f074f312a6a1ce4e62e372f3747ae759f5adbca6bfbe64b93fd252921741d773244b694e487fe5734ef37a90d56bd79606dda0fbfe7d5d2a" size="126049586" type="complete"></patch><patch URL="https://cdn.torproject.org/aus1/torbrowser/13.0a1/tor-browser-linux64-12.5a7-13.0a1_ALL.incremental.mar" hashFunction="SHA512" hashValue="e89370acc930b2a2ac13e8ecebdbc86733165d6ffe3d055559bb47f427e1690603cbcdb3f9823535f83f33afc61d277acad0077188317c3765f9536b420d10cb" size="69797358" type="partial"></patch></update></updates>
<?xml version="1.0" encoding="UTF-8"?>
<updates><update type="minor" displayVersion="13.0a1" appVersion="13.0a1" platformVersion="115.0.2" buildID="20230721171107" detailsURL="https://blog.torproject.org/new-release-tor-browser-130a1" actions="showURL" openURL="https://blog.torproject.org/new-release-tor-browser-130a1" minSupportedOSVersion="16.0.0"><patch URL="https://cdn.torproject.org/aus1/torbrowser/13.0a1/tor-browser-macos-13.0a1_ALL.mar" hashFunction="SHA512" hashValue="2f2a6c60baf9d47cdc2ec1913810eb939d080c851757ccd84b1474be333b59a81d85ed4145e82a1e30526467e70635ec2309edcac2146e8532e20899575014d7" size="163773019" type="complete"></patch><patch URL="https://cdn.torproject.org/aus1/torbrowser/13.0a1/tor-browser-macos-12.5a7-13.0a1_ALL.incremental.mar" hashFunction="SHA512" hashValue="da6ab5ac74fcd4ee7bad03bf1d71385315e45cf86ad1cce6f0fe3850c636f858e4a54754ea5ed4c51a788119e752a5edf259789b27410730781476c963e3496a" size="115384645" type="partial"></patch></update></updates>
<?xml version="1.0" encoding="UTF-8"?>
<updates><update type="minor" displayVersion="13.0a1" appVersion="13.0a1" platformVersion="115.0.2" buildID="20230721171107" detailsURL="https://blog.torproject.org/new-release-tor-browser-130a1" actions="showURL" openURL="https://blog.torproject.org/new-release-tor-browser-130a1" minSupportedOSVersion="6.1" minSupportedInstructionSet="SSE2"><patch URL="https://cdn.torproject.org/aus1/torbrowser/13.0a1/tor-browser-win32-13.0a1_ALL.mar" hashFunction="SHA512" hashValue="78652be4eb2687142e2bb815003651652179500887dbccf63a965fc9ebbf026d64a598d4080f4194fae15e0cf975c717e748a2a6aca1f7a9efa8abd79ed01b7c" size="107672603" type="complete"></patch><patch URL="https://cdn.torproject.org/aus1/torbrowser/13.0a1/tor-browser-win32-12.5a7-13.0a1_ALL.incremental.mar" hashFunction="SHA512" hashValue="8c2ab74d8b38e63de429ef6dfe95682eaacb80ddcec0888faeffbf1b955d7dd08fd127423fe877c903354327c4565e88faa854c4b4d057978116e0b5d91347f5" size="68263279" type="partial"></patch></update></updates>
<?xml version="1.0" encoding="UTF-8"?>
<updates><update type="minor" displayVersion="13.0a1" appVersion="13.0a1" platformVersion="115.0.2" buildID="20230721171107" detailsURL="https://blog.torproject.org/new-release-tor-browser-130a1" actions="showURL" openURL="https://blog.torproject.org/new-release-tor-browser-130a1" minSupportedOSVersion="6.1" minSupportedInstructionSet="SSE2"><patch URL="https://cdn.torproject.org/aus1/torbrowser/13.0a1/tor-browser-win64-13.0a1_ALL.mar" hashFunction="SHA512" hashValue="e2946271ae3c40ec480f468b927868c20720aab41e2d1705aecbfabe3346cafdf68a506e58c76d790e9816ae923e3fb3f74693d0e5133ce551373e254b305405" size="107717113" type="complete"></patch><patch URL="https://cdn.torproject.org/aus1/torbrowser/13.0a1/tor-browser-win64-12.5a7-13.0a1_ALL.incremental.mar" hashFunction="SHA512" hashValue="e2ce308a86c838bc9b9e8eba65c3bcc884f80c97a08cff75aff45f00d360066bc50383f71ffc584763a0f064a3532a4fb4d9cbd35f37bb4eec492d849581fc84" size="70514153" type="partial"></patch></update></updates>
<?xml version="1.0" encoding="UTF-8"?>
<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="c8f02c56b46fa4d3fbcbe4893cbce476c56d40acca27cda688dcb3c4dc02713e5fffe7acaf70485ea585541895132e76c0edbcf5c66dd894397160072eb24a9c" size="125964719" 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="d3fa183b3685e02ab5dbed694c498ebe72a349662812256f7f30f59f374dcee06b14f8d6f2feff5614c36a1a1ad1f9c508c939055b3d39f920598cb085078a94" size="13930883" type="partial"></patch></update></updates>
<?xml version="1.0" encoding="UTF-8"?>
<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="b2c34ce654a80f3f947a0247642da894a6a770072962dcb22f1ab96ad2abf7b0087576afcd86871614ee91486de0dba2bb8989901118a46846acbb5280822c3d" size="125277635" 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="4e82c5ef67e6af8d817ef22136361938c2f5882f407e8b38a2e3a144c69f2ec8aa8db24264c663c809a3848dc8e25b6ed1ba21ca233eff0ab012e10a01107953" size="13546829" type="partial"></patch></update></updates>
<?xml version="1.0" encoding="UTF-8"?>
<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="f0f84fc90824cba13f765fa05e981045efe66ac5511f0aad777e25a19adeb861b0efaaf312398cad43e43425c57463d9abec4a627dcfa0b0e76ca52d16e89652" size="163018567" 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="150f5fcd52a22efc5f2a38033216ea1c2e735a101d8d5361a64112d30396bcc1342dfadfe3ec2a39aa9ff15f84f002be8132dc789b5f63eecf58d50d1ed670fd" size="36791523" type="partial"></patch></update></updates>
<?xml version="1.0" encoding="UTF-8"?>
<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="c227958b577fea04a2193c1979ec951e6dc750f477b553c584d2dacc0dceccc911ae39fb8f20065f1061a8e6336935577253dc1f828c58cd82dd4f1141063ea1" size="106892844" 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="e570c64cad5809fde61cbc3e1bb7f2a01244257321c0308423113b6d170ddaf4ec1c415cc2873aace2b6b2d449a4b0fce5a21c19937b22afdfe06588f61c75bd" size="14977546" type="partial"></patch></update></updates>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment