mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-01-13 23:25:15 +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.26.2",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/ForceCLI/force/releases/download/v0.26.2/force_windows_amd64.exe#/force.exe",
|
|
"hash": "d3824b38e6fd5327c5f31bf092ca16432e4c7896ec84a9457ef3d46121315497"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/ForceCLI/force/releases/download/v0.26.2/force_windows_386.exe#/force.exe",
|
|
"hash": "578d9f34f878bb360181104066dffba421cdc078dfbc912c3680103ed2b98f9a"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|