2019-06-03 23:02:09 +00:00

30 lines
1.1 KiB
JSON

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