2024-07-19 00:35:05 +00:00

24 lines
706 B
JSON

{
"version": "1.0.5",
"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.5/force_windows_amd64.zip",
"hash": "d04ac5f7aba5b22314aa8524e8b98fb0c207d85976464302393e854cabd972ef"
}
},
"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"
}
}
}
}