mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-13 12:11:21 +00:00
31 lines
1.1 KiB
JSON
31 lines
1.1 KiB
JSON
{
|
|
"homepage": "https://force-cli.herokuapp.com/",
|
|
"description": "Force.com CLI tool",
|
|
"version": "0.27.0",
|
|
"license": "Unknown",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/ForceCLI/force/releases/download/v0.27.0/force_windows_amd64.exe#/force.exe",
|
|
"hash": "3f5d99295f5db56ff17fe7929a080f82246369ad7718c2324b4f82973ce7f24f"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/ForceCLI/force/releases/download/v0.27.0/force_windows_386.exe#/force.exe",
|
|
"hash": "7828a3f86aab0a4bc9626da9a51965fb8593971d83077591526a7a2eb5c7ae8c"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|