2019-05-07 23:00:28 +00:00

30 lines
1.1 KiB
JSON

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