Verified Commit 3c859b1c authored by ma1's avatar ma1
Browse files

release: new version, 15.0 (windows-x86_64)

parent 01635e1e
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
{
   "binary" : "https://cdn.mullvad.net/browser/14.5.8/mullvad-browser-windows-x86_64-14.5.8.exe",
   "git_tag" : "mb-14.5.8-build1",
   "sig" : "https://cdn.mullvad.net/browser/14.5.8/mullvad-browser-windows-x86_64-14.5.8.exe.asc",
   "version" : "14.5.8"
   "binary" : "https://cdn.mullvad.net/browser/15.0/mullvad-browser-windows-x86_64-15.0.exe",
   "git_tag" : "mb-15.0-build1",
   "sig" : "https://cdn.mullvad.net/browser/15.0/mullvad-browser-windows-x86_64-15.0.exe.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 ^14.5.5/ update-14.5.5-14.5.8-windows-x86_64.xml [last]
RewriteRule ^14.5.6/ update-14.5.6-14.5.8-windows-x86_64.xml [last]
RewriteRule ^14.5.7/ update-14.5.7-14.5.8-windows-x86_64.xml [last]
RewriteRule ^[^/]+/ update-14.5.8-windows-x86_64.xml [last]
RewriteRule ^15.0/ no-update.xml [last]
RewriteRule ^14.5.6/ update-14.5.6-15.0-windows-x86_64.xml [last]
RewriteRule ^14.5.7/ update-14.5.7-15.0-windows-x86_64.xml [last]
RewriteRule ^14.5.8/ update-14.5.8-15.0-windows-x86_64.xml [last]
RewriteRule ^[^/]+/ update-15.0-windows-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="20251013140000" detailsURL="https://github.com/mullvad/mullvad-browser/releases/14.5.8" actions="showURL" openURL="https://github.com/mullvad/mullvad-browser/releases/14.5.8" minSupportedOSVersion="10.0"><patch URL="https://cdn.mullvad.net/browser/14.5.8/mullvad-browser-windows-x86_64-14.5.8_ALL.mar" size="98069261" type="complete"></patch><patch URL="https://cdn.mullvad.net/browser/14.5.8/mullvad-browser-windows-x86_64--14.5.5-14.5.8_ALL.incremental.mar" size="8371884" 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="20251013140000" detailsURL="https://github.com/mullvad/mullvad-browser/releases/14.5.8" actions="showURL" openURL="https://github.com/mullvad/mullvad-browser/releases/14.5.8" minSupportedOSVersion="10.0"><patch URL="https://cdn.mullvad.net/browser/14.5.8/mullvad-browser-windows-x86_64-14.5.8_ALL.mar" size="98069261" type="complete"></patch><patch URL="https://cdn.mullvad.net/browser/14.5.8/mullvad-browser-windows-x86_64--14.5.6-14.5.8_ALL.incremental.mar" size="6643140" 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="20251020170000" detailsURL="https://github.com/mullvad/mullvad-browser/releases/15.0" actions="showURL" openURL="https://github.com/mullvad/mullvad-browser/releases/15.0" minSupportedOSVersion="10.0"><patch URL="https://cdn.mullvad.net/browser/15.0/mullvad-browser-windows-x86_64-15.0.mar" size="98456540" type="complete"></patch><patch URL="https://cdn.mullvad.net/browser/15.0/mullvad-browser-windows-x86_64--14.5.6-15.0.incremental.mar" size="62163537" type="partial"></patch></update></updates>
Loading