ScoopInstaller_Main/bucket/portainer.json
2019-10-11 02:00:18 +00:00

29 lines
966 B
JSON

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