From d4cf888ca27e0aa06700af53507836b1b2679ade Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20=C4=8C=C3=A1bera?= Date: Mon, 28 Jun 2021 08:18:28 -0700 Subject: [PATCH] traefik: Update to version 2.4.9 --- bucket/traefik.json | 17 ++++++++++------- 1 file changed, 10 insertions(+), 7 deletions(-) diff --git a/bucket/traefik.json b/bucket/traefik.json index 9013be5ed3..2a4cda57b2 100644 --- a/bucket/traefik.json +++ b/bucket/traefik.json @@ -1,17 +1,17 @@ { - "version": "1.7.30", + "version": "2.4.9", "description": "HTTP reverse proxy and load balancer", "homepage": "https://traefik.io/", "license": "MIT", "notes": "Run with a configuration file 'traefik -c ' or 'traefik --help' for all options.", "architecture": { "64bit": { - "url": "https://github.com/containous/traefik/releases/download/v1.7.30/traefik_windows-amd64.exe#/traefik.exe", - "hash": "5f01369218287cdd5850348fe5e8ce045edba80e7b8f7d268ddd049ca4f418e0" + "url": "https://github.com/traefik/traefik/releases/download/v2.4.9/traefik_v2.4.9_windows_amd64.zip", + "hash": "0370f21bba00ce23c5d21f764e810d3ab009aaf6d17274835f8a62db1a279e5f" }, "32bit": { - "url": "https://github.com/containous/traefik/releases/download/v1.7.30/traefik_windows-386.exe#/traefik.exe", - "hash": "225c89b48c952daaa7648ffb998bcf8e849e5d82792195324cc4fc226e5d759c" + "url": "https://github.com/traefik/traefik/releases/download/v2.4.9/traefik_v2.4.9_windows_386.zip", + "hash": "3cf6ea09989a46ed7fce1b1a40155f91d1efc23278e14561e8d484bfa352ef90" } }, "bin": "traefik.exe", @@ -21,11 +21,14 @@ "autoupdate": { "architecture": { "64bit": { - "url": "https://github.com/containous/traefik/releases/download/v$version/traefik_windows-amd64.exe#/traefik.exe" + "url": "https://github.com/traefik/traefik/releases/download/v$version/traefik_v$version_windows_amd64.zip" }, "32bit": { - "url": "https://github.com/containous/traefik/releases/download/v$version/traefik_windows-386.exe#/traefik.exe" + "url": "https://github.com/traefik/traefik/releases/download/v$version/traefik_v$version_windows_386.zip" } + }, + "hash": { + "url": "$baseurl/traefik_v$version_checksums.txt" } } }