ScoopInstaller_Main/bucket/portainer.json
2025-11-27 04:29:57 +00:00

29 lines
985 B
JSON

{
"version": "2.33.5",
"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.5/portainer-2.33.5-windows1809-amd64.tar.gz",
"hash": "c0000679c573bb7d5c1fa527214648f2b1e879e9b7dc941d89fe87ad7c0a0950"
}
},
"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"
}
}
}
}
}