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

release: new version, 15.0.4 (macos)

parent 147a4c09
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
{
   "binary" : "https://cdn.mullvad.net/browser/15.0.3/mullvad-browser-macos-15.0.3.dmg",
   "git_tag" : "mb-15.0.3-build3",
   "sig" : "https://cdn.mullvad.net/browser/15.0.3/mullvad-browser-macos-15.0.3.dmg.asc",
   "version" : "15.0.3"
   "binary" : "https://cdn.mullvad.net/browser/15.0.4/mullvad-browser-macos-15.0.4.dmg",
   "git_tag" : "mb-15.0.4-build1",
   "sig" : "https://cdn.mullvad.net/browser/15.0.4/mullvad-browser-macos-15.0.4.dmg.asc",
   "version" : "15.0.4"
}
+5 −5
Original line number Diff line number Diff line
RewriteEngine On
RewriteRule ^15.0.3/ no-update.xml [last]
RewriteRule ^15.0/ update-15.0-15.0.3-macos.xml [last]
RewriteRule ^15.0.1/ update-15.0.1-15.0.3-macos.xml [last]
RewriteRule ^15.0.2/ update-15.0.2-15.0.3-macos.xml [last]
RewriteRule ^[^/]+/ update-15.0.3-macos.xml [last]
RewriteRule ^15.0.4/ no-update.xml [last]
RewriteRule ^15.0.1/ update-15.0.1-15.0.4-macos.xml [last]
RewriteRule ^15.0.2/ update-15.0.2-15.0.4-macos.xml [last]
RewriteRule ^15.0.3/ update-15.0.3-15.0.4-macos.xml [last]
RewriteRule ^[^/]+/ update-15.0.4-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.3" appVersion="15.0.3" platformVersion="140.6.0" buildID="20251208080136" detailsURL="https://github.com/mullvad/mullvad-browser/releases/15.0.3" actions="showURL" openURL="https://github.com/mullvad/mullvad-browser/releases/15.0.3" minSupportedOSVersion="19.0.0"><patch URL="https://cdn.mullvad.net/browser/15.0.3/mullvad-browser-macos-15.0.3.mar" size="138467080" type="complete"></patch><patch URL="https://cdn.mullvad.net/browser/15.0.3/mullvad-browser-macos--15.0-15.0.3.incremental.mar" size="18327448" 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.3" appVersion="15.0.3" platformVersion="140.6.0" buildID="20251208080136" detailsURL="https://github.com/mullvad/mullvad-browser/releases/15.0.3" actions="showURL" openURL="https://github.com/mullvad/mullvad-browser/releases/15.0.3" minSupportedOSVersion="19.0.0"><patch URL="https://cdn.mullvad.net/browser/15.0.3/mullvad-browser-macos-15.0.3.mar" size="138467080" type="complete"></patch><patch URL="https://cdn.mullvad.net/browser/15.0.3/mullvad-browser-macos--15.0.1-15.0.3.incremental.mar" size="14557128" 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.4" appVersion="15.0.4" platformVersion="140.7.0" buildID="20260112121357" detailsURL="https://github.com/mullvad/mullvad-browser/releases/15.0.4" actions="showURL" openURL="https://github.com/mullvad/mullvad-browser/releases/15.0.4" minSupportedOSVersion="19.0.0"><patch URL="https://cdn.mullvad.net/browser/15.0.4/mullvad-browser-macos-15.0.4.mar" size="138626760" type="complete"></patch><patch URL="https://cdn.mullvad.net/browser/15.0.4/mullvad-browser-macos--15.0.1-15.0.4.incremental.mar" size="16716616" type="partial"></patch></update></updates>
Loading