ScoopInstaller_Main/portainer.json
2018-07-28 19:00:26 +00:00

24 lines
736 B
JSON

{
"homepage": "https://portainer.io/",
"license": "Zlib",
"version": "1.19.1",
"architecture": {
"64bit": {
"url": "https://github.com/portainer/portainer/releases/download/1.19.1/portainer-1.19.1-windows-amd64.tar.gz",
"hash": "ab46d8de47fb6ed8b10ba51d52ce02714c109b5a88be0c8b438f2806e4300133"
}
},
"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"
}
}
}
}