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