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

release: new version, 14.0

parent 87e03758
Branches
Tags
No related merge requests found
Showing
with 56 additions and 68 deletions
......@@ -7,44 +7,50 @@ RewriteRule ^[^/]+/10\..*/.* https://aus1.torproject.org/torbrowser/update_pre12
RewriteRule ^[^/]+/11\.0.*/.* https://aus1.torproject.org/torbrowser/update_pre12.0/release/$0 [last]
RewriteRule ^[^/]+/11\.5/.* https://aus1.torproject.org/torbrowser/update_pre12.0/release/$0 [last]
RewriteRule ^[^/]+/11\.5\.[01234567]/.* https://aus1.torproject.org/torbrowser/update_pre12.0/release/$0 [last]
# tor-browser-build#41270: make 13.5.7 a watershed update
RewriteRule ^[^/]+/1[12]\.[05].*/.* https://aus1.torproject.org/torbrowser/update_pre14.0/release/$0 [last]
RewriteRule ^[^/]+/13\.0.*/.* https://aus1.torproject.org/torbrowser/update_pre14.0/release/$0 [last]
RewriteRule ^[^/]+/13\.5/.* https://aus1.torproject.org/torbrowser/update_pre14.0/release/$0 [last]
RewriteRule ^[^/]+/13\.5\.[0123456]/.* https://aus1.torproject.org/torbrowser/update_pre14.0/release/$0 [last]
RewriteRule ^[^/]+/14.0/ no-update.xml [last]
RewriteRule ^[^/]+/13.5.7/ no-update.xml [last]
RewriteRule ^Linux_x86-gcc3/13.5.4/ALL 13.5.4-13.5.7-linux-i686-ALL.xml [last]
RewriteRule ^Linux_x86-gcc3/13.5.5/ALL 13.5.5-13.5.7-linux-i686-ALL.xml [last]
RewriteRule ^Linux_x86-gcc3/13.5.6/ALL 13.5.6-13.5.7-linux-i686-ALL.xml [last]
RewriteRule ^Linux_x86-gcc3/[^/]+/ALL 13.5.7-linux-i686-ALL.xml [last]
RewriteRule ^Linux_x86-gcc3/ 13.5.7-linux-i686-ALL.xml [last]
RewriteRule ^Linux_x86_64-gcc3/13.5.4/ALL 13.5.4-13.5.7-linux-x86_64-ALL.xml [last]
RewriteRule ^Linux_x86_64-gcc3/13.5.5/ALL 13.5.5-13.5.7-linux-x86_64-ALL.xml [last]
RewriteRule ^Linux_x86_64-gcc3/13.5.6/ALL 13.5.6-13.5.7-linux-x86_64-ALL.xml [last]
RewriteRule ^Linux_x86_64-gcc3/[^/]+/ALL 13.5.7-linux-x86_64-ALL.xml [last]
RewriteRule ^Linux_x86_64-gcc3/ 13.5.7-linux-x86_64-ALL.xml [last]
RewriteRule ^Darwin_x86_64-gcc3/13.5.4/ALL 13.5.4-13.5.7-macos-ALL.xml [last]
RewriteRule ^Darwin_x86_64-gcc3/13.5.5/ALL 13.5.5-13.5.7-macos-ALL.xml [last]
RewriteRule ^Darwin_x86_64-gcc3/13.5.6/ALL 13.5.6-13.5.7-macos-ALL.xml [last]
RewriteRule ^Darwin_x86_64-gcc3/[^/]+/ALL 13.5.7-macos-ALL.xml [last]
RewriteRule ^Darwin_x86_64-gcc3/ 13.5.7-macos-ALL.xml [last]
RewriteRule ^Darwin_aarch64-gcc3/13.5.4/ALL 13.5.4-13.5.7-macos-ALL.xml [last]
RewriteRule ^Darwin_aarch64-gcc3/13.5.5/ALL 13.5.5-13.5.7-macos-ALL.xml [last]
RewriteRule ^Darwin_aarch64-gcc3/13.5.6/ALL 13.5.6-13.5.7-macos-ALL.xml [last]
RewriteRule ^Darwin_aarch64-gcc3/[^/]+/ALL 13.5.7-macos-ALL.xml [last]
RewriteRule ^Darwin_aarch64-gcc3/ 13.5.7-macos-ALL.xml [last]
RewriteRule ^WINNT_x86-gcc3/13.5.4/ALL 13.5.4-13.5.7-windows-i686-ALL.xml [last]
RewriteRule ^WINNT_x86-gcc3/13.5.5/ALL 13.5.5-13.5.7-windows-i686-ALL.xml [last]
RewriteRule ^WINNT_x86-gcc3/13.5.6/ALL 13.5.6-13.5.7-windows-i686-ALL.xml [last]
RewriteRule ^WINNT_x86-gcc3/[^/]+/ALL 13.5.7-windows-i686-ALL.xml [last]
RewriteRule ^WINNT_x86-gcc3/ 13.5.7-windows-i686-ALL.xml [last]
RewriteRule ^WINNT_x86-gcc3-x86/13.5.4/ALL 13.5.4-13.5.7-windows-i686-ALL.xml [last]
RewriteRule ^WINNT_x86-gcc3-x86/13.5.5/ALL 13.5.5-13.5.7-windows-i686-ALL.xml [last]
RewriteRule ^WINNT_x86-gcc3-x86/13.5.6/ALL 13.5.6-13.5.7-windows-i686-ALL.xml [last]
RewriteRule ^WINNT_x86-gcc3-x86/[^/]+/ALL 13.5.7-windows-i686-ALL.xml [last]
RewriteRule ^WINNT_x86-gcc3-x86/ 13.5.7-windows-i686-ALL.xml [last]
RewriteRule ^WINNT_x86-gcc3-x64/13.5.4/ALL 13.5.4-13.5.7-windows-i686-ALL.xml [last]
RewriteRule ^WINNT_x86-gcc3-x64/13.5.5/ALL 13.5.5-13.5.7-windows-i686-ALL.xml [last]
RewriteRule ^WINNT_x86-gcc3-x64/13.5.6/ALL 13.5.6-13.5.7-windows-i686-ALL.xml [last]
RewriteRule ^WINNT_x86-gcc3-x64/[^/]+/ALL 13.5.7-windows-i686-ALL.xml [last]
RewriteRule ^WINNT_x86-gcc3-x64/ 13.5.7-windows-i686-ALL.xml [last]
RewriteRule ^WINNT_x86_64-gcc3-x64/13.5.4/ALL 13.5.4-13.5.7-windows-x86_64-ALL.xml [last]
RewriteRule ^WINNT_x86_64-gcc3-x64/13.5.5/ALL 13.5.5-13.5.7-windows-x86_64-ALL.xml [last]
RewriteRule ^WINNT_x86_64-gcc3-x64/13.5.6/ALL 13.5.6-13.5.7-windows-x86_64-ALL.xml [last]
RewriteRule ^WINNT_x86_64-gcc3-x64/[^/]+/ALL 13.5.7-windows-x86_64-ALL.xml [last]
RewriteRule ^WINNT_x86_64-gcc3-x64/ 13.5.7-windows-x86_64-ALL.xml [last]
RewriteRule ^Linux_x86-gcc3/13.5.5/ALL 13.5.5-14.0+13.5.7-linux-i686-ALL.xml [last]
RewriteRule ^Linux_x86-gcc3/13.5.6/ALL 13.5.6-14.0+13.5.7-linux-i686-ALL.xml [last]
RewriteRule ^Linux_x86-gcc3/13.5.7/ALL 13.5.7-14.0+13.5.7-linux-i686-ALL.xml [last]
RewriteRule ^Linux_x86-gcc3/[^/]+/ALL 14.0+13.5.7-linux-i686-ALL.xml [last]
RewriteRule ^Linux_x86-gcc3/ 14.0+13.5.7-linux-i686-ALL.xml [last]
RewriteRule ^Linux_x86_64-gcc3/13.5.5/ALL 13.5.5-14.0+13.5.7-linux-x86_64-ALL.xml [last]
RewriteRule ^Linux_x86_64-gcc3/13.5.6/ALL 13.5.6-14.0+13.5.7-linux-x86_64-ALL.xml [last]
RewriteRule ^Linux_x86_64-gcc3/13.5.7/ALL 13.5.7-14.0+13.5.7-linux-x86_64-ALL.xml [last]
RewriteRule ^Linux_x86_64-gcc3/[^/]+/ALL 14.0+13.5.7-linux-x86_64-ALL.xml [last]
RewriteRule ^Linux_x86_64-gcc3/ 14.0+13.5.7-linux-x86_64-ALL.xml [last]
RewriteRule ^Darwin_x86_64-gcc3/13.5.5/ALL 13.5.5-14.0+13.5.7-macos-ALL.xml [last]
RewriteRule ^Darwin_x86_64-gcc3/13.5.6/ALL 13.5.6-14.0+13.5.7-macos-ALL.xml [last]
RewriteRule ^Darwin_x86_64-gcc3/13.5.7/ALL 13.5.7-14.0+13.5.7-macos-ALL.xml [last]
RewriteRule ^Darwin_x86_64-gcc3/[^/]+/ALL 14.0+13.5.7-macos-ALL.xml [last]
RewriteRule ^Darwin_x86_64-gcc3/ 14.0+13.5.7-macos-ALL.xml [last]
RewriteRule ^Darwin_aarch64-gcc3/13.5.5/ALL 13.5.5-14.0+13.5.7-macos-ALL.xml [last]
RewriteRule ^Darwin_aarch64-gcc3/13.5.6/ALL 13.5.6-14.0+13.5.7-macos-ALL.xml [last]
RewriteRule ^Darwin_aarch64-gcc3/13.5.7/ALL 13.5.7-14.0+13.5.7-macos-ALL.xml [last]
RewriteRule ^Darwin_aarch64-gcc3/[^/]+/ALL 14.0+13.5.7-macos-ALL.xml [last]
RewriteRule ^Darwin_aarch64-gcc3/ 14.0+13.5.7-macos-ALL.xml [last]
RewriteRule ^WINNT_x86-gcc3/13.5.5/ALL 13.5.5-14.0+13.5.7-windows-i686-ALL.xml [last]
RewriteRule ^WINNT_x86-gcc3/13.5.6/ALL 13.5.6-14.0+13.5.7-windows-i686-ALL.xml [last]
RewriteRule ^WINNT_x86-gcc3/13.5.7/ALL 13.5.7-14.0+13.5.7-windows-i686-ALL.xml [last]
RewriteRule ^WINNT_x86-gcc3/[^/]+/ALL 14.0+13.5.7-windows-i686-ALL.xml [last]
RewriteRule ^WINNT_x86-gcc3/ 14.0+13.5.7-windows-i686-ALL.xml [last]
RewriteRule ^WINNT_x86-gcc3-x86/13.5.5/ALL 13.5.5-14.0+13.5.7-windows-i686-ALL.xml [last]
RewriteRule ^WINNT_x86-gcc3-x86/13.5.6/ALL 13.5.6-14.0+13.5.7-windows-i686-ALL.xml [last]
RewriteRule ^WINNT_x86-gcc3-x86/13.5.7/ALL 13.5.7-14.0+13.5.7-windows-i686-ALL.xml [last]
RewriteRule ^WINNT_x86-gcc3-x86/[^/]+/ALL 14.0+13.5.7-windows-i686-ALL.xml [last]
RewriteRule ^WINNT_x86-gcc3-x86/ 14.0+13.5.7-windows-i686-ALL.xml [last]
RewriteRule ^WINNT_x86-gcc3-x64/13.5.5/ALL 13.5.5-14.0+13.5.7-windows-i686-ALL.xml [last]
RewriteRule ^WINNT_x86-gcc3-x64/13.5.6/ALL 13.5.6-14.0+13.5.7-windows-i686-ALL.xml [last]
RewriteRule ^WINNT_x86-gcc3-x64/13.5.7/ALL 13.5.7-14.0+13.5.7-windows-i686-ALL.xml [last]
RewriteRule ^WINNT_x86-gcc3-x64/[^/]+/ALL 14.0+13.5.7-windows-i686-ALL.xml [last]
RewriteRule ^WINNT_x86-gcc3-x64/ 14.0+13.5.7-windows-i686-ALL.xml [last]
RewriteRule ^WINNT_x86_64-gcc3-x64/13.5.5/ALL 13.5.5-14.0+13.5.7-windows-x86_64-ALL.xml [last]
RewriteRule ^WINNT_x86_64-gcc3-x64/13.5.6/ALL 13.5.6-14.0+13.5.7-windows-x86_64-ALL.xml [last]
RewriteRule ^WINNT_x86_64-gcc3-x64/13.5.7/ALL 13.5.7-14.0+13.5.7-windows-x86_64-ALL.xml [last]
RewriteRule ^WINNT_x86_64-gcc3-x64/[^/]+/ALL 14.0+13.5.7-windows-x86_64-ALL.xml [last]
RewriteRule ^WINNT_x86_64-gcc3-x64/ 14.0+13.5.7-windows-x86_64-ALL.xml [last]
<?xml version="1.0" encoding="UTF-8"?>
<updates><update type="minor" displayVersion="13.5.7" appVersion="13.5.7" platformVersion="115.16.0" buildID="20241008182800" detailsURL="https://blog.torproject.org/new-release-tor-browser-1357" actions="showURL" openURL="https://blog.torproject.org/new-release-tor-browser-1357" minSupportedInstructionSet="SSE2"><patch URL="https://cdn.torproject.org/aus1/torbrowser/13.5.7/tor-browser-linux-i686-13.5.7_ALL.mar" hashFunction="SHA512" hashValue="682b7bf00601a79fab499c12c94eba8070368713039e50425032e6d6eac955148cebbc14439ef04c06a94c4ee1a66c08e83e2e469269ce16f22cfc3b440532e7" size="123874690" type="complete"></patch><patch URL="https://cdn.torproject.org/aus1/torbrowser/13.5.7/tor-browser-linux-i686--13.5.4-13.5.7_ALL.incremental.mar" hashFunction="SHA512" hashValue="5846cf830fa530d883df884b763d0f63b1c06982df8dfb16e98ac55b6340ad6bb8a6a2ceb1d7f2c2dc1c286ce7d0c1c274a447efb54afbc8824d9b11f3dfa0ac" size="6845207" type="partial"></patch></update></updates>
<?xml version="1.0" encoding="UTF-8"?>
<updates><update type="minor" displayVersion="13.5.7" appVersion="13.5.7" platformVersion="115.16.0" buildID="20241008182800" detailsURL="https://blog.torproject.org/new-release-tor-browser-1357" actions="showURL" openURL="https://blog.torproject.org/new-release-tor-browser-1357" minSupportedInstructionSet="SSE2"><patch URL="https://cdn.torproject.org/aus1/torbrowser/13.5.7/tor-browser-linux-x86_64-13.5.7_ALL.mar" hashFunction="SHA512" hashValue="5b779d715eb7bcc0f95e625976868000caf4ffbbca46ef25aad7c4e82d3688fa976857596e39cac4e23a32f575ac4602bf2804d084679bc11aed67f3a96176ee" size="123120554" type="complete"></patch><patch URL="https://cdn.torproject.org/aus1/torbrowser/13.5.7/tor-browser-linux-x86_64--13.5.4-13.5.7_ALL.incremental.mar" hashFunction="SHA512" hashValue="b89180ac0e1e9a32535538b823ed1c3424ad49c1f260d56fb638b039f2e09bd96270d4e48cbb58b6b2a5456b4e44ddda6b01d25a21941d7c53ef5830993cef19" size="6942307" type="partial"></patch></update></updates>
<?xml version="1.0" encoding="UTF-8"?>
<updates><update type="minor" displayVersion="13.5.7" appVersion="13.5.7" platformVersion="115.16.0" buildID="20241008182800" detailsURL="https://blog.torproject.org/new-release-tor-browser-1357" actions="showURL" openURL="https://blog.torproject.org/new-release-tor-browser-1357" minSupportedOSVersion="16.0.0"><patch URL="https://cdn.torproject.org/aus1/torbrowser/13.5.7/tor-browser-macos-13.5.7_ALL.mar" hashFunction="SHA512" hashValue="da75f209ee7d925416563ad31b79896af8ec5da642081865a9ab40a9443e659b3caf4f3bb83d9c4886421d04a41b0ceabd10da312629a4c5ddfcecec48cab15d" size="169532874" type="complete"></patch><patch URL="https://cdn.torproject.org/aus1/torbrowser/13.5.7/tor-browser-macos--13.5.4-13.5.7_ALL.incremental.mar" hashFunction="SHA512" hashValue="1df283ba39c3f4fae01b26f0cb62c1b80adf2821b2fea58c28ad5d31cec83ccb98c2a6bf479fccc3c8237e6e8643b8ae6e1aac936e1db3001447ea229d86e05d" size="67644758" type="partial"></patch></update></updates>
<?xml version="1.0" encoding="UTF-8"?>
<updates><update type="minor" displayVersion="13.5.7" appVersion="13.5.7" platformVersion="115.16.0" buildID="20241008182800" detailsURL="https://blog.torproject.org/new-release-tor-browser-1357" actions="showURL" openURL="https://blog.torproject.org/new-release-tor-browser-1357" minSupportedOSVersion="6.1" minSupportedInstructionSet="SSE2"><patch URL="https://cdn.torproject.org/aus1/torbrowser/13.5.7/tor-browser-windows-i686-13.5.7_ALL.mar" hashFunction="SHA512" hashValue="fe87372f8df4dd2eed95eafb8801f4d213ba0731d1e9900b23058a40a0b85e6191e7301cf3de681ccf90bcffe5f3d4bd9b01c55df5ee36954428e7f62135c5a5" size="110696761" type="complete"></patch><patch URL="https://cdn.torproject.org/aus1/torbrowser/13.5.7/tor-browser-windows-i686--13.5.4-13.5.7_ALL.incremental.mar" hashFunction="SHA512" hashValue="d723951757fd69500b83510c29fdf5931a76d7431e53012e1d4bd613b08989077a7f895b1b78b0ef504897832794eb2a23dcb3cc0afe3c1a64b553122a6d7fdb" size="7431474" type="partial"></patch></update></updates>
<?xml version="1.0" encoding="UTF-8"?>
<updates><update type="minor" displayVersion="13.5.7" appVersion="13.5.7" platformVersion="115.16.0" buildID="20241008182800" detailsURL="https://blog.torproject.org/new-release-tor-browser-1357" actions="showURL" openURL="https://blog.torproject.org/new-release-tor-browser-1357" minSupportedOSVersion="6.1" minSupportedInstructionSet="SSE2"><patch URL="https://cdn.torproject.org/aus1/torbrowser/13.5.7/tor-browser-windows-x86_64-13.5.7_ALL.mar" hashFunction="SHA512" hashValue="e47680305b6e3dda854440c2c92d3ae3d8fafa7c139d2b7ba26b5bf4847a44672f07ef5f8eaddd42a721c8c9532c784740309c010693a65f1c84ce9466cf35bd" size="110823815" type="complete"></patch><patch URL="https://cdn.torproject.org/aus1/torbrowser/13.5.7/tor-browser-windows-x86_64--13.5.4-13.5.7_ALL.incremental.mar" hashFunction="SHA512" hashValue="3b1f45f84ae43315d1c2e0d1c2c87c00a9e218af6787592df709c8460e1aff1e05d928331b0fbbb6dac750e64aff77f32bb8d2eef17c2e29d314e010d1d5225c" size="6879988" type="partial"></patch></update></updates>
<?xml version="1.0" encoding="UTF-8"?>
<updates><update type="minor" displayVersion="13.5.7" appVersion="13.5.7" platformVersion="115.16.0" buildID="20241008182800" detailsURL="https://blog.torproject.org/new-release-tor-browser-1357" actions="showURL" openURL="https://blog.torproject.org/new-release-tor-browser-1357" minSupportedInstructionSet="SSE2"><patch URL="https://cdn.torproject.org/aus1/torbrowser/13.5.7/tor-browser-linux-i686-13.5.7_ALL.mar" hashFunction="SHA512" hashValue="682b7bf00601a79fab499c12c94eba8070368713039e50425032e6d6eac955148cebbc14439ef04c06a94c4ee1a66c08e83e2e469269ce16f22cfc3b440532e7" size="123874690" type="complete"></patch><patch URL="https://cdn.torproject.org/aus1/torbrowser/13.5.7/tor-browser-linux-i686--13.5.5-13.5.7_ALL.incremental.mar" hashFunction="SHA512" hashValue="2694d40c87331f6cf639c9a73157d1d43a90892ac9c3e0ad71d9a4f4ea17e572d43a6e0a8172b7452c0aad683f079040d5e3fc871c3404c451b8704353fe1d9d" size="6800447" type="partial"></patch></update></updates>
<?xml version="1.0" encoding="UTF-8"?>
<updates><update type="minor" displayVersion="13.5.7" appVersion="13.5.7" platformVersion="115.16.0" buildID="20241008182800" detailsURL="https://blog.torproject.org/new-release-tor-browser-1357" actions="showURL" openURL="https://blog.torproject.org/new-release-tor-browser-1357" minSupportedInstructionSet="SSE2"><patch URL="https://cdn.torproject.org/aus1/torbrowser/13.5.7/tor-browser-linux-x86_64-13.5.7_ALL.mar" hashFunction="SHA512" hashValue="5b779d715eb7bcc0f95e625976868000caf4ffbbca46ef25aad7c4e82d3688fa976857596e39cac4e23a32f575ac4602bf2804d084679bc11aed67f3a96176ee" size="123120554" type="complete"></patch><patch URL="https://cdn.torproject.org/aus1/torbrowser/13.5.7/tor-browser-linux-x86_64--13.5.5-13.5.7_ALL.incremental.mar" hashFunction="SHA512" hashValue="7b5dfff9cc2c8c2069e28ad04269db6619fa93e5652669e9d6ccfc64b2bed13c121b672a8e22e1dd2419d351c6dbb163127630ef8b143bf9f717f27a3dafb622" size="6898327" type="partial"></patch></update></updates>
<?xml version="1.0" encoding="UTF-8"?>
<updates><update type="minor" displayVersion="13.5.7" appVersion="13.5.7" platformVersion="115.16.0" buildID="20241008182800" detailsURL="https://blog.torproject.org/new-release-tor-browser-1357" actions="showURL" openURL="https://blog.torproject.org/new-release-tor-browser-1357" minSupportedOSVersion="16.0.0"><patch URL="https://cdn.torproject.org/aus1/torbrowser/13.5.7/tor-browser-macos-13.5.7_ALL.mar" hashFunction="SHA512" hashValue="da75f209ee7d925416563ad31b79896af8ec5da642081865a9ab40a9443e659b3caf4f3bb83d9c4886421d04a41b0ceabd10da312629a4c5ddfcecec48cab15d" size="169532874" type="complete"></patch><patch URL="https://cdn.torproject.org/aus1/torbrowser/13.5.7/tor-browser-macos--13.5.5-13.5.7_ALL.incremental.mar" hashFunction="SHA512" hashValue="8f2f7400b32e17d5af7c452ca815492de67163f07b9271212d08a81e3fadd037ff91964c5c11d15d9339d92b4f6412a6586a4351ca6067c9e6c959da3cb5c490" size="67596654" type="partial"></patch></update></updates>
<?xml version="1.0" encoding="UTF-8"?>
<updates><update type="minor" displayVersion="13.5.7" appVersion="13.5.7" platformVersion="115.16.0" buildID="20241008182800" detailsURL="https://blog.torproject.org/new-release-tor-browser-1357" actions="showURL" openURL="https://blog.torproject.org/new-release-tor-browser-1357" minSupportedOSVersion="6.1" minSupportedInstructionSet="SSE2"><patch URL="https://cdn.torproject.org/aus1/torbrowser/13.5.7/tor-browser-windows-i686-13.5.7_ALL.mar" hashFunction="SHA512" hashValue="fe87372f8df4dd2eed95eafb8801f4d213ba0731d1e9900b23058a40a0b85e6191e7301cf3de681ccf90bcffe5f3d4bd9b01c55df5ee36954428e7f62135c5a5" size="110696761" type="complete"></patch><patch URL="https://cdn.torproject.org/aus1/torbrowser/13.5.7/tor-browser-windows-i686--13.5.5-13.5.7_ALL.incremental.mar" hashFunction="SHA512" hashValue="85908bd1dbc7e7ec7b5e3a7877ceb85a69e13806761b65b62cac5eb50f2b5aeedca307763182a2bebd91cf8d5e187fb56e4289ac9488cebbebf9e52b2ef44916" size="7381582" type="partial"></patch></update></updates>
<?xml version="1.0" encoding="UTF-8"?>
<updates><update type="minor" displayVersion="13.5.7" appVersion="13.5.7" platformVersion="115.16.0" buildID="20241008182800" detailsURL="https://blog.torproject.org/new-release-tor-browser-1357" actions="showURL" openURL="https://blog.torproject.org/new-release-tor-browser-1357" minSupportedOSVersion="6.1" minSupportedInstructionSet="SSE2"><patch URL="https://cdn.torproject.org/aus1/torbrowser/13.5.7/tor-browser-windows-x86_64-13.5.7_ALL.mar" hashFunction="SHA512" hashValue="e47680305b6e3dda854440c2c92d3ae3d8fafa7c139d2b7ba26b5bf4847a44672f07ef5f8eaddd42a721c8c9532c784740309c010693a65f1c84ce9466cf35bd" size="110823815" type="complete"></patch><patch URL="https://cdn.torproject.org/aus1/torbrowser/13.5.7/tor-browser-windows-x86_64--13.5.5-13.5.7_ALL.incremental.mar" hashFunction="SHA512" hashValue="fc0f3244b23f75456776ab6572055c25b9254d25c543e9c3ae2fd055cc6daa4689b5c76a0f968e8351fc55fa95f5f8886d3da0c5112b16e022bb49d6a55f3a10" size="6830728" type="partial"></patch></update></updates>
<?xml version="1.0" encoding="UTF-8"?>
<updates><update type="minor" displayVersion="14.0" appVersion="14.0" platformVersion="128.3.0" buildID="20241016164500" detailsURL="https://blog.torproject.org/new-release-tor-browser-140" actions="showURL" openURL="https://blog.torproject.org/new-release-tor-browser-140" minSupportedInstructionSet="SSE2"><patch URL="https://cdn.torproject.org/aus1/torbrowser/14.0/tor-browser-linux-i686-14.0_ALL.mar" size="128862408" type="complete"></patch><patch URL="https://cdn.torproject.org/aus1/torbrowser/14.0/tor-browser-linux-i686--13.5.5-14.0_ALL.incremental.mar" size="62848072" type="partial"></patch></update><update type="minor" displayVersion="13.5.7" appVersion="13.5.7" platformVersion="115.16.0" buildID="20241008182800" detailsURL="https://blog.torproject.org/new-release-tor-browser-1357" actions="showURL" openURL="https://blog.torproject.org/new-release-tor-browser-1357"><patch URL="https://cdn.torproject.org/aus1/torbrowser/13.5.7/tor-browser-linux-i686-13.5.7_ALL.mar" size="123874690" type="complete"></patch></update></updates>
<?xml version="1.0" encoding="UTF-8"?>
<updates><update type="minor" displayVersion="14.0" appVersion="14.0" platformVersion="128.3.0" buildID="20241016164500" detailsURL="https://blog.torproject.org/new-release-tor-browser-140" actions="showURL" openURL="https://blog.torproject.org/new-release-tor-browser-140" minSupportedInstructionSet="SSE2"><patch URL="https://cdn.torproject.org/aus1/torbrowser/14.0/tor-browser-linux-x86_64-14.0_ALL.mar" size="127876344" type="complete"></patch><patch URL="https://cdn.torproject.org/aus1/torbrowser/14.0/tor-browser-linux-x86_64--13.5.5-14.0_ALL.incremental.mar" size="59351880" type="partial"></patch></update><update type="minor" displayVersion="13.5.7" appVersion="13.5.7" platformVersion="115.16.0" buildID="20241008182800" detailsURL="https://blog.torproject.org/new-release-tor-browser-1357" actions="showURL" openURL="https://blog.torproject.org/new-release-tor-browser-1357"><patch URL="https://cdn.torproject.org/aus1/torbrowser/13.5.7/tor-browser-linux-x86_64-13.5.7_ALL.mar" size="123120554" type="complete"></patch></update></updates>
<?xml version="1.0" encoding="UTF-8"?>
<updates><update type="minor" displayVersion="14.0" appVersion="14.0" platformVersion="128.3.0" buildID="20241016164500" detailsURL="https://blog.torproject.org/new-release-tor-browser-140" actions="showURL" openURL="https://blog.torproject.org/new-release-tor-browser-140" minSupportedOSVersion="19.0.0"><patch URL="https://cdn.torproject.org/aus1/torbrowser/14.0/tor-browser-macos-14.0_ALL.mar" size="156691335" type="complete"></patch><patch URL="https://cdn.torproject.org/aus1/torbrowser/14.0/tor-browser-macos--13.5.5-14.0_ALL.incremental.mar" size="98735712" type="partial"></patch></update><update type="minor" displayVersion="13.5.7" appVersion="13.5.7" platformVersion="115.16.0" buildID="20241008182800" detailsURL="https://blog.torproject.org/new-release-tor-browser-1357" actions="showURL" openURL="https://blog.torproject.org/new-release-tor-browser-1357" minSupportedOSVersion="16.0.0"><patch URL="https://cdn.torproject.org/aus1/torbrowser/13.5.7/tor-browser-macos-13.5.7_ALL.mar" size="169532874" type="complete"></patch></update></updates>
<?xml version="1.0" encoding="UTF-8"?>
<updates><update type="minor" displayVersion="14.0" appVersion="14.0" platformVersion="128.3.0" buildID="20241016164500" detailsURL="https://blog.torproject.org/new-release-tor-browser-140" actions="showURL" openURL="https://blog.torproject.org/new-release-tor-browser-140" minSupportedOSVersion="10.0"><patch URL="https://cdn.torproject.org/aus1/torbrowser/14.0/tor-browser-windows-i686-14.0_ALL.mar" size="116706584" type="complete"></patch><patch URL="https://cdn.torproject.org/aus1/torbrowser/14.0/tor-browser-windows-i686--13.5.5-14.0_ALL.incremental.mar" size="69164546" type="partial"></patch></update><update type="minor" displayVersion="13.5.7" appVersion="13.5.7" platformVersion="115.16.0" buildID="20241008182800" detailsURL="https://blog.torproject.org/new-release-tor-browser-1357" actions="showURL" openURL="https://blog.torproject.org/new-release-tor-browser-1357" minSupportedOSVersion="6.1" minSupportedInstructionSet="SSE2"><patch URL="https://cdn.torproject.org/aus1/torbrowser/13.5.7/tor-browser-windows-i686-13.5.7_ALL.mar" size="110696761" type="complete"></patch></update></updates>
<?xml version="1.0" encoding="UTF-8"?>
<updates><update type="minor" displayVersion="14.0" appVersion="14.0" platformVersion="128.3.0" buildID="20241016164500" detailsURL="https://blog.torproject.org/new-release-tor-browser-140" actions="showURL" openURL="https://blog.torproject.org/new-release-tor-browser-140" minSupportedOSVersion="10.0"><patch URL="https://cdn.torproject.org/aus1/torbrowser/14.0/tor-browser-windows-x86_64-14.0_ALL.mar" size="117027828" type="complete"></patch><patch URL="https://cdn.torproject.org/aus1/torbrowser/14.0/tor-browser-windows-x86_64--13.5.5-14.0_ALL.incremental.mar" size="67583178" type="partial"></patch></update><update type="minor" displayVersion="13.5.7" appVersion="13.5.7" platformVersion="115.16.0" buildID="20241008182800" detailsURL="https://blog.torproject.org/new-release-tor-browser-1357" actions="showURL" openURL="https://blog.torproject.org/new-release-tor-browser-1357" minSupportedOSVersion="6.1" minSupportedInstructionSet="SSE2"><patch URL="https://cdn.torproject.org/aus1/torbrowser/13.5.7/tor-browser-windows-x86_64-13.5.7_ALL.mar" size="110823815" type="complete"></patch></update></updates>
<?xml version="1.0" encoding="UTF-8"?>
<updates><update type="minor" displayVersion="13.5.7" appVersion="13.5.7" platformVersion="115.16.0" buildID="20241008182800" detailsURL="https://blog.torproject.org/new-release-tor-browser-1357" actions="showURL" openURL="https://blog.torproject.org/new-release-tor-browser-1357" minSupportedInstructionSet="SSE2"><patch URL="https://cdn.torproject.org/aus1/torbrowser/13.5.7/tor-browser-linux-i686-13.5.7_ALL.mar" hashFunction="SHA512" hashValue="682b7bf00601a79fab499c12c94eba8070368713039e50425032e6d6eac955148cebbc14439ef04c06a94c4ee1a66c08e83e2e469269ce16f22cfc3b440532e7" size="123874690" type="complete"></patch><patch URL="https://cdn.torproject.org/aus1/torbrowser/13.5.7/tor-browser-linux-i686--13.5.6-13.5.7_ALL.incremental.mar" hashFunction="SHA512" hashValue="d2fc8e8b0ad29a4395da2762df40a5b4d835b106af86da70c61c7f9401ba089dc7756ac12977f1d260ed5180a1246e1651aca01d380996e60ee9394c66c63dc0" size="4311524" type="partial"></patch></update></updates>
<?xml version="1.0" encoding="UTF-8"?>
<updates><update type="minor" displayVersion="13.5.7" appVersion="13.5.7" platformVersion="115.16.0" buildID="20241008182800" detailsURL="https://blog.torproject.org/new-release-tor-browser-1357" actions="showURL" openURL="https://blog.torproject.org/new-release-tor-browser-1357" minSupportedInstructionSet="SSE2"><patch URL="https://cdn.torproject.org/aus1/torbrowser/13.5.7/tor-browser-linux-x86_64-13.5.7_ALL.mar" hashFunction="SHA512" hashValue="5b779d715eb7bcc0f95e625976868000caf4ffbbca46ef25aad7c4e82d3688fa976857596e39cac4e23a32f575ac4602bf2804d084679bc11aed67f3a96176ee" size="123120554" type="complete"></patch><patch URL="https://cdn.torproject.org/aus1/torbrowser/13.5.7/tor-browser-linux-x86_64--13.5.6-13.5.7_ALL.incremental.mar" hashFunction="SHA512" hashValue="9fffc7e9e958ad21c4a7fe6b0b6abb1eeab9d0a0130638d516409e4b3a9a9ed3bfefa808d9bdafb919310a1d7cc26822b81aecdad28ba966c57c658813bc7ec3" size="4165528" type="partial"></patch></update></updates>
<?xml version="1.0" encoding="UTF-8"?>
<updates><update type="minor" displayVersion="13.5.7" appVersion="13.5.7" platformVersion="115.16.0" buildID="20241008182800" detailsURL="https://blog.torproject.org/new-release-tor-browser-1357" actions="showURL" openURL="https://blog.torproject.org/new-release-tor-browser-1357" minSupportedOSVersion="16.0.0"><patch URL="https://cdn.torproject.org/aus1/torbrowser/13.5.7/tor-browser-macos-13.5.7_ALL.mar" hashFunction="SHA512" hashValue="da75f209ee7d925416563ad31b79896af8ec5da642081865a9ab40a9443e659b3caf4f3bb83d9c4886421d04a41b0ceabd10da312629a4c5ddfcecec48cab15d" size="169532874" type="complete"></patch><patch URL="https://cdn.torproject.org/aus1/torbrowser/13.5.7/tor-browser-macos--13.5.6-13.5.7_ALL.incremental.mar" hashFunction="SHA512" hashValue="7f3a32066ac1ad2b9cdd12f5434b90ff3d7678d66821431e8924730005647c03a0264c77903659e8fb2e34691068a59dcef560ad99ca7e0ad43967f0c7c87c27" size="67092126" type="partial"></patch></update></updates>
<?xml version="1.0" encoding="UTF-8"?>
<updates><update type="minor" displayVersion="13.5.7" appVersion="13.5.7" platformVersion="115.16.0" buildID="20241008182800" detailsURL="https://blog.torproject.org/new-release-tor-browser-1357" actions="showURL" openURL="https://blog.torproject.org/new-release-tor-browser-1357" minSupportedOSVersion="6.1" minSupportedInstructionSet="SSE2"><patch URL="https://cdn.torproject.org/aus1/torbrowser/13.5.7/tor-browser-windows-i686-13.5.7_ALL.mar" hashFunction="SHA512" hashValue="fe87372f8df4dd2eed95eafb8801f4d213ba0731d1e9900b23058a40a0b85e6191e7301cf3de681ccf90bcffe5f3d4bd9b01c55df5ee36954428e7f62135c5a5" size="110696761" type="complete"></patch><patch URL="https://cdn.torproject.org/aus1/torbrowser/13.5.7/tor-browser-windows-i686--13.5.6-13.5.7_ALL.incremental.mar" hashFunction="SHA512" hashValue="b4332b4fb6aa71e6d99c308fb8f920971fc90e3d350969f05f95258c283448c682f7d2617171f6c68f7051d907bdb805f3df1e1a035476a6dba8c9a05539c011" size="3104587" type="partial"></patch></update></updates>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment