ScoopInstaller_Main/bucket/portainer.json
Julien Jehannet 548149ee92
portainer: update to 2.21.4 (#6330)
Co-authored-by: Aliaksandr Belik <1752374+aliesbelik@users.noreply.github.com>
2024-11-27 20:00:15 +08:00

29 lines
985 B
JSON

{
"version": "2.21.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.21.4/portainer-2.21.4-windows1809-amd64.tar.gz",
"hash": "88636b30fb38483d87fe6d0ef9be1e2fc9216b925700ce2ef2f1ca8828d62ee7"
}
},
"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"
}
}
}
}
}