ScoopInstaller_Main/bucket/octopustools.json
2025-08-15 12:32:42 +00:00

29 lines
1003 B
JSON

{
"version": "9.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/9.0.0/OctopusTools.9.0.0.win-x64.zip",
"hash": "md5:4b2c66cba94fadce98da43ee574fb4fb"
}
},
"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"
}
}
}
}
}