boklm pushed to branch main at The Tor Project / Applications / mullvad-browser-update-responses
Commits: e465dbd5 by Nicolas Vigier at 2025-03-27T14:00:06+01:00 release: indent downloads.json
- - - - - 507299fd by Nicolas Vigier at 2025-03-27T14:01:19+01:00 release: add linux-x86_64 and macos URLs to downloads.json
- - - - -
1 changed file:
- update_1/release/downloads.json
Changes:
===================================== update_1/release/downloads.json ===================================== @@ -1 +1,24 @@ -{"downloads":{"win64":{"ALL":{"binary":"https://cdn.mullvad.net/browser/14.0.8/mullvad-browser-windows-x86_64-14.0.8... \ No newline at end of file +{ + "downloads": { + "win64": { + "ALL": { + "binary": "https://cdn.mullvad.net/browser/14.0.8/mullvad-browser-windows-x86_64-14.0.8...", + "sig": "https://cdn.mullvad.net/browser/14.0.8/mullvad-browser-windows-x86_64-14.0.8..." + } + }, + "linux-x86_64": { + "ALL": { + "binary": "https://cdn.mullvad.net/browser/14.0.7/mullvad-browser-linux-x86_64-14.0.7.t...", + "sig": "https://cdn.mullvad.net/browser/14.0.7/mullvad-browser-linux-x86_64-14.0.7.t..." + } + }, + "macos": { + "ALL": { + "binary": "https://cdn.mullvad.net/browser/14.0.7/mullvad-browser-macos-14.0.7.dmg", + "sig": "https://cdn.mullvad.net/browser/14.0.7/mullvad-browser-macos-14.0.7.dmg.asc" + } + } + }, + "tag": "mb-14.0.8-build1", + "version": "14.0.8" +}
View it on GitLab: https://gitlab.torproject.org/tpo/applications/mullvad-browser-update-respon...
tbb-commits@lists.torproject.org