ScoopInstaller_Main/bucket/portainer.json
2025-04-15 04:29:29 +00:00

29 lines
985 B
JSON

{
"version": "2.27.4",
"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.4/portainer-2.27.4-windows1809-amd64.tar.gz",
"hash": "921b5bde261b4a4284a0f08a79c44b3ec5185dca35fc099f75c1fa332f7610c8"
}
},
"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"
}
}
}
}
}