Aliaksandr Belik 3687f405f3
traefik: Update to version 2.9.5 (#4191)
* traefik: Fix autoupdate, update to version 2.9.5

* traefik: Add arm64 architecture
2022-12-04 20:09:15 +05:30

42 lines
1.7 KiB
JSON

{
"version": "2.9.5",
"description": "HTTP reverse proxy and load balancer",
"homepage": "https://traefik.io/",
"license": "MIT",
"notes": "Run with a configuration file 'traefik -c <yourconfig.toml>' or 'traefik --help' for all options.",
"architecture": {
"64bit": {
"url": "https://github.com/traefik/traefik/releases/download/v2.9.5/traefik_v2.9.5_windows_amd64.zip",
"hash": "ce15382fbd307e2515d06ed7503e93a3e1d1b31da3c2fe0aff7175c288475eb7"
},
"32bit": {
"url": "https://github.com/traefik/traefik/releases/download/v2.9.5/traefik_v2.9.5_windows_386.zip",
"hash": "99eff0e0026e46e81d81b1c114a4eee1d6132a80fef8dd663058977d9ef885b0"
},
"arm64": {
"url": "https://github.com/traefik/traefik/releases/download/v2.9.5/traefik_v2.9.5_windows_arm64.zip",
"hash": "53f0da172cad81e7a276a290d55859349108fd3760d53c5be6f81f631dea0fca"
}
},
"bin": "traefik.exe",
"checkver": {
"github": "https://github.com/traefik/traefik"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/traefik/traefik/releases/download/v$version/traefik_v$version_windows_amd64.zip"
},
"32bit": {
"url": "https://github.com/traefik/traefik/releases/download/v$version/traefik_v$version_windows_386.zip"
},
"arm64": {
"url": "https://github.com/traefik/traefik/releases/download/v$version/traefik_v$version_windows_arm64.zip"
}
},
"hash": {
"url": "$baseurl/traefik_v$version_checksums.txt"
}
}
}