h404bi ccc24e57b6 Init scoop-main bucket
Co-authored-by: Jakub Čábera <cabera.jakub@gmail.com>
Co-authored-by: Richard Kuhnt <r15ch13+git@gmail.com>
2019-04-22 20:56:04 +08: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"
}
}
}
}