force: Update to version 0.33.0 (#3404)

This commit is contained in:
tech189 2022-03-18 03:58:13 +00:00 committed by GitHub
parent 09a53f2c34
commit 094fe16600
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,16 +1,12 @@
{
"version": "0.31.0",
"version": "0.33.0",
"description": "Force.com CLI tool",
"homepage": "https://force-cli.herokuapp.com/",
"license": "Unknown",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://github.com/ForceCLI/force/releases/download/v0.31.0/force_windows_amd64.exe#/force.exe",
"hash": "25b5833df710d8075837491d19ce9cbfc267037889bf19f854cb95ca599a4372"
},
"32bit": {
"url": "https://github.com/ForceCLI/force/releases/download/v0.31.0/force_windows_386.exe#/force.exe",
"hash": "ddc3ce4f8880be4d36e3cfae580e0f660202541c0b347af4d920c2299efcc540"
"url": "https://github.com/ForceCLI/force/releases/download/v0.33.0/force_windows_amd64.zip",
"hash": "e1b971877cf08d8c99bfc3cccb4daa64f4f3a113cbb3bfe90fb6edc95ad2e56b"
}
},
"bin": "force.exe",
@ -20,10 +16,7 @@
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/ForceCLI/force/releases/download/v$version/force_windows_amd64.exe#/force.exe"
},
"32bit": {
"url": "https://github.com/ForceCLI/force/releases/download/v$version/force_windows_386.exe#/force.exe"
"url": "https://github.com/ForceCLI/force/releases/download/v$version/force_windows_amd64.zip"
}
}
}