2021-04-07 14:00:38 +00:00

31 lines
1.1 KiB
JSON

{
"version": "0.31.0",
"description": "Force.com CLI tool",
"homepage": "https://force-cli.herokuapp.com/",
"license": "Unknown",
"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"
}
},
"bin": "force.exe",
"checkver": {
"github": "https://github.com/ForceCLI/force"
},
"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"
}
}
}
}