ScoopInstaller_Main/bucket/portainer.json
2020-12-26 19:34:02 +01:00

26 lines
881 B
JSON

{
"version": "1.23.2",
"description": "Simple management solution for Docker",
"homepage": "https://portainer.io/",
"license": "Zlib",
"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",
"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"
}
}
}
}
}