From 7f53a4f14c6c95421775dfac710729c5e425e3fb Mon Sep 17 00:00:00 2001 From: Min RK Date: Tue, 16 May 2023 14:57:39 +0200 Subject: [PATCH] update traefik checksums --- tljh/traefik.py | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/tljh/traefik.py b/tljh/traefik.py index be07cf4..4ea0d49 100644 --- a/tljh/traefik.py +++ b/tljh/traefik.py @@ -31,9 +31,10 @@ else: traefik_version = "2.10.1" # record sha256 hashes for supported platforms here +# checksums are published in the checksums.txt of each release checksums = { - "linux_amd64": "141db1434ae76890915486a4bc5ecf3dbafc8ece78984ce1a8db07737c42db88", - "linux_arm64": "0a65ead411307669916ba629fa13f698acda0b2c5387abe0309b43e168e4e57f", + "linux_amd64": "8d9bce0e6a5bf40b5399dbb1d5e3e5c57b9f9f04dd56a2dd57cb0713130bc824", + "linux_arm64": "260a574105e44901f8c9c562055936d81fbd9c96a21daaa575502dc69bfe390a", } _tljh_path = Path(__file__).parent.resolve() @@ -103,7 +104,7 @@ def ensure_traefik_binary(prefix): os.remove(traefik_bin) 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" )