ScoopInstaller_Main/bucket/portainer.json
2025-08-20 04:29:42 +00:00

29 lines
985 B
JSON

{
"version": "2.33.0",
"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.0/portainer-2.33.0-windows1809-amd64.tar.gz",
"hash": "cd04ae3578dadb2563d6bac12803ee5202410dd7694b13b1481e06a76970cd3a"
}
},
"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"
}
}
}
}
}