ScoopInstaller_Main/bucket/passbolt-cli.json
2025-12-24 16:31:04 +00:00

34 lines
1.3 KiB
JSON

{
"version": "0.4.0",
"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.4.0/go-passbolt-cli_0.4.0_windows_amd64.zip",
"hash": "9a041e469a79f2db9290dc16bcd40de7b4315783eac3cde46df503feadfc8f5c"
},
"arm64": {
"url": "https://github.com/passbolt/go-passbolt-cli/releases/download/v0.4.0/go-passbolt-cli_0.4.0_windows_arm64.zip",
"hash": "96ee1d21befff06e945b63c16c0785479583cfac72623a96fd04bf24fc5ec3da"
}
},
"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"
}
}
}