ScoopInstaller_Main/portainer.json
2018-05-10 16:00:45 +00:00

24 lines
736 B
JSON

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