[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

[tor-commits] [Git][tpo/applications/mullvad-browser-update-responses][main] 2 commits: release: indent downloads.json



Title: GitLab

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:

Changes:

  • update_1/release/downloads.json
    1
    -{"downloads":{"win64":{"ALL":{"binary":"https://cdn.mullvad.net/browser/14.0.8/mullvad-browser-windows-x86_64-14.0.8.exe","sig":"https://cdn.mullvad.net/browser/14.0.8/mullvad-browser-windows-x86_64-14.0.8.exe.asc"}}},"tag":"mb-14.0.8-build1","version":"14.0.8"}
    \ No newline at end of file
    1
    +{
    
    2
    +  "downloads": {
    
    3
    +    "win64": {
    
    4
    +      "ALL": {
    
    5
    +        "binary": "https://cdn.mullvad.net/browser/14.0.8/mullvad-browser-windows-x86_64-14.0.8.exe",
    
    6
    +        "sig": "https://cdn.mullvad.net/browser/14.0.8/mullvad-browser-windows-x86_64-14.0.8.exe.asc"
    
    7
    +      }
    
    8
    +    },
    
    9
    +    "linux-x86_64": {
    
    10
    +      "ALL": {
    
    11
    +        "binary": "https://cdn.mullvad.net/browser/14.0.7/mullvad-browser-linux-x86_64-14.0.7.tar.xz",
    
    12
    +        "sig": "https://cdn.mullvad.net/browser/14.0.7/mullvad-browser-linux-x86_64-14.0.7.tar.xz.asc"
    
    13
    +      }
    
    14
    +    },
    
    15
    +    "macos": {
    
    16
    +      "ALL": {
    
    17
    +        "binary": "https://cdn.mullvad.net/browser/14.0.7/mullvad-browser-macos-14.0.7.dmg",
    
    18
    +        "sig": "https://cdn.mullvad.net/browser/14.0.7/mullvad-browser-macos-14.0.7.dmg.asc"
    
    19
    +      }
    
    20
    +    }
    
    21
    +  },
    
    22
    +  "tag": "mb-14.0.8-build1",
    
    23
    +  "version": "14.0.8"
    
    24
    +}

  • _______________________________________________
    tor-commits mailing list -- tor-commits@xxxxxxxxxxxxxxxxxxxx
    To unsubscribe send an email to tor-commits-leave@xxxxxxxxxxxxxxxxxxxx