update traefik checksums

This commit is contained in:
Min RK
2023-05-16 14:57:39 +02:00
parent 5763758fa4
commit 7f53a4f14c

View File

@@ -31,9 +31,10 @@ else:
traefik_version = "2.10.1" traefik_version = "2.10.1"
# record sha256 hashes for supported platforms here # record sha256 hashes for supported platforms here
# checksums are published in the checksums.txt of each release
checksums = { checksums = {
"linux_amd64": "141db1434ae76890915486a4bc5ecf3dbafc8ece78984ce1a8db07737c42db88", "linux_amd64": "8d9bce0e6a5bf40b5399dbb1d5e3e5c57b9f9f04dd56a2dd57cb0713130bc824",
"linux_arm64": "0a65ead411307669916ba629fa13f698acda0b2c5387abe0309b43e168e4e57f", "linux_arm64": "260a574105e44901f8c9c562055936d81fbd9c96a21daaa575502dc69bfe390a",
} }
_tljh_path = Path(__file__).parent.resolve() _tljh_path = Path(__file__).parent.resolve()
@@ -103,7 +104,7 @@ def ensure_traefik_binary(prefix):
os.remove(traefik_bin) os.remove(traefik_bin)
traefik_url = ( traefik_url = (
"https://github.com/containous/traefik/releases" "https://github.com/traefik/traefik/releases"
f"/download/v{traefik_version}/traefik_v{traefik_version}_{plat}.tar.gz" f"/download/v{traefik_version}/traefik_v{traefik_version}_{plat}.tar.gz"
) )