ScoopInstaller_Main/bucket/passbolt-cli.json
2024-04-05 21:05:28 +00:00

34 lines
1.3 KiB
JSON

{
"version": "0.3.1",
"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.1/go-passbolt-cli_0.3.1_windows_amd64.zip",
"hash": "db0388c43e5c2900a38ef3f0830df1c5e6578e0dba22e8adfa1f5c95229322a9"
},
"arm64": {
"url": "https://github.com/passbolt/go-passbolt-cli/releases/download/v0.3.1/go-passbolt-cli_0.3.1_windows_arm64.zip",
"hash": "22f960f785bff7dee356430112ee18317476b2dc626c1cc02912e0f6b8882ec8"
}
},
"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"
}
}
}