mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-04 07:41:20 +00:00
31 lines
1.1 KiB
JSON
31 lines
1.1 KiB
JSON
{
|
|
"version": "0.29.0",
|
|
"description": "Force.com CLI tool",
|
|
"homepage": "https://force-cli.herokuapp.com/",
|
|
"license": "Unknown",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/ForceCLI/force/releases/download/v0.29.0/force_windows_amd64.exe#/force.exe",
|
|
"hash": "f5c6f2a8e31f1fc09b71e6b142f8435b1c07a6dedfc550a28f95e68147dd581b"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/ForceCLI/force/releases/download/v0.29.0/force_windows_386.exe#/force.exe",
|
|
"hash": "7461bb035cf74dac97f5f50d3bc4fefb03506902a3fd3fa5b6b2aff1a9766c93"
|
|
}
|
|
},
|
|
"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.exe#/force.exe"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/ForceCLI/force/releases/download/v$version/force_windows_386.exe#/force.exe"
|
|
}
|
|
}
|
|
}
|
|
}
|