ScoopInstaller_Main/bucket/portainer.json
2025-09-25 08:31:08 +00:00

29 lines
985 B
JSON

{
"version": "2.33.2",
"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.2/portainer-2.33.2-windows1809-amd64.tar.gz",
"hash": "b1a61d5622997b514218529fc54b54f654da71ec09513e1a4c8c5dcc8556d584"
}
},
"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"
}
}
}
}
}