ScoopInstaller_Main/bucket/portainer.json
2019-06-04 06:02:05 +00:00

24 lines
736 B
JSON

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