ScoopInstaller_Main/bucket/portainer.json
2020-03-20 00:01:51 +00:00

29 lines
966 B
JSON

{
"homepage": "https://portainer.io/",
"description": "Simple management solution for Docker.",
"license": "Zlib",
"version": "1.23.2",
"architecture": {
"64bit": {
"url": "https://github.com/portainer/portainer/releases/download/1.23.2/portainer-1.23.2-windows-amd64.tar.gz",
"hash": "fb194fbdb2474a573bfe4b1f0f7c174711bb21fdfe932c7eaf3924fab4848d03"
}
},
"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-windows-amd64.tar.gz",
"hash": {
"url": "$baseurl/portainer-$version-windows-amd64-checksum.txt",
"regex": "$sha256"
}
}
}
}
}