ScoopInstaller_Main/portainer.json
2018-05-21 11:00:25 +00:00

24 lines
736 B
JSON

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