2020-01-10 15:00:31 +00:00

31 lines
1.1 KiB
JSON

{
"homepage": "https://force-cli.herokuapp.com/",
"description": "Force.com CLI tool",
"version": "0.27.1",
"license": "Unknown",
"architecture": {
"64bit": {
"url": "https://github.com/ForceCLI/force/releases/download/v0.27.1/force_windows_amd64.exe#/force.exe",
"hash": "3dcf82a83b36d72588edc31d894a423f4787768835cc7b2188d7d1683896430b"
},
"32bit": {
"url": "https://github.com/ForceCLI/force/releases/download/v0.27.1/force_windows_386.exe#/force.exe",
"hash": "7035ce4321d70e5ec38ad86280322b2fb0f2950736d8693849675189b17d4634"
}
},
"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"
}
}
}
}