ScoopInstaller_Main/portainer.json
2018-09-15 12:00:31 +00:00

24 lines
736 B
JSON

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