mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-08 00:11:32 +00:00
24 lines
708 B
JSON
24 lines
708 B
JSON
{
|
|
"version": "0.99.3",
|
|
"description": "Force.com CLI tool",
|
|
"homepage": "https://force-cli.herokuapp.com/",
|
|
"license": "MIT",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/ForceCLI/force/releases/download/v0.99.3/force_windows_amd64.zip",
|
|
"hash": "1f0d73379766370e0172c45912e5bc9e4fcec0326f8a1f73b49d21b01a125515"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|