mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-28 11:34:25 +00:00
31 lines
1.1 KiB
JSON
31 lines
1.1 KiB
JSON
{
|
|
"version": "0.30.0",
|
|
"description": "Force.com CLI tool",
|
|
"homepage": "https://force-cli.herokuapp.com/",
|
|
"license": "Unknown",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/ForceCLI/force/releases/download/v0.30.0/force_windows_amd64.exe#/force.exe",
|
|
"hash": "43241704f9773ea93ea638cac932e489c59553643f3ea9b4fb801d43ffc4a99c"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/ForceCLI/force/releases/download/v0.30.0/force_windows_386.exe#/force.exe",
|
|
"hash": "556c773b3eb496bec2b9314b5a19af19a53b8fd1d822e469b26490a3f2399fb0"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|