mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-28 19:44:24 +00:00
29 lines
966 B
JSON
29 lines
966 B
JSON
{
|
|
"homepage": "https://portainer.io/",
|
|
"description": "Simple management solution for Docker.",
|
|
"license": "Zlib",
|
|
"version": "1.22.2",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/portainer/portainer/releases/download/1.22.2/portainer-1.22.2-windows-amd64.tar.gz",
|
|
"hash": "dbddd021ea62a5a45d54846a7a1ffd646ea97a562fe1c538d101b68b662c9f47"
|
|
}
|
|
},
|
|
"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",
|
|
"hash": {
|
|
"url": "$baseurl/portainer-$version-windows-amd64-checksum.txt",
|
|
"regex": "$sha256"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|