mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-16 04:11:19 +00:00
30 lines
1.1 KiB
JSON
30 lines
1.1 KiB
JSON
{
|
|
"homepage": "https://force-cli.herokuapp.com/",
|
|
"description": "Force.com CLI tool",
|
|
"version": "0.24.2",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/ForceCLI/force/releases/download/v0.24.2/force_windows_amd64.exe#/force.exe",
|
|
"hash": "3a82887df61b181403146e20e9843340a39a809d72ff98d16633c1e88b0fe778"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/ForceCLI/force/releases/download/v0.24.2/force_windows_386.exe#/force.exe",
|
|
"hash": "e05beb17b8143c65fbc9e57508bf8ef4a7c720ba16432f2717d95a5a4b7178d6"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|