ScoopInstaller_Main/bucket/portainer.json
2025-07-02 08:31:37 +00:00

29 lines
985 B
JSON

{
"version": "2.27.9",
"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.9/portainer-2.27.9-windows1809-amd64.tar.gz",
"hash": "7b7a623f66440f4ce1eb956bad806bd88b72a830c2632b7aa529839db04a5dd5"
}
},
"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"
}
}
}
}
}