ScoopInstaller_Main/bucket/portainer.json
2025-03-25 04:29:17 +00:00

29 lines
985 B
JSON

{
"version": "2.27.3",
"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.3/portainer-2.27.3-windows1809-amd64.tar.gz",
"hash": "dbbdee6b5ca89f362cb72e8c27aace62c8d5a93515189b34c6f3a3d08204d446"
}
},
"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"
}
}
}
}
}