ScoopInstaller_Main/bucket/octopustools.json
2022-03-02 08:28:35 +00:00

29 lines
1003 B
JSON

{
"version": "8.0.0",
"description": "Command line manager of Octopus environments, deployments, channels, projects, and workers",
"homepage": "https://octopus.com/docs/octopus-rest-api/octopus-cli",
"license": "Apache-2.0",
"architecture": {
"64bit": {
"url": "https://download.octopusdeploy.com/octopus-tools/8.0.0/OctopusTools.8.0.0.win-x64.zip",
"hash": "md5:5ff543d28a111aa5e6c3a0ec481594d8"
}
},
"bin": "octo.exe",
"checkver": {
"url": "https://octopus.com/downloads/octopuscli",
"regex": "OctopusTools\\.([\\d.]+)\\.win-x64\\.zip"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://download.octopusdeploy.com/octopus-tools/$version/OctopusTools.$version.win-x64.zip",
"hash": {
"url": "https://octopus.com/downloads/octopuscli",
"regex": "$md5"
}
}
}
}
}