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

alpha: new version, 12.5a6

parent 4792e4f8
Branches
No related tags found
No related merge requests found
Showing
with 53 additions and 43 deletions
......@@ -2,28 +2,36 @@ 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 ^[^/]+/12.5a5/ no-update.xml [last]
RewriteRule ^Linux_x86-gcc3/12.5a4/ALL 12.5a4-12.5a5-linux32-ALL.xml [last]
RewriteRule ^Linux_x86-gcc3/[^/]+/ALL 12.5a5-linux32-ALL.xml [last]
RewriteRule ^Linux_x86-gcc3/ 12.5a5-linux32-ALL.xml [last]
RewriteRule ^Linux_x86_64-gcc3/12.5a4/ALL 12.5a4-12.5a5-linux64-ALL.xml [last]
RewriteRule ^Linux_x86_64-gcc3/[^/]+/ALL 12.5a5-linux64-ALL.xml [last]
RewriteRule ^Linux_x86_64-gcc3/ 12.5a5-linux64-ALL.xml [last]
RewriteRule ^Darwin_x86_64-gcc3/12.5a4/ALL 12.5a4-12.5a5-macos-ALL.xml [last]
RewriteRule ^Darwin_x86_64-gcc3/[^/]+/ALL 12.5a5-macos-ALL.xml [last]
RewriteRule ^Darwin_x86_64-gcc3/ 12.5a5-macos-ALL.xml [last]
RewriteRule ^Darwin_aarch64-gcc3/12.5a4/ALL 12.5a4-12.5a5-macos-ALL.xml [last]
RewriteRule ^Darwin_aarch64-gcc3/[^/]+/ALL 12.5a5-macos-ALL.xml [last]
RewriteRule ^Darwin_aarch64-gcc3/ 12.5a5-macos-ALL.xml [last]
RewriteRule ^WINNT_x86-gcc3/12.5a4/ALL 12.5a4-12.5a5-win32-ALL.xml [last]
RewriteRule ^WINNT_x86-gcc3/[^/]+/ALL 12.5a5-win32-ALL.xml [last]
RewriteRule ^WINNT_x86-gcc3/ 12.5a5-win32-ALL.xml [last]
RewriteRule ^WINNT_x86-gcc3-x86/12.5a4/ALL 12.5a4-12.5a5-win32-ALL.xml [last]
RewriteRule ^WINNT_x86-gcc3-x86/[^/]+/ALL 12.5a5-win32-ALL.xml [last]
RewriteRule ^WINNT_x86-gcc3-x86/ 12.5a5-win32-ALL.xml [last]
RewriteRule ^WINNT_x86-gcc3-x64/12.5a4/ALL 12.5a4-12.5a5-win32-ALL.xml [last]
RewriteRule ^WINNT_x86-gcc3-x64/[^/]+/ALL 12.5a5-win32-ALL.xml [last]
RewriteRule ^WINNT_x86-gcc3-x64/ 12.5a5-win32-ALL.xml [last]
RewriteRule ^WINNT_x86_64-gcc3-x64/12.5a4/ALL 12.5a4-12.5a5-win64-ALL.xml [last]
RewriteRule ^WINNT_x86_64-gcc3-x64/[^/]+/ALL 12.5a5-win64-ALL.xml [last]
RewriteRule ^WINNT_x86_64-gcc3-x64/ 12.5a5-win64-ALL.xml [last]
RewriteRule ^[^/]+/12.5a6/ no-update.xml [last]
RewriteRule ^Linux_x86-gcc3/12.5a4/ALL 12.5a4-12.5a6-linux32-ALL.xml [last]
RewriteRule ^Linux_x86-gcc3/12.5a5/ALL 12.5a5-12.5a6-linux32-ALL.xml [last]
RewriteRule ^Linux_x86-gcc3/[^/]+/ALL 12.5a6-linux32-ALL.xml [last]
RewriteRule ^Linux_x86-gcc3/ 12.5a6-linux32-ALL.xml [last]
RewriteRule ^Linux_x86_64-gcc3/12.5a4/ALL 12.5a4-12.5a6-linux64-ALL.xml [last]
RewriteRule ^Linux_x86_64-gcc3/12.5a5/ALL 12.5a5-12.5a6-linux64-ALL.xml [last]
RewriteRule ^Linux_x86_64-gcc3/[^/]+/ALL 12.5a6-linux64-ALL.xml [last]
RewriteRule ^Linux_x86_64-gcc3/ 12.5a6-linux64-ALL.xml [last]
RewriteRule ^Darwin_x86_64-gcc3/12.5a4/ALL 12.5a4-12.5a6-macos-ALL.xml [last]
RewriteRule ^Darwin_x86_64-gcc3/12.5a5/ALL 12.5a5-12.5a6-macos-ALL.xml [last]
RewriteRule ^Darwin_x86_64-gcc3/[^/]+/ALL 12.5a6-macos-ALL.xml [last]
RewriteRule ^Darwin_x86_64-gcc3/ 12.5a6-macos-ALL.xml [last]
RewriteRule ^Darwin_aarch64-gcc3/12.5a4/ALL 12.5a4-12.5a6-macos-ALL.xml [last]
RewriteRule ^Darwin_aarch64-gcc3/12.5a5/ALL 12.5a5-12.5a6-macos-ALL.xml [last]
RewriteRule ^Darwin_aarch64-gcc3/[^/]+/ALL 12.5a6-macos-ALL.xml [last]
RewriteRule ^Darwin_aarch64-gcc3/ 12.5a6-macos-ALL.xml [last]
RewriteRule ^WINNT_x86-gcc3/12.5a4/ALL 12.5a4-12.5a6-win32-ALL.xml [last]
RewriteRule ^WINNT_x86-gcc3/12.5a5/ALL 12.5a5-12.5a6-win32-ALL.xml [last]
RewriteRule ^WINNT_x86-gcc3/[^/]+/ALL 12.5a6-win32-ALL.xml [last]
RewriteRule ^WINNT_x86-gcc3/ 12.5a6-win32-ALL.xml [last]
RewriteRule ^WINNT_x86-gcc3-x86/12.5a4/ALL 12.5a4-12.5a6-win32-ALL.xml [last]
RewriteRule ^WINNT_x86-gcc3-x86/12.5a5/ALL 12.5a5-12.5a6-win32-ALL.xml [last]
RewriteRule ^WINNT_x86-gcc3-x86/[^/]+/ALL 12.5a6-win32-ALL.xml [last]
RewriteRule ^WINNT_x86-gcc3-x86/ 12.5a6-win32-ALL.xml [last]
RewriteRule ^WINNT_x86-gcc3-x64/12.5a4/ALL 12.5a4-12.5a6-win32-ALL.xml [last]
RewriteRule ^WINNT_x86-gcc3-x64/12.5a5/ALL 12.5a5-12.5a6-win32-ALL.xml [last]
RewriteRule ^WINNT_x86-gcc3-x64/[^/]+/ALL 12.5a6-win32-ALL.xml [last]
RewriteRule ^WINNT_x86-gcc3-x64/ 12.5a6-win32-ALL.xml [last]
RewriteRule ^WINNT_x86_64-gcc3-x64/12.5a4/ALL 12.5a4-12.5a6-win64-ALL.xml [last]
RewriteRule ^WINNT_x86_64-gcc3-x64/12.5a5/ALL 12.5a5-12.5a6-win64-ALL.xml [last]
RewriteRule ^WINNT_x86_64-gcc3-x64/[^/]+/ALL 12.5a6-win64-ALL.xml [last]
RewriteRule ^WINNT_x86_64-gcc3-x64/ 12.5a6-win64-ALL.xml [last]
<?xml version="1.0" encoding="UTF-8"?>
<updates><update type="minor" displayVersion="12.5a5" appVersion="12.5a5" platformVersion="102.10.0" buildID="20230706060101" detailsURL="https://blog.torproject.org/new-release-tor-browser-125a5" actions="showURL" openURL="https://blog.torproject.org/new-release-tor-browser-125a5" minSupportedInstructionSet="SSE2"><patch URL="https://cdn.torproject.org/aus1/torbrowser/12.5a5/tor-browser-linux32-12.5a5_ALL.mar" hashFunction="SHA512" hashValue="e2a4fdeeb5d0f08ba6db3850071dec5d16aca1595ce4e5d8dbd21264c827d2183456cc746d64a52529ed1994ea5317b665bc93f1d8f344b0efb7c9952f69420e" size="123202532" type="complete"></patch><patch URL="https://cdn.torproject.org/aus1/torbrowser/12.5a5/tor-browser-linux32-12.5a4-12.5a5_ALL.incremental.mar" hashFunction="SHA512" hashValue="296b191766eeb54b761ea755ec13c5a8c5a7c90410562d18e9d9bdc4df304000f16e89b87280885926b1f1157063b6ab39db6da953d535987e51ab8bd2281be9" size="7444168" type="partial"></patch></update></updates>
<?xml version="1.0" encoding="UTF-8"?>
<updates><update type="minor" displayVersion="12.5a5" appVersion="12.5a5" platformVersion="102.10.0" buildID="20230706060101" detailsURL="https://blog.torproject.org/new-release-tor-browser-125a5" actions="showURL" openURL="https://blog.torproject.org/new-release-tor-browser-125a5" minSupportedInstructionSet="SSE2"><patch URL="https://cdn.torproject.org/aus1/torbrowser/12.5a5/tor-browser-linux64-12.5a5_ALL.mar" hashFunction="SHA512" hashValue="ede352b38d887e0908efe073775431023520d3cabf4a8d09febdffe4e896273260720973d95cc9b4490abb10ae6c9facb08b5363c151c17bb42eecfe90636e49" size="122878952" type="complete"></patch><patch URL="https://cdn.torproject.org/aus1/torbrowser/12.5a5/tor-browser-linux64-12.5a4-12.5a5_ALL.incremental.mar" hashFunction="SHA512" hashValue="39522d3d06881d7d9cdffa9e8e1fa331d53f50d3dfb78668a8f64684bc5faf302b6524053ea89a812d0f6c335f0b8fee23089fb8d0c462e61cd1de5f975a3008" size="7179283" type="partial"></patch></update></updates>
<?xml version="1.0" encoding="UTF-8"?>
<updates><update type="minor" displayVersion="12.5a5" appVersion="12.5a5" platformVersion="102.10.0" buildID="20230706060101" detailsURL="https://blog.torproject.org/new-release-tor-browser-125a5" actions="showURL" openURL="https://blog.torproject.org/new-release-tor-browser-125a5" minSupportedOSVersion="16.0.0"><patch URL="https://cdn.torproject.org/aus1/torbrowser/12.5a5/tor-browser-macos-12.5a5_ALL.mar" hashFunction="SHA512" hashValue="87b907bc1c5c627880d1afb2d46f9b039e61135e800af8cd28482fbde04400c5197bbbde52ada1195d222a41992a0568d48bbd0312b5a48fbd9416c6445db4c1" size="158961140" type="complete"></patch><patch URL="https://cdn.torproject.org/aus1/torbrowser/12.5a5/tor-browser-macos-12.5a4-12.5a5_ALL.incremental.mar" hashFunction="SHA512" hashValue="e6dc6ad2aaed79275592fdb0426b9f7e1b41fb040afb15ba7819c2b81adf3291269ac42fe6e66e1c96ceb1985fb5ea887f72392cf2acf56c4f0073dac3e8126a" size="87884037" type="partial"></patch></update></updates>
<?xml version="1.0" encoding="UTF-8"?>
<updates><update type="minor" displayVersion="12.5a5" appVersion="12.5a5" platformVersion="102.10.0" buildID="20230706060101" detailsURL="https://blog.torproject.org/new-release-tor-browser-125a5" actions="showURL" openURL="https://blog.torproject.org/new-release-tor-browser-125a5" minSupportedOSVersion="6.1" minSupportedInstructionSet="SSE2"><patch URL="https://cdn.torproject.org/aus1/torbrowser/12.5a5/tor-browser-win32-12.5a5_ALL.mar" hashFunction="SHA512" hashValue="f1ae3bd28f7cd30b3114d5b945a47c034e04c32f3f7c898a69505ebfebe6198c81099d59be2309ec825517cef90145fc97d5aff33fba0ed6758d3f70bcc5c2eb" size="104443743" type="complete"></patch><patch URL="https://cdn.torproject.org/aus1/torbrowser/12.5a5/tor-browser-win32-12.5a4-12.5a5_ALL.incremental.mar" hashFunction="SHA512" hashValue="85feff2d91541e2d57e755c30adc866000fcab01707833d3d8e2cc214932eb28297417996b33ac32264bab84dc7b4ed8d7be0f144edf3aa8b686e6f4ee2451fe" size="8623277" type="partial"></patch></update></updates>
<?xml version="1.0" encoding="UTF-8"?>
<updates><update type="minor" displayVersion="12.5a5" appVersion="12.5a5" platformVersion="102.10.0" buildID="20230706060101" detailsURL="https://blog.torproject.org/new-release-tor-browser-125a5" actions="showURL" openURL="https://blog.torproject.org/new-release-tor-browser-125a5" minSupportedOSVersion="6.1" minSupportedInstructionSet="SSE2"><patch URL="https://cdn.torproject.org/aus1/torbrowser/12.5a5/tor-browser-win64-12.5a5_ALL.mar" hashFunction="SHA512" hashValue="0bf9ca4e73d92fdf7a7eb2c71a3843467410c6c56cc7fb5f72d498e45ca3e2def97ee4316b61f5c05f898c316e8f6dfdbe7388d9967f0c1750b1ef64978a8832" size="104856253" type="complete"></patch><patch URL="https://cdn.torproject.org/aus1/torbrowser/12.5a5/tor-browser-win64-12.5a4-12.5a5_ALL.incremental.mar" hashFunction="SHA512" hashValue="57eeeb5cda0c66940df83522f99dc99d24d4dd476396c7b4f04c3e4cbc34b1ac4a46a134649131adf919ecd5275d1b5029c95ec6efdc5c10beaeeb19269a8ace" size="7836695" type="partial"></patch></update></updates>
<?xml version="1.0" encoding="UTF-8"?>
<updates><update type="minor" displayVersion="12.5a6" appVersion="12.5a6" platformVersion="102.11.0" buildID="20230706070101" detailsURL="https://blog.torproject.org/new-release-tor-browser-125a6" actions="showURL" openURL="https://blog.torproject.org/new-release-tor-browser-125a6" minSupportedInstructionSet="SSE2"><patch URL="https://cdn.torproject.org/aus1/torbrowser/12.5a6/tor-browser-linux32-12.5a6_ALL.mar" hashFunction="SHA512" hashValue="f5023b014511b400f36d7ec998194df0da46140caf47e452d0011ba81921315f99c9aa556a4015a4206a8be5acd73d46511c8f713cb8dca7fc7e699d1ef6b86d" size="123028014" type="complete"></patch><patch URL="https://cdn.torproject.org/aus1/torbrowser/12.5a6/tor-browser-linux32-12.5a4-12.5a6_ALL.incremental.mar" hashFunction="SHA512" hashValue="8252afaba52cbf0ae1fcdda4f12d90f79f09a5defcfe7aa841e3257ad294274fc1e7ab7a9bdc79bb1d8960213c639d64fce0271add1b6b2ede1d7698c45f1b51" size="9542890" type="partial"></patch></update></updates>
<?xml version="1.0" encoding="UTF-8"?>
<updates><update type="minor" displayVersion="12.5a6" appVersion="12.5a6" platformVersion="102.11.0" buildID="20230706070101" detailsURL="https://blog.torproject.org/new-release-tor-browser-125a6" actions="showURL" openURL="https://blog.torproject.org/new-release-tor-browser-125a6" minSupportedInstructionSet="SSE2"><patch URL="https://cdn.torproject.org/aus1/torbrowser/12.5a6/tor-browser-linux64-12.5a6_ALL.mar" hashFunction="SHA512" hashValue="74469e34c8ccf90d1dcbbab2dd8623a8544e45f6f57bf1cfa0fc09be2183996653cfb1e42851539c6476a5b4ebf16489a7b8d4daf43c68308cd85e53b4bd0249" size="122743722" type="complete"></patch><patch URL="https://cdn.torproject.org/aus1/torbrowser/12.5a6/tor-browser-linux64-12.5a4-12.5a6_ALL.incremental.mar" hashFunction="SHA512" hashValue="57edd9dfbd84e88c6b9722879825dd1dc7615e0dff177799324a3fdd0bfb7b406660ebc7c796633582b3285247364b369c9f186eb04a30df30ce76f94f94ba38" size="9283213" type="partial"></patch></update></updates>
<?xml version="1.0" encoding="UTF-8"?>
<updates><update type="minor" displayVersion="12.5a6" appVersion="12.5a6" platformVersion="102.11.0" buildID="20230706070101" detailsURL="https://blog.torproject.org/new-release-tor-browser-125a6" actions="showURL" openURL="https://blog.torproject.org/new-release-tor-browser-125a6" minSupportedOSVersion="16.0.0"><patch URL="https://cdn.torproject.org/aus1/torbrowser/12.5a6/tor-browser-macos-12.5a6_ALL.mar" hashFunction="SHA512" hashValue="231585fdf9b41e7370289192f26c00ef853d7035ca3d6f0f272e17896e47dbd8ea2ad4f7ca7643886a067c8460c53e8d1e991ef94d7e8e956e632083be72c1e6" size="158408876" type="complete"></patch><patch URL="https://cdn.torproject.org/aus1/torbrowser/12.5a6/tor-browser-macos-12.5a4-12.5a6_ALL.incremental.mar" hashFunction="SHA512" hashValue="6413feda9eabc8ef36ea1a07901c8545ba4db11c011245557fa635db6e131ac3931b7e98b8a96d468f9edec8a18ea1f82cf72cc6483b6e8071d959516d6bb1d3" size="36156719" type="partial"></patch></update></updates>
<?xml version="1.0" encoding="UTF-8"?>
<updates><update type="minor" displayVersion="12.5a6" appVersion="12.5a6" platformVersion="102.11.0" buildID="20230706070101" detailsURL="https://blog.torproject.org/new-release-tor-browser-125a6" actions="showURL" openURL="https://blog.torproject.org/new-release-tor-browser-125a6" minSupportedOSVersion="6.1" minSupportedInstructionSet="SSE2"><patch URL="https://cdn.torproject.org/aus1/torbrowser/12.5a6/tor-browser-win32-12.5a6_ALL.mar" hashFunction="SHA512" hashValue="dbe57e45d5e119bc9d2f4fdf34f937e53b0444a0f26084870596d8d02b95e6be1d341be8b712dcdc642fae403675803675ea6ff89a8999d750e5691ac2d72581" size="104270655" type="complete"></patch><patch URL="https://cdn.torproject.org/aus1/torbrowser/12.5a6/tor-browser-win32-12.5a4-12.5a6_ALL.incremental.mar" hashFunction="SHA512" hashValue="39403dd2dd65622a662dc887bc46f710a3a38496e1c14adb608ac5a4bea86d46fad9181f4acda82b57068a957835044e92a1903db2340127630c688d725a9555" size="10986677" type="partial"></patch></update></updates>
<?xml version="1.0" encoding="UTF-8"?>
<updates><update type="minor" displayVersion="12.5a6" appVersion="12.5a6" platformVersion="102.11.0" buildID="20230706070101" detailsURL="https://blog.torproject.org/new-release-tor-browser-125a6" actions="showURL" openURL="https://blog.torproject.org/new-release-tor-browser-125a6" minSupportedOSVersion="6.1" minSupportedInstructionSet="SSE2"><patch URL="https://cdn.torproject.org/aus1/torbrowser/12.5a6/tor-browser-win64-12.5a6_ALL.mar" hashFunction="SHA512" hashValue="a30add8e1de882be1f274f35eb8fdaf1951401af70c2eb94d6a1bef886751eb888078584a506d57836f5a742d9f1ac5bb8df2f8f975a1871ba1577fbf979a1ea" size="104728993" type="complete"></patch><patch URL="https://cdn.torproject.org/aus1/torbrowser/12.5a6/tor-browser-win64-12.5a4-12.5a6_ALL.incremental.mar" hashFunction="SHA512" hashValue="e224ae65d843904e7d83aeb03ef08da81eb5eb028ac1921d3eb1d69dd8276ceada1acbfed408a922c67da14cab842b2c4d5219ba85397cacb03fe83eb05eb077" size="10018911" type="partial"></patch></update></updates>
<?xml version="1.0" encoding="UTF-8"?>
<updates><update type="minor" displayVersion="12.5a6" appVersion="12.5a6" platformVersion="102.11.0" buildID="20230706070101" detailsURL="https://blog.torproject.org/new-release-tor-browser-125a6" actions="showURL" openURL="https://blog.torproject.org/new-release-tor-browser-125a6" minSupportedInstructionSet="SSE2"><patch URL="https://cdn.torproject.org/aus1/torbrowser/12.5a6/tor-browser-linux32-12.5a6_ALL.mar" hashFunction="SHA512" hashValue="f5023b014511b400f36d7ec998194df0da46140caf47e452d0011ba81921315f99c9aa556a4015a4206a8be5acd73d46511c8f713cb8dca7fc7e699d1ef6b86d" size="123028014" type="complete"></patch><patch URL="https://cdn.torproject.org/aus1/torbrowser/12.5a6/tor-browser-linux32-12.5a5-12.5a6_ALL.incremental.mar" hashFunction="SHA512" hashValue="c30da587b960a4d9042f8f888bb77cc000a03ffc33a9ca66c3543bceae49a92eee65d993c3e4672b0f39fc2d19f6c426e60147d2930d65adf675be6fa25f6db2" size="8006726" type="partial"></patch></update></updates>
<?xml version="1.0" encoding="UTF-8"?>
<updates><update type="minor" displayVersion="12.5a6" appVersion="12.5a6" platformVersion="102.11.0" buildID="20230706070101" detailsURL="https://blog.torproject.org/new-release-tor-browser-125a6" actions="showURL" openURL="https://blog.torproject.org/new-release-tor-browser-125a6" minSupportedInstructionSet="SSE2"><patch URL="https://cdn.torproject.org/aus1/torbrowser/12.5a6/tor-browser-linux64-12.5a6_ALL.mar" hashFunction="SHA512" hashValue="74469e34c8ccf90d1dcbbab2dd8623a8544e45f6f57bf1cfa0fc09be2183996653cfb1e42851539c6476a5b4ebf16489a7b8d4daf43c68308cd85e53b4bd0249" size="122743722" type="complete"></patch><patch URL="https://cdn.torproject.org/aus1/torbrowser/12.5a6/tor-browser-linux64-12.5a5-12.5a6_ALL.incremental.mar" hashFunction="SHA512" hashValue="bf09089fb25e7fd1172b5ff4eaf73d18de21e5582d4ced74ffec195e423bcdaad8a03bd0578774da58170a6a589f2bf883731787b326fe2c48f0729268af946e" size="7603281" type="partial"></patch></update></updates>
<?xml version="1.0" encoding="UTF-8"?>
<updates><update type="minor" displayVersion="12.5a6" appVersion="12.5a6" platformVersion="102.11.0" buildID="20230706070101" detailsURL="https://blog.torproject.org/new-release-tor-browser-125a6" actions="showURL" openURL="https://blog.torproject.org/new-release-tor-browser-125a6" minSupportedOSVersion="16.0.0"><patch URL="https://cdn.torproject.org/aus1/torbrowser/12.5a6/tor-browser-macos-12.5a6_ALL.mar" hashFunction="SHA512" hashValue="231585fdf9b41e7370289192f26c00ef853d7035ca3d6f0f272e17896e47dbd8ea2ad4f7ca7643886a067c8460c53e8d1e991ef94d7e8e956e632083be72c1e6" size="158408876" type="complete"></patch><patch URL="https://cdn.torproject.org/aus1/torbrowser/12.5a6/tor-browser-macos-12.5a5-12.5a6_ALL.incremental.mar" hashFunction="SHA512" hashValue="aa038ef1519faa3041cc123a51163d4152190998e41e39ed499294488095189303a7f7f9cff104d5e5869cbd26bf7fad45e5e4a1d6e68f36f889701cddaa9688" size="34009694" type="partial"></patch></update></updates>
<?xml version="1.0" encoding="UTF-8"?>
<updates><update type="minor" displayVersion="12.5a6" appVersion="12.5a6" platformVersion="102.11.0" buildID="20230706070101" detailsURL="https://blog.torproject.org/new-release-tor-browser-125a6" actions="showURL" openURL="https://blog.torproject.org/new-release-tor-browser-125a6" minSupportedOSVersion="6.1" minSupportedInstructionSet="SSE2"><patch URL="https://cdn.torproject.org/aus1/torbrowser/12.5a6/tor-browser-win32-12.5a6_ALL.mar" hashFunction="SHA512" hashValue="dbe57e45d5e119bc9d2f4fdf34f937e53b0444a0f26084870596d8d02b95e6be1d341be8b712dcdc642fae403675803675ea6ff89a8999d750e5691ac2d72581" size="104270655" type="complete"></patch><patch URL="https://cdn.torproject.org/aus1/torbrowser/12.5a6/tor-browser-win32-12.5a5-12.5a6_ALL.incremental.mar" hashFunction="SHA512" hashValue="841b2d4a8e40caf8e7eb10bab0ce258a26ab17bdfd74b1c7245f3492741546a7e6adad6ea72e5b9d56f81d8047d8eacc07de951715c0347cc268e5015d608f1e" size="9206563" type="partial"></patch></update></updates>
<?xml version="1.0" encoding="UTF-8"?>
<updates><update type="minor" displayVersion="12.5a6" appVersion="12.5a6" platformVersion="102.11.0" buildID="20230706070101" detailsURL="https://blog.torproject.org/new-release-tor-browser-125a6" actions="showURL" openURL="https://blog.torproject.org/new-release-tor-browser-125a6" minSupportedOSVersion="6.1" minSupportedInstructionSet="SSE2"><patch URL="https://cdn.torproject.org/aus1/torbrowser/12.5a6/tor-browser-win64-12.5a6_ALL.mar" hashFunction="SHA512" hashValue="a30add8e1de882be1f274f35eb8fdaf1951401af70c2eb94d6a1bef886751eb888078584a506d57836f5a742d9f1ac5bb8df2f8f975a1871ba1577fbf979a1ea" size="104728993" type="complete"></patch><patch URL="https://cdn.torproject.org/aus1/torbrowser/12.5a6/tor-browser-win64-12.5a5-12.5a6_ALL.incremental.mar" hashFunction="SHA512" hashValue="74559ea264ffafdaa3d812b6fa834a93b6fc4f7e9ef6104b18a69dd4af42bcd60514632f3d90d430dbe119ecf0dc3ae43323e3400ca60eb3dbe6d67df2103593" size="8418629" type="partial"></patch></update></updates>
<?xml version="1.0" encoding="UTF-8"?>
<updates><update type="minor" displayVersion="12.5a5" appVersion="12.5a5" platformVersion="102.10.0" buildID="20230706060101" detailsURL="https://blog.torproject.org/new-release-tor-browser-125a5" actions="showURL" openURL="https://blog.torproject.org/new-release-tor-browser-125a5" minSupportedInstructionSet="SSE2"><patch URL="https://cdn.torproject.org/aus1/torbrowser/12.5a5/tor-browser-linux32-12.5a5_ALL.mar" hashFunction="SHA512" hashValue="e2a4fdeeb5d0f08ba6db3850071dec5d16aca1595ce4e5d8dbd21264c827d2183456cc746d64a52529ed1994ea5317b665bc93f1d8f344b0efb7c9952f69420e" size="123202532" type="complete"></patch></update></updates>
<?xml version="1.0" encoding="UTF-8"?>
<updates><update type="minor" displayVersion="12.5a5" appVersion="12.5a5" platformVersion="102.10.0" buildID="20230706060101" detailsURL="https://blog.torproject.org/new-release-tor-browser-125a5" actions="showURL" openURL="https://blog.torproject.org/new-release-tor-browser-125a5" minSupportedInstructionSet="SSE2"><patch URL="https://cdn.torproject.org/aus1/torbrowser/12.5a5/tor-browser-linux64-12.5a5_ALL.mar" hashFunction="SHA512" hashValue="ede352b38d887e0908efe073775431023520d3cabf4a8d09febdffe4e896273260720973d95cc9b4490abb10ae6c9facb08b5363c151c17bb42eecfe90636e49" size="122878952" type="complete"></patch></update></updates>
<?xml version="1.0" encoding="UTF-8"?>
<updates><update type="minor" displayVersion="12.5a5" appVersion="12.5a5" platformVersion="102.10.0" buildID="20230706060101" detailsURL="https://blog.torproject.org/new-release-tor-browser-125a5" actions="showURL" openURL="https://blog.torproject.org/new-release-tor-browser-125a5" minSupportedOSVersion="16.0.0"><patch URL="https://cdn.torproject.org/aus1/torbrowser/12.5a5/tor-browser-macos-12.5a5_ALL.mar" hashFunction="SHA512" hashValue="87b907bc1c5c627880d1afb2d46f9b039e61135e800af8cd28482fbde04400c5197bbbde52ada1195d222a41992a0568d48bbd0312b5a48fbd9416c6445db4c1" size="158961140" type="complete"></patch></update></updates>
<?xml version="1.0" encoding="UTF-8"?>
<updates><update type="minor" displayVersion="12.5a5" appVersion="12.5a5" platformVersion="102.10.0" buildID="20230706060101" detailsURL="https://blog.torproject.org/new-release-tor-browser-125a5" actions="showURL" openURL="https://blog.torproject.org/new-release-tor-browser-125a5" minSupportedOSVersion="6.1" minSupportedInstructionSet="SSE2"><patch URL="https://cdn.torproject.org/aus1/torbrowser/12.5a5/tor-browser-win32-12.5a5_ALL.mar" hashFunction="SHA512" hashValue="f1ae3bd28f7cd30b3114d5b945a47c034e04c32f3f7c898a69505ebfebe6198c81099d59be2309ec825517cef90145fc97d5aff33fba0ed6758d3f70bcc5c2eb" size="104443743" type="complete"></patch></update></updates>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment