2019-05-06 18:00:35 +00:00

30 lines
1.1 KiB
JSON

{
"homepage": "https://force-cli.herokuapp.com/",
"description": "Force.com CLI tool",
"version": "0.26.2",
"architecture": {
"64bit": {
"url": "https://github.com/ForceCLI/force/releases/download/v0.26.2/force_windows_amd64.exe#/force.exe",
"hash": "d3824b38e6fd5327c5f31bf092ca16432e4c7896ec84a9457ef3d46121315497"
},
"32bit": {
"url": "https://github.com/ForceCLI/force/releases/download/v0.26.2/force_windows_386.exe#/force.exe",
"hash": "578d9f34f878bb360181104066dffba421cdc078dfbc912c3680103ed2b98f9a"
}
},
"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"
}
}
}
}