ScoopInstaller_Main/portainer.json
2019-03-29 21:01:59 +00:00

24 lines
736 B
JSON

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