ScoopInstaller_Main/bucket/portainer.json
2025-06-25 00:41:40 +00:00

29 lines
985 B
JSON

{
"version": "2.27.8",
"description": "Making Docker and Kubernetes management easy.",
"homepage": "https://portainer.io/",
"license": "Zlib",
"architecture": {
"64bit": {
"url": "https://github.com/portainer/portainer/releases/download/2.27.8/portainer-2.27.8-windows1809-amd64.tar.gz",
"hash": "050f5504cb80a75f026587ee4a0c79db77f0e90c0f061ae463efc2b4984292ab"
}
},
"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"
}
}
}
}
}