passbolt-cli: Update to version 0.3.0

This commit is contained in:
tech189 2023-09-09 09:45:44 +01:00
parent 81e983ea6a
commit 39f5b0ad82

View File

@ -1,16 +1,16 @@
{ {
"version": "0.2.0", "version": "0.3.0",
"description": "CLI for the open source password manager for teams", "description": "CLI for the open source password manager for teams",
"homepage": "https://www.passbolt.com/", "homepage": "https://www.passbolt.com/",
"license": "MIT License", "license": "MIT License",
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://github.com/passbolt/go-passbolt-cli/releases/download/v0.2.0/go-passbolt-cli_0.2.0_Windows_x86_64.zip", "url": "https://github.com/passbolt/go-passbolt-cli/releases/download/v0.3.0/go-passbolt-cli_0.3.0_windows_amd64.zip",
"hash": "a0a4317036f05e6591869d8d1328271755469c678055cab9e7142b82254a29f1" "hash": "c3b614bb526e7f9d49714f4d1b96d1b90d73d609c272749fc694e948a76723b5"
}, },
"arm64": { "arm64": {
"url": "https://github.com/passbolt/go-passbolt-cli/releases/download/v0.2.0/go-passbolt-cli_0.2.0_Windows_arm64.zip", "url": "https://github.com/passbolt/go-passbolt-cli/releases/download/v0.3.0/go-passbolt-cli_0.3.0_windows_arm64.zip",
"hash": "cc1e47148e35ce385dd039051d60e8f2644035af8fac5a7e22a18ad28e631192" "hash": "17e8ce8f113830a8c743ac817262eafd25ab63e68a8ca95ca7ffebff1c0acadb"
} }
}, },
"bin": "passbolt.exe", "bin": "passbolt.exe",
@ -20,10 +20,10 @@
"autoupdate": { "autoupdate": {
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://github.com/passbolt/go-passbolt-cli/releases/download/v$version/go-passbolt-cli_$version_Windows_x86_64.zip" "url": "https://github.com/passbolt/go-passbolt-cli/releases/download/v$version/go-passbolt-cli_$version_windows_amd64.zip"
}, },
"arm64": { "arm64": {
"url": "https://github.com/passbolt/go-passbolt-cli/releases/download/v$version/go-passbolt-cli_$version_Windows_arm64.zip" "url": "https://github.com/passbolt/go-passbolt-cli/releases/download/v$version/go-passbolt-cli_$version_windows_arm64.zip"
} }
}, },
"hash": { "hash": {