Commit a9484c74 authored by Richard Pospesel's avatar Richard Pospesel
Browse files

Revert "alpha: new version, 13.0a2"

This reverts commit 3b1612d4.
parent 3b1612d4
Loading
Loading
Loading
Loading
+41 −25
Original line number Diff line number Diff line
@@ -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]
+2 −0
Original line number Diff line number Diff line
<?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>
+2 −0
Original line number Diff line number Diff line
<?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>
+2 −0
Original line number Diff line number Diff line
<?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>
+2 −0
Original line number Diff line number Diff line
<?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>
Loading