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

release: new version, 15.0.5 (linux-x86_64)

parent 6885fc6e
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
{
   "binary" : "https://dist.torproject.org/torbrowser/15.0.4/tor-browser-linux-x86_64-15.0.4.tar.xz",
   "git_tag" : "tbb-15.0.4-build1",
   "sig" : "https://dist.torproject.org/torbrowser/15.0.4/tor-browser-linux-x86_64-15.0.4.tar.xz.asc",
   "version" : "15.0.4"
   "binary" : "https://dist.torproject.org/torbrowser/15.0.5/tor-browser-linux-x86_64-15.0.5.tar.xz",
   "git_tag" : "tbb-15.0.5-build1",
   "sig" : "https://dist.torproject.org/torbrowser/15.0.5/tor-browser-linux-x86_64-15.0.5.tar.xz.asc",
   "version" : "15.0.5"
}
+5 −5
Original line number Diff line number Diff line
RewriteEngine On
RewriteRule ^15.0.4/ no-update.xml [last]
RewriteRule ^15.0.5/ no-update.xml [last]
RewriteRule ^13.5.27/ no-update.xml [last]
RewriteRule ^15.0.1/ update-15.0.1-15.0.4+13.5.27-linux-x86_64.xml [last]
RewriteRule ^15.0.2/ update-15.0.2-15.0.4+13.5.27-linux-x86_64.xml [last]
RewriteRule ^15.0.3/ update-15.0.3-15.0.4+13.5.27-linux-x86_64.xml [last]
RewriteRule ^[^/]+/ update-15.0.4+13.5.27-linux-x86_64.xml [last]
RewriteRule ^15.0.2/ update-15.0.2-15.0.5+13.5.27-linux-x86_64.xml [last]
RewriteRule ^15.0.3/ update-15.0.3-15.0.5+13.5.27-linux-x86_64.xml [last]
RewriteRule ^15.0.4/ update-15.0.4-15.0.5+13.5.27-linux-x86_64.xml [last]
RewriteRule ^[^/]+/ update-15.0.5+13.5.27-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="15.0.4" appVersion="15.0.4" platformVersion="140.7.0" buildID="20260112121357" detailsURL="https://blog.torproject.org/new-release-tor-browser-1504" actions="showURL" openURL="https://blog.torproject.org/new-release-tor-browser-1504" minSupportedInstructionSet="SSE2"><patch URL="https://cdn.torproject.org/aus1/torbrowser/15.0.4/tor-browser-linux-x86_64-15.0.4.mar" size="143074947" type="complete"></patch><patch URL="https://cdn.torproject.org/aus1/torbrowser/15.0.4/tor-browser-linux-x86_64--15.0.1-15.0.4.incremental.mar" size="11977564" 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="15.0.4" appVersion="15.0.4" platformVersion="140.7.0" buildID="20260112121357" detailsURL="https://blog.torproject.org/new-release-tor-browser-1504" actions="showURL" openURL="https://blog.torproject.org/new-release-tor-browser-1504" minSupportedInstructionSet="SSE2"><patch URL="https://cdn.torproject.org/aus1/torbrowser/15.0.4/tor-browser-linux-x86_64-15.0.4.mar" size="143074947" type="complete"></patch><patch URL="https://cdn.torproject.org/aus1/torbrowser/15.0.4/tor-browser-linux-x86_64--15.0.2-15.0.4.incremental.mar" size="11448906" 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.5" appVersion="15.0.5" platformVersion="140.7.0" buildID="20260128200000" detailsURL="https://blog.torproject.org/new-release-tor-browser-1505" actions="showURL" openURL="https://blog.torproject.org/new-release-tor-browser-1505" minSupportedInstructionSet="SSE2"><patch URL="https://cdn.torproject.org/aus1/torbrowser/15.0.5/tor-browser-linux-x86_64-15.0.5.mar" size="142630231" type="complete"></patch><patch URL="https://cdn.torproject.org/aus1/torbrowser/15.0.5/tor-browser-linux-x86_64--15.0.2-15.0.5.incremental.mar" size="12123049" type="partial"></patch></update></updates>
Loading