passbolt-cli: Add version 0.1.9 (#4223)

* adds passbolt cli manifest

* fix checksums.txt reference

* adds arm64
This commit is contained in:
polaris940 2022-12-15 14:04:35 -06:00 committed by GitHub
parent ca4f7276d5
commit ae4b71fa36
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

33
bucket/passbolt-cli.json Normal file
View File

@ -0,0 +1,33 @@
{
"version": "0.1.9",
"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.1.9/go-passbolt-cli_0.1.9_Windows_x86_64.zip",
"hash": "f8e662cbdf1c63e91627a271eea63f3552a7ace147219bb5213a89fbb48334b4"
},
"arm64": {
"url": "https://github.com/passbolt/go-passbolt-cli/releases/download/v0.1.9/go-passbolt-cli_0.1.9_Windows_arm64.zip",
"hash": "4f225742e2280dcba0c7ba848e3abce4ee678e3d92bc47af02b7031b458b3c6c"
}
},
"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"
}
}
}