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.8",
|
|
"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.8/force_windows_amd64.zip",
|
|
"hash": "a935929f8eb4454785ae9bd1a8ecdfec6e6c0d55dea4ae1c0a6f438eda429280"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|