Skip to content
Snippets Groups Projects
Commit b0172ff2 authored by Morgan's avatar Morgan
Browse files

alpha: new version, 14.0a5

parent c68ab1ee
Branches
Tags
No related merge requests found
Showing
with 51 additions and 69 deletions
......@@ -2,44 +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 ^[^/]+/14.0a4/ no-update.xml [last]
RewriteRule ^Linux_x86-gcc3/14.0a1/ALL 14.0a1-14.0a4-linux-i686-ALL.xml [last]
RewriteRule ^Linux_x86-gcc3/14.0a2/ALL 14.0a2-14.0a4-linux-i686-ALL.xml [last]
RewriteRule ^Linux_x86-gcc3/14.0a3/ALL 14.0a3-14.0a4-linux-i686-ALL.xml [last]
RewriteRule ^Linux_x86-gcc3/[^/]+/ALL 14.0a4-linux-i686-ALL.xml [last]
RewriteRule ^Linux_x86-gcc3/ 14.0a4-linux-i686-ALL.xml [last]
RewriteRule ^Linux_x86_64-gcc3/14.0a1/ALL 14.0a1-14.0a4-linux-x86_64-ALL.xml [last]
RewriteRule ^Linux_x86_64-gcc3/14.0a2/ALL 14.0a2-14.0a4-linux-x86_64-ALL.xml [last]
RewriteRule ^Linux_x86_64-gcc3/14.0a3/ALL 14.0a3-14.0a4-linux-x86_64-ALL.xml [last]
RewriteRule ^Linux_x86_64-gcc3/[^/]+/ALL 14.0a4-linux-x86_64-ALL.xml [last]
RewriteRule ^Linux_x86_64-gcc3/ 14.0a4-linux-x86_64-ALL.xml [last]
RewriteRule ^Darwin_x86_64-gcc3/14.0a1/ALL 14.0a1-14.0a4-macos-ALL.xml [last]
RewriteRule ^Darwin_x86_64-gcc3/14.0a2/ALL 14.0a2-14.0a4-macos-ALL.xml [last]
RewriteRule ^Darwin_x86_64-gcc3/14.0a3/ALL 14.0a3-14.0a4-macos-ALL.xml [last]
RewriteRule ^Darwin_x86_64-gcc3/[^/]+/ALL 14.0a4-macos-ALL.xml [last]
RewriteRule ^Darwin_x86_64-gcc3/ 14.0a4-macos-ALL.xml [last]
RewriteRule ^Darwin_aarch64-gcc3/14.0a1/ALL 14.0a1-14.0a4-macos-ALL.xml [last]
RewriteRule ^Darwin_aarch64-gcc3/14.0a2/ALL 14.0a2-14.0a4-macos-ALL.xml [last]
RewriteRule ^Darwin_aarch64-gcc3/14.0a3/ALL 14.0a3-14.0a4-macos-ALL.xml [last]
RewriteRule ^Darwin_aarch64-gcc3/[^/]+/ALL 14.0a4-macos-ALL.xml [last]
RewriteRule ^Darwin_aarch64-gcc3/ 14.0a4-macos-ALL.xml [last]
RewriteRule ^WINNT_x86-gcc3/14.0a1/ALL 14.0a1-14.0a4-windows-i686-ALL.xml [last]
RewriteRule ^WINNT_x86-gcc3/14.0a2/ALL 14.0a2-14.0a4-windows-i686-ALL.xml [last]
RewriteRule ^WINNT_x86-gcc3/14.0a3/ALL 14.0a3-14.0a4-windows-i686-ALL.xml [last]
RewriteRule ^WINNT_x86-gcc3/[^/]+/ALL 14.0a4-windows-i686-ALL.xml [last]
RewriteRule ^WINNT_x86-gcc3/ 14.0a4-windows-i686-ALL.xml [last]
RewriteRule ^WINNT_x86-gcc3-x86/14.0a1/ALL 14.0a1-14.0a4-windows-i686-ALL.xml [last]
RewriteRule ^WINNT_x86-gcc3-x86/14.0a2/ALL 14.0a2-14.0a4-windows-i686-ALL.xml [last]
RewriteRule ^WINNT_x86-gcc3-x86/14.0a3/ALL 14.0a3-14.0a4-windows-i686-ALL.xml [last]
RewriteRule ^WINNT_x86-gcc3-x86/[^/]+/ALL 14.0a4-windows-i686-ALL.xml [last]
RewriteRule ^WINNT_x86-gcc3-x86/ 14.0a4-windows-i686-ALL.xml [last]
RewriteRule ^WINNT_x86-gcc3-x64/14.0a1/ALL 14.0a1-14.0a4-windows-i686-ALL.xml [last]
RewriteRule ^WINNT_x86-gcc3-x64/14.0a2/ALL 14.0a2-14.0a4-windows-i686-ALL.xml [last]
RewriteRule ^WINNT_x86-gcc3-x64/14.0a3/ALL 14.0a3-14.0a4-windows-i686-ALL.xml [last]
RewriteRule ^WINNT_x86-gcc3-x64/[^/]+/ALL 14.0a4-windows-i686-ALL.xml [last]
RewriteRule ^WINNT_x86-gcc3-x64/ 14.0a4-windows-i686-ALL.xml [last]
RewriteRule ^WINNT_x86_64-gcc3-x64/14.0a1/ALL 14.0a1-14.0a4-windows-x86_64-ALL.xml [last]
RewriteRule ^WINNT_x86_64-gcc3-x64/14.0a2/ALL 14.0a2-14.0a4-windows-x86_64-ALL.xml [last]
RewriteRule ^WINNT_x86_64-gcc3-x64/14.0a3/ALL 14.0a3-14.0a4-windows-x86_64-ALL.xml [last]
RewriteRule ^WINNT_x86_64-gcc3-x64/[^/]+/ALL 14.0a4-windows-x86_64-ALL.xml [last]
RewriteRule ^WINNT_x86_64-gcc3-x64/ 14.0a4-windows-x86_64-ALL.xml [last]
RewriteRule ^[^/]+/14.0a5/ no-update.xml [last]
RewriteRule ^Linux_x86-gcc3/14.0a2/ALL 14.0a2-14.0a5-linux-i686-ALL.xml [last]
RewriteRule ^Linux_x86-gcc3/14.0a3/ALL 14.0a3-14.0a5-linux-i686-ALL.xml [last]
RewriteRule ^Linux_x86-gcc3/14.0a4/ALL 14.0a4-14.0a5-linux-i686-ALL.xml [last]
RewriteRule ^Linux_x86-gcc3/[^/]+/ALL 14.0a5-linux-i686-ALL.xml [last]
RewriteRule ^Linux_x86-gcc3/ 14.0a5-linux-i686-ALL.xml [last]
RewriteRule ^Linux_x86_64-gcc3/14.0a2/ALL 14.0a2-14.0a5-linux-x86_64-ALL.xml [last]
RewriteRule ^Linux_x86_64-gcc3/14.0a3/ALL 14.0a3-14.0a5-linux-x86_64-ALL.xml [last]
RewriteRule ^Linux_x86_64-gcc3/14.0a4/ALL 14.0a4-14.0a5-linux-x86_64-ALL.xml [last]
RewriteRule ^Linux_x86_64-gcc3/[^/]+/ALL 14.0a5-linux-x86_64-ALL.xml [last]
RewriteRule ^Linux_x86_64-gcc3/ 14.0a5-linux-x86_64-ALL.xml [last]
RewriteRule ^Darwin_x86_64-gcc3/14.0a2/ALL 14.0a2-14.0a5-macos-ALL.xml [last]
RewriteRule ^Darwin_x86_64-gcc3/14.0a3/ALL 14.0a3-14.0a5-macos-ALL.xml [last]
RewriteRule ^Darwin_x86_64-gcc3/14.0a4/ALL 14.0a4-14.0a5-macos-ALL.xml [last]
RewriteRule ^Darwin_x86_64-gcc3/[^/]+/ALL 14.0a5-macos-ALL.xml [last]
RewriteRule ^Darwin_x86_64-gcc3/ 14.0a5-macos-ALL.xml [last]
RewriteRule ^Darwin_aarch64-gcc3/14.0a2/ALL 14.0a2-14.0a5-macos-ALL.xml [last]
RewriteRule ^Darwin_aarch64-gcc3/14.0a3/ALL 14.0a3-14.0a5-macos-ALL.xml [last]
RewriteRule ^Darwin_aarch64-gcc3/14.0a4/ALL 14.0a4-14.0a5-macos-ALL.xml [last]
RewriteRule ^Darwin_aarch64-gcc3/[^/]+/ALL 14.0a5-macos-ALL.xml [last]
RewriteRule ^Darwin_aarch64-gcc3/ 14.0a5-macos-ALL.xml [last]
RewriteRule ^WINNT_x86-gcc3/14.0a2/ALL 14.0a2-14.0a5-windows-i686-ALL.xml [last]
RewriteRule ^WINNT_x86-gcc3/14.0a3/ALL 14.0a3-14.0a5-windows-i686-ALL.xml [last]
RewriteRule ^WINNT_x86-gcc3/14.0a4/ALL 14.0a4-14.0a5-windows-i686-ALL.xml [last]
RewriteRule ^WINNT_x86-gcc3/[^/]+/ALL 14.0a5-windows-i686-ALL.xml [last]
RewriteRule ^WINNT_x86-gcc3/ 14.0a5-windows-i686-ALL.xml [last]
RewriteRule ^WINNT_x86-gcc3-x86/14.0a2/ALL 14.0a2-14.0a5-windows-i686-ALL.xml [last]
RewriteRule ^WINNT_x86-gcc3-x86/14.0a3/ALL 14.0a3-14.0a5-windows-i686-ALL.xml [last]
RewriteRule ^WINNT_x86-gcc3-x86/14.0a4/ALL 14.0a4-14.0a5-windows-i686-ALL.xml [last]
RewriteRule ^WINNT_x86-gcc3-x86/[^/]+/ALL 14.0a5-windows-i686-ALL.xml [last]
RewriteRule ^WINNT_x86-gcc3-x86/ 14.0a5-windows-i686-ALL.xml [last]
RewriteRule ^WINNT_x86-gcc3-x64/14.0a2/ALL 14.0a2-14.0a5-windows-i686-ALL.xml [last]
RewriteRule ^WINNT_x86-gcc3-x64/14.0a3/ALL 14.0a3-14.0a5-windows-i686-ALL.xml [last]
RewriteRule ^WINNT_x86-gcc3-x64/14.0a4/ALL 14.0a4-14.0a5-windows-i686-ALL.xml [last]
RewriteRule ^WINNT_x86-gcc3-x64/[^/]+/ALL 14.0a5-windows-i686-ALL.xml [last]
RewriteRule ^WINNT_x86-gcc3-x64/ 14.0a5-windows-i686-ALL.xml [last]
RewriteRule ^WINNT_x86_64-gcc3-x64/14.0a2/ALL 14.0a2-14.0a5-windows-x86_64-ALL.xml [last]
RewriteRule ^WINNT_x86_64-gcc3-x64/14.0a3/ALL 14.0a3-14.0a5-windows-x86_64-ALL.xml [last]
RewriteRule ^WINNT_x86_64-gcc3-x64/14.0a4/ALL 14.0a4-14.0a5-windows-x86_64-ALL.xml [last]
RewriteRule ^WINNT_x86_64-gcc3-x64/[^/]+/ALL 14.0a5-windows-x86_64-ALL.xml [last]
RewriteRule ^WINNT_x86_64-gcc3-x64/ 14.0a5-windows-x86_64-ALL.xml [last]
<?xml version="1.0" encoding="UTF-8"?>
<updates><update type="minor" displayVersion="14.0a4" appVersion="14.0a4" platformVersion="128.2.0" buildID="20240905044514" detailsURL="https://blog.torproject.org/new-alpha-release-tor-browser-140a4" actions="showURL" openURL="https://blog.torproject.org/new-alpha-release-tor-browser-140a4" minSupportedInstructionSet="SSE2"><patch URL="https://cdn.torproject.org/aus1/torbrowser/14.0a4/tor-browser-linux-i686-14.0a4_ALL.mar" hashFunction="SHA512" hashValue="f0b225408bae982e16ac0c74296f64d7621c32da7e9891c55be636a472d5416e58477de5626a1a2cf48d0fc2b476afce417d1c588e0489115f7b7ab18aba938f" size="129768104" type="complete"></patch><patch URL="https://cdn.torproject.org/aus1/torbrowser/14.0a4/tor-browser-linux-i686--14.0a1-14.0a4_ALL.incremental.mar" hashFunction="SHA512" hashValue="1fa4bdcbe75fb5ef19be4880aa7109f9360186c0094da92c6db145810f41ba90b7a4f69265d7a04a8bd90aa7594cd68987bf8eaee9253e33a4d378fccd3a7ea1" size="17820878" type="partial"></patch></update></updates>
<?xml version="1.0" encoding="UTF-8"?>
<updates><update type="minor" displayVersion="14.0a4" appVersion="14.0a4" platformVersion="128.2.0" buildID="20240905044514" detailsURL="https://blog.torproject.org/new-alpha-release-tor-browser-140a4" actions="showURL" openURL="https://blog.torproject.org/new-alpha-release-tor-browser-140a4" minSupportedInstructionSet="SSE2"><patch URL="https://cdn.torproject.org/aus1/torbrowser/14.0a4/tor-browser-linux-x86_64-14.0a4_ALL.mar" hashFunction="SHA512" hashValue="898e85e40d7fdfedb1cfaa886b8e336dc28c30a2028f4c4bda06648dd7c43801ae8f65cfed9433052a8a84ad3c05424eba7728587b01f38b25f81bd7aa11adc3" size="128710928" type="complete"></patch><patch URL="https://cdn.torproject.org/aus1/torbrowser/14.0a4/tor-browser-linux-x86_64--14.0a1-14.0a4_ALL.incremental.mar" hashFunction="SHA512" hashValue="ffd92e45a091b3475c6f096e87ef4431d39978e02c3ff5b739e950a5e3e73d18aefe3c565b7959cd96ed016ae09b6b976479e4db2a622ad6287eae6b1c8b3959" size="17640066" type="partial"></patch></update></updates>
<?xml version="1.0" encoding="UTF-8"?>
<updates><update type="minor" displayVersion="14.0a4" appVersion="14.0a4" platformVersion="128.2.0" buildID="20240905044514" detailsURL="https://blog.torproject.org/new-alpha-release-tor-browser-140a4" actions="showURL" openURL="https://blog.torproject.org/new-alpha-release-tor-browser-140a4" minSupportedOSVersion="19.0.0"><patch URL="https://cdn.torproject.org/aus1/torbrowser/14.0a4/tor-browser-macos-14.0a4_ALL.mar" hashFunction="SHA512" hashValue="6b268b7b299854f7a28d16ef65a4cadc0390777ff5019a367d3419b1441573d5437bdf256bb24fd8a35258a257a5eb13b64482fcf6dd12d595590ddc723f944f" size="157445685" type="complete"></patch><patch URL="https://cdn.torproject.org/aus1/torbrowser/14.0a4/tor-browser-macos--14.0a1-14.0a4_ALL.incremental.mar" hashFunction="SHA512" hashValue="6afcd8ca7f449f1657efe9e14fcd25a9c1eb2daabfba7437cb8f6437508f7ccd31d8c8c82a5e3bd38dbfaa61c6fc7a4ba113c5f206d3084090d61a8ea57d8e40" size="26446836" type="partial"></patch></update></updates>
<?xml version="1.0" encoding="UTF-8"?>
<updates><update type="minor" displayVersion="14.0a4" appVersion="14.0a4" platformVersion="128.2.0" buildID="20240905044514" detailsURL="https://blog.torproject.org/new-alpha-release-tor-browser-140a4" actions="showURL" openURL="https://blog.torproject.org/new-alpha-release-tor-browser-140a4" minSupportedOSVersion="10.0"><patch URL="https://cdn.torproject.org/aus1/torbrowser/14.0a4/tor-browser-windows-i686-14.0a4_ALL.mar" hashFunction="SHA512" hashValue="6d9c2f3e0f473184ad73c0513dc3b24f3c5f265b6004dca2cc06e84d04951da7f6756f6bdd906c2e09d915c4dab544ae9c88388b88be6b5d5a72bae0e27edfd6" size="117560300" type="complete"></patch><patch URL="https://cdn.torproject.org/aus1/torbrowser/14.0a4/tor-browser-windows-i686--14.0a1-14.0a4_ALL.incremental.mar" hashFunction="SHA512" hashValue="d4b1f11cdd3770a2100df882fedf157a920372a8947dd2f93b4de32ebc89d3efa84a7f5adb911d74b99d4e5c182289438b7e0ff48aaba5d0320586d820489a44" size="18933535" type="partial"></patch></update></updates>
<?xml version="1.0" encoding="UTF-8"?>
<updates><update type="minor" displayVersion="14.0a4" appVersion="14.0a4" platformVersion="128.2.0" buildID="20240905044514" detailsURL="https://blog.torproject.org/new-alpha-release-tor-browser-140a4" actions="showURL" openURL="https://blog.torproject.org/new-alpha-release-tor-browser-140a4" minSupportedOSVersion="10.0"><patch URL="https://cdn.torproject.org/aus1/torbrowser/14.0a4/tor-browser-windows-x86_64-14.0a4_ALL.mar" hashFunction="SHA512" hashValue="71d148799ab4d290776ee6e4bf018c4514087f3a9ba491950b108ea613144e8f9a23f16f06c9f08a64a61615b5a8596cfc397d2caaede1a94ce896bcb67405ec" size="117796056" type="complete"></patch><patch URL="https://cdn.torproject.org/aus1/torbrowser/14.0a4/tor-browser-windows-x86_64--14.0a1-14.0a4_ALL.incremental.mar" hashFunction="SHA512" hashValue="21aeffbcfc911247bcae63f8b619ff46683441f0aae9ae726fa170089c455fbfd29f0ccfca512584635abda83a13532261e131c8652ab4f2555c2c2fae8fee44" size="18373463" type="partial"></patch></update></updates>
<?xml version="1.0" encoding="UTF-8"?>
<updates><update type="minor" displayVersion="14.0a4" appVersion="14.0a4" platformVersion="128.2.0" buildID="20240905044514" detailsURL="https://blog.torproject.org/new-alpha-release-tor-browser-140a4" actions="showURL" openURL="https://blog.torproject.org/new-alpha-release-tor-browser-140a4" minSupportedInstructionSet="SSE2"><patch URL="https://cdn.torproject.org/aus1/torbrowser/14.0a4/tor-browser-linux-i686-14.0a4_ALL.mar" hashFunction="SHA512" hashValue="f0b225408bae982e16ac0c74296f64d7621c32da7e9891c55be636a472d5416e58477de5626a1a2cf48d0fc2b476afce417d1c588e0489115f7b7ab18aba938f" size="129768104" type="complete"></patch><patch URL="https://cdn.torproject.org/aus1/torbrowser/14.0a4/tor-browser-linux-i686--14.0a2-14.0a4_ALL.incremental.mar" hashFunction="SHA512" hashValue="e6b733d31463768e5e7d3cad38e33dea212ccd2b2d032507fbeb48614b6ebb6ec96550dedff12de3434530d52e6898a43d836a21f515132d757ed51ce887f5a6" size="12839380" type="partial"></patch></update></updates>
<?xml version="1.0" encoding="UTF-8"?>
<updates><update type="minor" displayVersion="14.0a4" appVersion="14.0a4" platformVersion="128.2.0" buildID="20240905044514" detailsURL="https://blog.torproject.org/new-alpha-release-tor-browser-140a4" actions="showURL" openURL="https://blog.torproject.org/new-alpha-release-tor-browser-140a4" minSupportedInstructionSet="SSE2"><patch URL="https://cdn.torproject.org/aus1/torbrowser/14.0a4/tor-browser-linux-x86_64-14.0a4_ALL.mar" hashFunction="SHA512" hashValue="898e85e40d7fdfedb1cfaa886b8e336dc28c30a2028f4c4bda06648dd7c43801ae8f65cfed9433052a8a84ad3c05424eba7728587b01f38b25f81bd7aa11adc3" size="128710928" type="complete"></patch><patch URL="https://cdn.torproject.org/aus1/torbrowser/14.0a4/tor-browser-linux-x86_64--14.0a2-14.0a4_ALL.incremental.mar" hashFunction="SHA512" hashValue="25503f3a776a04e30ac5137eb2a8b9e955495c99a74cf651644d6b006f0be930b3aa52381bdb81df885aa9dd7a1e869a01723dc4992890a847874eed1b31dbae" size="12500468" type="partial"></patch></update></updates>
<?xml version="1.0" encoding="UTF-8"?>
<updates><update type="minor" displayVersion="14.0a4" appVersion="14.0a4" platformVersion="128.2.0" buildID="20240905044514" detailsURL="https://blog.torproject.org/new-alpha-release-tor-browser-140a4" actions="showURL" openURL="https://blog.torproject.org/new-alpha-release-tor-browser-140a4" minSupportedOSVersion="19.0.0"><patch URL="https://cdn.torproject.org/aus1/torbrowser/14.0a4/tor-browser-macos-14.0a4_ALL.mar" hashFunction="SHA512" hashValue="6b268b7b299854f7a28d16ef65a4cadc0390777ff5019a367d3419b1441573d5437bdf256bb24fd8a35258a257a5eb13b64482fcf6dd12d595590ddc723f944f" size="157445685" type="complete"></patch><patch URL="https://cdn.torproject.org/aus1/torbrowser/14.0a4/tor-browser-macos--14.0a2-14.0a4_ALL.incremental.mar" hashFunction="SHA512" hashValue="e24fb1f1b59cd4cbcedb6f16ff812b0d829e764c00761a3ad00623d41483ce044c5093a96af81da621f9cee149fd3800ed20354ba8ef9b18d2978b7ce8aabc85" size="18041208" type="partial"></patch></update></updates>
<?xml version="1.0" encoding="UTF-8"?>
<updates><update type="minor" displayVersion="14.0a4" appVersion="14.0a4" platformVersion="128.2.0" buildID="20240905044514" detailsURL="https://blog.torproject.org/new-alpha-release-tor-browser-140a4" actions="showURL" openURL="https://blog.torproject.org/new-alpha-release-tor-browser-140a4" minSupportedOSVersion="10.0"><patch URL="https://cdn.torproject.org/aus1/torbrowser/14.0a4/tor-browser-windows-i686-14.0a4_ALL.mar" hashFunction="SHA512" hashValue="6d9c2f3e0f473184ad73c0513dc3b24f3c5f265b6004dca2cc06e84d04951da7f6756f6bdd906c2e09d915c4dab544ae9c88388b88be6b5d5a72bae0e27edfd6" size="117560300" type="complete"></patch><patch URL="https://cdn.torproject.org/aus1/torbrowser/14.0a4/tor-browser-windows-i686--14.0a2-14.0a4_ALL.incremental.mar" hashFunction="SHA512" hashValue="8a02e5097db6ec83ff209ed66026decad1b08de162740103831b7a923c5d7924477b2d953cd79070b23369e602686a49e9610604a41983fc9559de05573a042c" size="13680065" type="partial"></patch></update></updates>
<?xml version="1.0" encoding="UTF-8"?>
<updates><update type="minor" displayVersion="14.0a4" appVersion="14.0a4" platformVersion="128.2.0" buildID="20240905044514" detailsURL="https://blog.torproject.org/new-alpha-release-tor-browser-140a4" actions="showURL" openURL="https://blog.torproject.org/new-alpha-release-tor-browser-140a4" minSupportedOSVersion="10.0"><patch URL="https://cdn.torproject.org/aus1/torbrowser/14.0a4/tor-browser-windows-x86_64-14.0a4_ALL.mar" hashFunction="SHA512" hashValue="71d148799ab4d290776ee6e4bf018c4514087f3a9ba491950b108ea613144e8f9a23f16f06c9f08a64a61615b5a8596cfc397d2caaede1a94ce896bcb67405ec" size="117796056" type="complete"></patch><patch URL="https://cdn.torproject.org/aus1/torbrowser/14.0a4/tor-browser-windows-x86_64--14.0a2-14.0a4_ALL.incremental.mar" hashFunction="SHA512" hashValue="d4dac640a0f833dda696f6a93e40cefb2a0b9c192622a71afa43a07b678bd78b9018f32d0b456ab8acc3285d69df26f2ee14048ff00066f0c8b0fcfd478e4aaa" size="13275557" type="partial"></patch></update></updates>
<?xml version="1.0" encoding="UTF-8"?>
<updates><update type="minor" displayVersion="14.0a5" appVersion="14.0a5" platformVersion="128.2.0" buildID="20240912203944" detailsURL="https://blog.torproject.org/new-alpha-release-tor-browser-140a5" actions="showURL" openURL="https://blog.torproject.org/new-alpha-release-tor-browser-140a5" minSupportedInstructionSet="SSE2"><patch URL="https://cdn.torproject.org/aus1/torbrowser/14.0a5/tor-browser-linux-i686-14.0a5_ALL.mar" hashFunction="SHA512" hashValue="063275094ba8554778a0696400cc1d4b5f9c10eea2d470d662fd8344d69ef8d435584c6b935ab2e211a1bd4c1a16da0955dc4e8d442a296b1da86e0cb6ecf2f4" size="129810516" type="complete"></patch><patch URL="https://cdn.torproject.org/aus1/torbrowser/14.0a5/tor-browser-linux-i686--14.0a2-14.0a5_ALL.incremental.mar" hashFunction="SHA512" hashValue="a015ecb9bb3942d37bc385b791f68c75b603806818268362b9ba4d56b1abf01d516ea296ecc876d39366d53df1ece20e3fc4ce29fe256b42facc64ba68f41128" size="13268942" type="partial"></patch></update></updates>
<?xml version="1.0" encoding="UTF-8"?>
<updates><update type="minor" displayVersion="14.0a5" appVersion="14.0a5" platformVersion="128.2.0" buildID="20240912203944" detailsURL="https://blog.torproject.org/new-alpha-release-tor-browser-140a5" actions="showURL" openURL="https://blog.torproject.org/new-alpha-release-tor-browser-140a5" minSupportedInstructionSet="SSE2"><patch URL="https://cdn.torproject.org/aus1/torbrowser/14.0a5/tor-browser-linux-x86_64-14.0a5_ALL.mar" hashFunction="SHA512" hashValue="21800235c6900e2c250e38e34d4efad7051201b85fd3e5e854294fe9f5c83eacc2f9b94031abb89f454d5f84a63bba792ea773b80dbdc174007ffbab67db2304" size="128745348" type="complete"></patch><patch URL="https://cdn.torproject.org/aus1/torbrowser/14.0a5/tor-browser-linux-x86_64--14.0a2-14.0a5_ALL.incremental.mar" hashFunction="SHA512" hashValue="67d124ee8ec6dd4445b8abd598a82c55af6923bca3e98aedfedb0038c5c1bf388b2411e322382b99cd39ab23645327b409c66e829bd349b8b08547750b5f3a59" size="12939574" type="partial"></patch></update></updates>
<?xml version="1.0" encoding="UTF-8"?>
<updates><update type="minor" displayVersion="14.0a5" appVersion="14.0a5" platformVersion="128.2.0" buildID="20240912203944" detailsURL="https://blog.torproject.org/new-alpha-release-tor-browser-140a5" actions="showURL" openURL="https://blog.torproject.org/new-alpha-release-tor-browser-140a5" minSupportedOSVersion="19.0.0"><patch URL="https://cdn.torproject.org/aus1/torbrowser/14.0a5/tor-browser-macos-14.0a5_ALL.mar" hashFunction="SHA512" hashValue="231a63a9e04f2b710399d885bd4b423daaa272055cd60afbe830171de70b3af3e5e75e74cf16c6ca654c045bca5abf2828f7a7e4894d9eb619e141950727e4e7" size="157470833" type="complete"></patch><patch URL="https://cdn.torproject.org/aus1/torbrowser/14.0a5/tor-browser-macos--14.0a2-14.0a5_ALL.incremental.mar" hashFunction="SHA512" hashValue="bcc8a4f22126ecb6ad1f183fa9458bee7901e6ca98960a39a0c12aca2e46d86047655a64f7e57cbcf24295f113c3ae21706951aa9b9cbcb73830d71024665e65" size="19007988" type="partial"></patch></update></updates>
<?xml version="1.0" encoding="UTF-8"?>
<updates><update type="minor" displayVersion="14.0a5" appVersion="14.0a5" platformVersion="128.2.0" buildID="20240912203944" detailsURL="https://blog.torproject.org/new-alpha-release-tor-browser-140a5" actions="showURL" openURL="https://blog.torproject.org/new-alpha-release-tor-browser-140a5" minSupportedOSVersion="10.0"><patch URL="https://cdn.torproject.org/aus1/torbrowser/14.0a5/tor-browser-windows-i686-14.0a5_ALL.mar" hashFunction="SHA512" hashValue="fc4b1ef9a5a9c238db40f68f9ebe4f400704bee1765c6cfce274ddf4ab031e75ed7e50b66e268c50225807088b58616ec43e170af7c9af53db10005f6792972b" size="117602804" type="complete"></patch><patch URL="https://cdn.torproject.org/aus1/torbrowser/14.0a5/tor-browser-windows-i686--14.0a2-14.0a5_ALL.incremental.mar" hashFunction="SHA512" hashValue="fd72209430615caa23ae92fba5d45efa2d1bbee501b8a56e4388ab5080a64c967ec39c225714ba50e6b4b5d0e5c673a0db821b46b0e6c83eef547301babef4cc" size="14252783" type="partial"></patch></update></updates>
<?xml version="1.0" encoding="UTF-8"?>
<updates><update type="minor" displayVersion="14.0a5" appVersion="14.0a5" platformVersion="128.2.0" buildID="20240912203944" detailsURL="https://blog.torproject.org/new-alpha-release-tor-browser-140a5" actions="showURL" openURL="https://blog.torproject.org/new-alpha-release-tor-browser-140a5" minSupportedOSVersion="10.0"><patch URL="https://cdn.torproject.org/aus1/torbrowser/14.0a5/tor-browser-windows-x86_64-14.0a5_ALL.mar" hashFunction="SHA512" hashValue="906584d3334a0d851c904cf28b344b98af9e87f057f2ee517bfaa19256e066b6ac2ae8dfba19c699b62aa948535ebbb1bdb02ac3dcf2df6a2e0956a6a46ad701" size="117846708" type="complete"></patch><patch URL="https://cdn.torproject.org/aus1/torbrowser/14.0a5/tor-browser-windows-x86_64--14.0a2-14.0a5_ALL.incremental.mar" hashFunction="SHA512" hashValue="590e270f6fc5e52ca03f2a10831153bf885b6f65f06b46e8bbe6794deb5011275fbc0b63c93233900ecd1460f5d8a6e6e5d8c2687569eb0107c1f86dd9886629" size="13749127" type="partial"></patch></update></updates>
<?xml version="1.0" encoding="UTF-8"?>
<updates><update type="minor" displayVersion="14.0a4" appVersion="14.0a4" platformVersion="128.2.0" buildID="20240905044514" detailsURL="https://blog.torproject.org/new-alpha-release-tor-browser-140a4" actions="showURL" openURL="https://blog.torproject.org/new-alpha-release-tor-browser-140a4" minSupportedInstructionSet="SSE2"><patch URL="https://cdn.torproject.org/aus1/torbrowser/14.0a4/tor-browser-linux-i686-14.0a4_ALL.mar" hashFunction="SHA512" hashValue="f0b225408bae982e16ac0c74296f64d7621c32da7e9891c55be636a472d5416e58477de5626a1a2cf48d0fc2b476afce417d1c588e0489115f7b7ab18aba938f" size="129768104" type="complete"></patch><patch URL="https://cdn.torproject.org/aus1/torbrowser/14.0a4/tor-browser-linux-i686--14.0a3-14.0a4_ALL.incremental.mar" hashFunction="SHA512" hashValue="44de23d0dcbfb57fd60838bfdee11c91d5d468cc17210e86730c9fecfe236eeb9de1cd0c15d8ca5c768d5a97df8280694edabd1e4d02a0647caf37253ac59fe0" size="6787795" type="partial"></patch></update></updates>
<?xml version="1.0" encoding="UTF-8"?>
<updates><update type="minor" displayVersion="14.0a4" appVersion="14.0a4" platformVersion="128.2.0" buildID="20240905044514" detailsURL="https://blog.torproject.org/new-alpha-release-tor-browser-140a4" actions="showURL" openURL="https://blog.torproject.org/new-alpha-release-tor-browser-140a4" minSupportedInstructionSet="SSE2"><patch URL="https://cdn.torproject.org/aus1/torbrowser/14.0a4/tor-browser-linux-x86_64-14.0a4_ALL.mar" hashFunction="SHA512" hashValue="898e85e40d7fdfedb1cfaa886b8e336dc28c30a2028f4c4bda06648dd7c43801ae8f65cfed9433052a8a84ad3c05424eba7728587b01f38b25f81bd7aa11adc3" size="128710928" type="complete"></patch><patch URL="https://cdn.torproject.org/aus1/torbrowser/14.0a4/tor-browser-linux-x86_64--14.0a3-14.0a4_ALL.incremental.mar" hashFunction="SHA512" hashValue="a869f21e4548377b654f1808ea5fd1691445e9c54f6f192fa8a8b16d365960621cdc84ff263d0e359e65f619425c9ba4ada9aef93c57d352d262692fcc4c13c4" size="5942107" type="partial"></patch></update></updates>
<?xml version="1.0" encoding="UTF-8"?>
<updates><update type="minor" displayVersion="14.0a4" appVersion="14.0a4" platformVersion="128.2.0" buildID="20240905044514" detailsURL="https://blog.torproject.org/new-alpha-release-tor-browser-140a4" actions="showURL" openURL="https://blog.torproject.org/new-alpha-release-tor-browser-140a4" minSupportedOSVersion="19.0.0"><patch URL="https://cdn.torproject.org/aus1/torbrowser/14.0a4/tor-browser-macos-14.0a4_ALL.mar" hashFunction="SHA512" hashValue="6b268b7b299854f7a28d16ef65a4cadc0390777ff5019a367d3419b1441573d5437bdf256bb24fd8a35258a257a5eb13b64482fcf6dd12d595590ddc723f944f" size="157445685" type="complete"></patch><patch URL="https://cdn.torproject.org/aus1/torbrowser/14.0a4/tor-browser-macos--14.0a3-14.0a4_ALL.incremental.mar" hashFunction="SHA512" hashValue="b78ea231839337d9cb31f8dc5320ce17e41965f56ed1e9cee3e863dbf8cb135b9b40699b149f96444dce053e58ed98ed362ec8401fa89dc853098bb5d5f791c3" size="8509294" type="partial"></patch></update></updates>
<?xml version="1.0" encoding="UTF-8"?>
<updates><update type="minor" displayVersion="14.0a4" appVersion="14.0a4" platformVersion="128.2.0" buildID="20240905044514" detailsURL="https://blog.torproject.org/new-alpha-release-tor-browser-140a4" actions="showURL" openURL="https://blog.torproject.org/new-alpha-release-tor-browser-140a4" minSupportedOSVersion="10.0"><patch URL="https://cdn.torproject.org/aus1/torbrowser/14.0a4/tor-browser-windows-i686-14.0a4_ALL.mar" hashFunction="SHA512" hashValue="6d9c2f3e0f473184ad73c0513dc3b24f3c5f265b6004dca2cc06e84d04951da7f6756f6bdd906c2e09d915c4dab544ae9c88388b88be6b5d5a72bae0e27edfd6" size="117560300" type="complete"></patch><patch URL="https://cdn.torproject.org/aus1/torbrowser/14.0a4/tor-browser-windows-i686--14.0a3-14.0a4_ALL.incremental.mar" hashFunction="SHA512" hashValue="5dd0daa3b969553a616ea5d2610764e92a0d2172eff10a8c831fb421fbfd6f7c61509ffe31dbd2b79d872e27709bf8e1845d737afd7d1a94bd4813a23e78e7c3" size="7282840" type="partial"></patch></update></updates>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment