ScoopInstaller_Main/bucket/octopustools.json
2021-12-21 08:28:54 +00:00

29 lines
1012 B
JSON

{
"version": "7.4.3556",
"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/7.4.3556/OctopusTools.7.4.3556.win-x64.zip",
"hash": "md5:a0361504d54992e50a27a04a5bc8bb02"
}
},
"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"
}
}
}
}
}