ScoopInstaller_Main/portainer.json
2018-06-21 14:00:30 +00:00

24 lines
736 B
JSON

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