Verified Commit 01635e1e authored by ma1's avatar ma1
Browse files

release: new version, 15.0 (macos)

parent 80855a3e
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-macos-14.5.8.dmg",
   "git_tag" : "mb-14.5.8-build1",
   "sig" : "https://cdn.mullvad.net/browser/14.5.8/mullvad-browser-macos-14.5.8.dmg.asc",
   "version" : "14.5.8"
   "binary" : "https://cdn.mullvad.net/browser/15.0/mullvad-browser-macos-15.0.dmg",
   "git_tag" : "mb-15.0-build1",
   "sig" : "https://cdn.mullvad.net/browser/15.0/mullvad-browser-macos-15.0.dmg.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-macos.xml [last]
RewriteRule ^14.5.6/ update-14.5.6-14.5.8-macos.xml [last]
RewriteRule ^14.5.7/ update-14.5.7-14.5.8-macos.xml [last]
RewriteRule ^[^/]+/ update-14.5.8-macos.xml [last]
RewriteRule ^15.0/ no-update.xml [last]
RewriteRule ^14.5.6/ update-14.5.6-15.0-macos.xml [last]
RewriteRule ^14.5.7/ update-14.5.7-15.0-macos.xml [last]
RewriteRule ^14.5.8/ update-14.5.8-15.0-macos.xml [last]
RewriteRule ^[^/]+/ update-15.0-macos.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="19.0.0"><patch URL="https://cdn.mullvad.net/browser/14.5.8/mullvad-browser-macos-14.5.8_ALL.mar" size="129773241" type="complete"></patch><patch URL="https://cdn.mullvad.net/browser/14.5.8/mullvad-browser-macos--14.5.5-14.5.8_ALL.incremental.mar" size="13063867" 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="19.0.0"><patch URL="https://cdn.mullvad.net/browser/14.5.8/mullvad-browser-macos-14.5.8_ALL.mar" size="129773241" type="complete"></patch><patch URL="https://cdn.mullvad.net/browser/14.5.8/mullvad-browser-macos--14.5.6-14.5.8_ALL.incremental.mar" size="10989903" 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="19.0.0"><patch URL="https://cdn.mullvad.net/browser/15.0/mullvad-browser-macos-15.0.mar" size="138349372" type="complete"></patch><patch URL="https://cdn.mullvad.net/browser/15.0/mullvad-browser-macos--14.5.6-15.0.incremental.mar" size="94355336" type="partial"></patch></update></updates>
Loading