Verified Commit d921100c authored by ma1's avatar ma1
Browse files

release: new version, 15.0.1 (windows-x86_64)

parent a5ec5438
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
{
   "binary" : "https://cdn.mullvad.net/browser/15.0/mullvad-browser-windows-x86_64-15.0.exe",
   "git_tag" : "mb-15.0-build2",
   "sig" : "https://cdn.mullvad.net/browser/15.0/mullvad-browser-windows-x86_64-15.0.exe.asc",
   "version" : "15.0"
   "binary" : "https://cdn.mullvad.net/browser/15.0.1/mullvad-browser-windows-x86_64-15.0.1.exe",
   "git_tag" : "mb-15.0.1-build1",
   "sig" : "https://cdn.mullvad.net/browser/15.0.1/mullvad-browser-windows-x86_64-15.0.1.exe.asc",
   "version" : "15.0.1"
}
+5 −5
Original line number Diff line number Diff line
RewriteEngine On
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]
RewriteRule ^15.0.1/ no-update.xml [last]
RewriteRule ^14.5.7/ update-14.5.7-15.0.1-windows-x86_64.xml [last]
RewriteRule ^14.5.8/ update-14.5.8-15.0.1-windows-x86_64.xml [last]
RewriteRule ^15.0/ update-15.0-15.0.1-windows-x86_64.xml [last]
RewriteRule ^[^/]+/ update-15.0.1-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="15.0" appVersion="15.0" platformVersion="140.4.0" buildID="20251028094500" 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="98453576" 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="62168305" 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" appVersion="15.0" platformVersion="140.4.0" buildID="20251028094500" 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="98453576" type="complete"></patch><patch URL="https://cdn.mullvad.net/browser/15.0/mullvad-browser-windows-x86_64--14.5.7-15.0.incremental.mar" size="61857009" 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.1" appVersion="15.0.1" platformVersion="140.5.0" buildID="20251110091947" detailsURL="https://github.com/mullvad/mullvad-browser/releases/15.0.1" actions="showURL" openURL="https://github.com/mullvad/mullvad-browser/releases/15.0.1" minSupportedOSVersion="10.0"><patch URL="https://cdn.mullvad.net/browser/15.0.1/mullvad-browser-windows-x86_64-15.0.1.mar" size="98456568" type="complete"></patch><patch URL="https://cdn.mullvad.net/browser/15.0.1/mullvad-browser-windows-x86_64--14.5.7-15.0.1.incremental.mar" size="62155757" type="partial"></patch></update></updates>
Loading