Verified Commit 0b4e8d20 authored by Pier Angelo Vendrame's avatar Pier Angelo Vendrame 🎃
Browse files

alpha: new version, 16.0a9 (linux-x86_64)

parent a0e0e8a6
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
{
   "binary" : "https://dist.torproject.org/torbrowser/16.0a8/tor-browser-linux-x86_64-16.0a8.tar.xz",
   "git_tag" : "tbb-16.0a8-build3",
   "sig" : "https://dist.torproject.org/torbrowser/16.0a8/tor-browser-linux-x86_64-16.0a8.tar.xz.asc",
   "version" : "16.0a8"
   "binary" : "https://dist.torproject.org/torbrowser/16.0a9/tor-browser-linux-x86_64-16.0a9.tar.xz",
   "git_tag" : "tbb-16.0a9-build1",
   "sig" : "https://dist.torproject.org/torbrowser/16.0a9/tor-browser-linux-x86_64-16.0a9.tar.xz.asc",
   "version" : "16.0a9"
}
+5 −5
Original line number Diff line number Diff line
RewriteEngine On
RewriteRule ^16.0a8/ no-update.xml [last]
RewriteRule ^16.0a5/ update-16.0a5-16.0a8-linux-x86_64.xml [last]
RewriteRule ^16.0a6/ update-16.0a6-16.0a8-linux-x86_64.xml [last]
RewriteRule ^16.0a7/ update-16.0a7-16.0a8-linux-x86_64.xml [last]
RewriteRule ^[^/]+/ update-16.0a8-linux-x86_64.xml [last]
RewriteRule ^16.0a9/ no-update.xml [last]
RewriteRule ^16.0a6/ update-16.0a6-16.0a9-linux-x86_64.xml [last]
RewriteRule ^16.0a7/ update-16.0a7-16.0a9-linux-x86_64.xml [last]
RewriteRule ^16.0a8/ update-16.0a8-16.0a9-linux-x86_64.xml [last]
RewriteRule ^[^/]+/ update-16.0a9-linux-x86_64.xml [last]
+0 −2
Original line number Diff line number Diff line
<?xml version="1.0" encoding="UTF-8"?>
<updates><update type="minor" displayVersion="16.0a8" appVersion="16.0a8" platformVersion="153.0a1" buildID="20260701083000" detailsURL="https://blog.torproject.org/new-alpha-release-tor-browser-160a8" actions="showURL" minSupportedInstructionSet="SSE2" unsupportedURL="https://support.torproject.org/tor-browser/security/legacy-os/"><patch URL="https://cdn.torproject.org/aus1/torbrowser/16.0a8/tor-browser-linux-x86_64-16.0a8.mar" size="152558708" type="complete"></patch><patch URL="https://cdn.torproject.org/aus1/torbrowser/16.0a8/tor-browser-linux-x86_64--16.0a5-16.0a8.incremental.mar" size="64711446" type="partial"></patch></update></updates>
+0 −2
Original line number Diff line number Diff line
<?xml version="1.0" encoding="UTF-8"?>
<updates><update type="minor" displayVersion="16.0a8" appVersion="16.0a8" platformVersion="153.0a1" buildID="20260701083000" detailsURL="https://blog.torproject.org/new-alpha-release-tor-browser-160a8" actions="showURL" minSupportedInstructionSet="SSE2" unsupportedURL="https://support.torproject.org/tor-browser/security/legacy-os/"><patch URL="https://cdn.torproject.org/aus1/torbrowser/16.0a8/tor-browser-linux-x86_64-16.0a8.mar" size="152558708" type="complete"></patch><patch URL="https://cdn.torproject.org/aus1/torbrowser/16.0a8/tor-browser-linux-x86_64--16.0a6-16.0a8.incremental.mar" size="40485490" 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="16.0a9" appVersion="16.0a9" platformVersion="153.0" buildID="20260722133000" detailsURL="https://blog.torproject.org/new-alpha-release-tor-browser-160a9" actions="showURL" minSupportedInstructionSet="SSE2" unsupportedURL="https://support.torproject.org/tor-browser/security/legacy-os/"><patch URL="https://cdn.torproject.org/aus1/torbrowser/16.0a9/tor-browser-linux-x86_64-16.0a9.mar" size="154039840" type="complete"></patch><patch URL="https://cdn.torproject.org/aus1/torbrowser/16.0a9/tor-browser-linux-x86_64--16.0a6-16.0a9.incremental.mar" size="54438895" type="partial"></patch></update></updates>
Loading