mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-02 06:41:19 +00:00
24 lines
706 B
JSON
24 lines
706 B
JSON
{
|
|
"version": "1.0.6",
|
|
"description": "Force.com CLI tool",
|
|
"homepage": "https://force-cli.herokuapp.com/",
|
|
"license": "MIT",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/ForceCLI/force/releases/download/v1.0.6/force_windows_amd64.zip",
|
|
"hash": "210efa02649be809b3ea3891ec9a6e4a49b37bb152d8572a6de4ee5a34348dd3"
|
|
}
|
|
},
|
|
"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.zip"
|
|
}
|
|
}
|
|
}
|
|
}
|