mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-18 21:31:21 +00:00
24 lines
706 B
JSON
24 lines
706 B
JSON
{
|
|
"version": "1.5.0",
|
|
"description": "Force.com CLI tool",
|
|
"homepage": "https://force-cli.herokuapp.com/",
|
|
"license": "MIT",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/ForceCLI/force/releases/download/v1.5.0/force_windows_amd64.zip",
|
|
"hash": "0cde8c7da1f3a4a98f74bb7e505f6523e3be3deaab49662aa4cae5b3f2aeaf21"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|