Verified Commit 96e86382 authored by ma1's avatar ma1
Browse files

release: new version, 15.0.20 (macos)

parent 8a4ca111
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
{
   "binary" : "https://cdn.mullvad.net/browser/15.0.19/mullvad-browser-macos-15.0.19.dmg",
   "git_tag" : "mb-15.0.19-build1",
   "sig" : "https://cdn.mullvad.net/browser/15.0.19/mullvad-browser-macos-15.0.19.dmg.asc",
   "version" : "15.0.19"
   "binary" : "https://cdn.mullvad.net/browser/15.0.20/mullvad-browser-macos-15.0.20.dmg",
   "git_tag" : "mb-15.0.20-build1",
   "sig" : "https://cdn.mullvad.net/browser/15.0.20/mullvad-browser-macos-15.0.20.dmg.asc",
   "version" : "15.0.20"
}
+5 −5
Original line number Diff line number Diff line
RewriteEngine On
RewriteRule ^15.0.19/ no-update.xml [last]
RewriteRule ^15.0.14/ update-15.0.14-15.0.19-macos.xml [last]
RewriteRule ^15.0.16/ update-15.0.16-15.0.19-macos.xml [last]
RewriteRule ^15.0.18/ update-15.0.18-15.0.19-macos.xml [last]
RewriteRule ^[^/]+/ update-15.0.19-macos.xml [last]
RewriteRule ^15.0.20/ no-update.xml [last]
RewriteRule ^15.0.16/ update-15.0.16-15.0.20-macos.xml [last]
RewriteRule ^15.0.18/ update-15.0.18-15.0.20-macos.xml [last]
RewriteRule ^15.0.19/ update-15.0.19-15.0.20-macos.xml [last]
RewriteRule ^[^/]+/ update-15.0.20-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="15.0.19" appVersion="15.0.19" platformVersion="140.13.0" buildID="20260720080000" detailsURL="https://github.com/mullvad/mullvad-browser/releases/15.0.19" actions="showURL" openURL="https://github.com/mullvad/mullvad-browser/releases/15.0.19" minSupportedOSVersion="19.0.0"><patch URL="https://cdn.mullvad.net/browser/15.0.19/mullvad-browser-macos-15.0.19.mar" size="139057896" type="complete"></patch><patch URL="https://cdn.mullvad.net/browser/15.0.19/mullvad-browser-macos--15.0.14-15.0.19.incremental.mar" size="18229212" 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.19" appVersion="15.0.19" platformVersion="140.13.0" buildID="20260720080000" detailsURL="https://github.com/mullvad/mullvad-browser/releases/15.0.19" actions="showURL" openURL="https://github.com/mullvad/mullvad-browser/releases/15.0.19" minSupportedOSVersion="19.0.0"><patch URL="https://cdn.mullvad.net/browser/15.0.19/mullvad-browser-macos-15.0.19.mar" size="139057896" type="complete"></patch><patch URL="https://cdn.mullvad.net/browser/15.0.19/mullvad-browser-macos--15.0.16-15.0.19.incremental.mar" size="15934668" 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.20" appVersion="15.0.20" platformVersion="140.14.0" buildID="20260817150000" detailsURL="https://github.com/mullvad/mullvad-browser/releases/15.0.20" actions="showURL" openURL="https://github.com/mullvad/mullvad-browser/releases/15.0.20" minSupportedOSVersion="19.0.0"><patch URL="https://cdn.mullvad.net/browser/15.0.20/mullvad-browser-macos-15.0.20.mar" size="139125844" type="complete"></patch><patch URL="https://cdn.mullvad.net/browser/15.0.20/mullvad-browser-macos--15.0.16-15.0.20.incremental.mar" size="17966032" type="partial"></patch></update></updates>
Loading