ScoopInstaller_Main/bucket/passbolt-cli.json
2022-12-30 20:25:50 +00:00

34 lines
1.3 KiB
JSON

{
"version": "0.2.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.2.0/go-passbolt-cli_0.2.0_Windows_x86_64.zip",
"hash": "a0a4317036f05e6591869d8d1328271755469c678055cab9e7142b82254a29f1"
},
"arm64": {
"url": "https://github.com/passbolt/go-passbolt-cli/releases/download/v0.2.0/go-passbolt-cli_0.2.0_Windows_arm64.zip",
"hash": "cc1e47148e35ce385dd039051d60e8f2644035af8fac5a7e22a18ad28e631192"
}
},
"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_x86_64.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"
}
}
}