ScoopInstaller_Main/bucket/octopustools.json
2021-10-06 21:34:40 -07:00

29 lines
1012 B
JSON

{
"version": "7.4.3459",
"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.3459/OctopusTools.7.4.3459.win-x64.zip",
"hash": "md5:45b5ed7c4524073be83790886dd41f1e"
}
},
"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"
}
}
}
}
}