ScoopInstaller_Main/force.json
2019-03-12 17:00:30 +00:00

30 lines
1.1 KiB
JSON

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