ScoopInstaller_Main/bucket/passbolt-cli.json
2025-03-04 20:28:36 +00:00

34 lines
1.3 KiB
JSON

{
"version": "0.3.2",
"description": "CLI for the open source password manager for teams",
"homepage": "https://www.passbolt.com/",
"license": "MIT License",
"architecture": {
"64bit": {
"url": "https://github.com/passbolt/go-passbolt-cli/releases/download/v0.3.2/go-passbolt-cli_0.3.2_windows_amd64.zip",
"hash": "9ab34317878894c4dc6019b6a28e08681cbf5ab714802cd8edf30789aadce427"
},
"arm64": {
"url": "https://github.com/passbolt/go-passbolt-cli/releases/download/v0.3.2/go-passbolt-cli_0.3.2_windows_arm64.zip",
"hash": "9d9793a485f2600322fc05420264fbe725ba22bed178444d6c51b951c67d4e41"
}
},
"bin": "passbolt.exe",
"checkver": {
"github": "https://github.com/passbolt/go-passbolt-cli"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/passbolt/go-passbolt-cli/releases/download/v$version/go-passbolt-cli_$version_windows_amd64.zip"
},
"arm64": {
"url": "https://github.com/passbolt/go-passbolt-cli/releases/download/v$version/go-passbolt-cli_$version_windows_arm64.zip"
}
},
"hash": {
"url": "$baseurl/checksums.txt"
}
}
}