ScoopInstaller_Main/portainer.json
2019-01-16 20:00:27 +00:00

24 lines
736 B
JSON

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