ScoopInstaller_Main/bucket/portainer.json
2026-02-10 05:02:26 +00:00

29 lines
985 B
JSON

{
"version": "2.33.7",
"description": "Making Docker and Kubernetes management easy.",
"homepage": "https://portainer.io/",
"license": "Zlib",
"architecture": {
"64bit": {
"url": "https://github.com/portainer/portainer/releases/download/2.33.7/portainer-2.33.7-windows1809-amd64.tar.gz",
"hash": "935caa67e8024ccec366c5b492ea7e76ed8c93292730a4a42ec51e4aeaacb0d3"
}
},
"extract_dir": "portainer",
"bin": "portainer.exe",
"checkver": {
"github": "https://github.com/portainer/portainer"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/portainer/portainer/releases/download/$version/portainer-$version-windows1809-amd64.tar.gz",
"hash": {
"url": "$baseurl/portainer-$version-windows1809-amd64-checksum.txt",
"regex": "$sha256"
}
}
}
}
}