Commit 427353ab authored by Morgan's avatar Morgan
Browse files

release: new version, 15.0 (linux-x86_64)

parent 7a1ac5c1
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
{
   "binary" : "https://dist.torproject.org/torbrowser/14.5.8/tor-browser-linux-x86_64-14.5.8.tar.xz",
   "git_tag" : "tbb-14.5.8-build1",
   "sig" : "https://dist.torproject.org/torbrowser/14.5.8/tor-browser-linux-x86_64-14.5.8.tar.xz.asc",
   "version" : "14.5.8"
   "binary" : "https://dist.torproject.org/torbrowser/15.0/tor-browser-linux-x86_64-15.0.tar.xz",
   "git_tag" : "tbb-15.0-build2",
   "sig" : "https://dist.torproject.org/torbrowser/15.0/tor-browser-linux-x86_64-15.0.tar.xz.asc",
   "version" : "15.0"
}
+5 −5
Original line number Diff line number Diff line
RewriteEngine On
RewriteRule ^14.5.8/ no-update.xml [last]
RewriteRule ^15.0/ no-update.xml [last]
RewriteRule ^13.5.23/ no-update.xml [last]
RewriteRule ^14.5.5/ update-14.5.5-14.5.8+13.5.23-linux-x86_64.xml [last]
RewriteRule ^14.5.6/ update-14.5.6-14.5.8+13.5.23-linux-x86_64.xml [last]
RewriteRule ^14.5.7/ update-14.5.7-14.5.8+13.5.23-linux-x86_64.xml [last]
RewriteRule ^[^/]+/ update-14.5.8+13.5.23-linux-x86_64.xml [last]
RewriteRule ^14.5.6/ update-14.5.6-15.0+13.5.23-linux-x86_64.xml [last]
RewriteRule ^14.5.7/ update-14.5.7-15.0+13.5.23-linux-x86_64.xml [last]
RewriteRule ^14.5.8/ update-14.5.8-15.0+13.5.23-linux-x86_64.xml [last]
RewriteRule ^[^/]+/ update-15.0+13.5.23-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="14.5.8" appVersion="14.5.8" platformVersion="128.14.0" buildID="20251007120000" detailsURL="https://blog.torproject.org/new-release-tor-browser-1458" actions="showURL" openURL="https://blog.torproject.org/new-release-tor-browser-1458" minSupportedInstructionSet="SSE2"><patch URL="https://cdn.torproject.org/aus1/torbrowser/14.5.8/tor-browser-linux-x86_64-14.5.8_ALL.mar" size="129242277" type="complete"></patch><patch URL="https://cdn.torproject.org/aus1/torbrowser/14.5.8/tor-browser-linux-x86_64--14.5.5-14.5.8_ALL.incremental.mar" size="10997636" 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="14.5.8" appVersion="14.5.8" platformVersion="128.14.0" buildID="20251007120000" detailsURL="https://blog.torproject.org/new-release-tor-browser-1458" actions="showURL" openURL="https://blog.torproject.org/new-release-tor-browser-1458" minSupportedInstructionSet="SSE2"><patch URL="https://cdn.torproject.org/aus1/torbrowser/14.5.8/tor-browser-linux-x86_64-14.5.8_ALL.mar" size="129242277" type="complete"></patch><patch URL="https://cdn.torproject.org/aus1/torbrowser/14.5.8/tor-browser-linux-x86_64--14.5.6-14.5.8_ALL.incremental.mar" size="7139571" 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="15.0" appVersion="15.0" platformVersion="140.4.0" buildID="20251028094500" detailsURL="https://blog.torproject.org/new-release-tor-browser-150" actions="showURL" openURL="https://blog.torproject.org/new-release-tor-browser-150" minSupportedInstructionSet="SSE2"><patch URL="https://cdn.torproject.org/aus1/torbrowser/15.0/tor-browser-linux-x86_64-15.0.mar" size="151662781" type="complete"></patch><patch URL="https://cdn.torproject.org/aus1/torbrowser/15.0/tor-browser-linux-x86_64--14.5.6-15.0.incremental.mar" size="104621572" type="partial"></patch></update></updates>
Loading