2020-05-14 08:24:17 +02:00

31 lines
1.1 KiB
JSON

{
"homepage": "https://force-cli.herokuapp.com/",
"description": "Force.com CLI tool",
"version": "0.28.1",
"license": "Unknown",
"architecture": {
"64bit": {
"url": "https://github.com/ForceCLI/force/releases/download/v0.28.1/force_windows_amd64.exe#/force.exe",
"hash": "ecc0f2cd41d829ac5a6b2f260cc430dba17be787dab25bee04173de4a4a4c28e"
},
"32bit": {
"url": "https://github.com/ForceCLI/force/releases/download/v0.28.1/force_windows_386.exe#/force.exe",
"hash": "5a2b0248ccc9f07feaf5a066be262d420d42daf371de8995d3027ca7f3779a7a"
}
},
"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"
}
}
}
}