From 5b7c18509d1875cf0b17283e459d26cef25d5db1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20=C4=8C=C3=A1bera?= Date: Sat, 21 Aug 2021 01:48:04 -0700 Subject: [PATCH] traefik: Update to version 2.5.1 --- bucket/traefik.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/traefik.json b/bucket/traefik.json index d561745254..81415b62bb 100644 --- a/bucket/traefik.json +++ b/bucket/traefik.json @@ -1,17 +1,17 @@ { - "version": "2.5.0", + "version": "2.5.1", "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/traefik/traefik/releases/download/v2.5.0/traefik_v2.5.0_windows_amd64.zip", - "hash": "2dfacd589fa8545644c0ac2f7f977a7398f88f3f99486941dbc0014dbf3e238f" + "url": "https://github.com/traefik/traefik/releases/download/v2.5.1/traefik_v2.5.1_windows_amd64.zip", + "hash": "0a312e9f78aa07cd06db498ebdf9a36d5575ba8cc0f4b7a4753008e65d41e334" }, "32bit": { - "url": "https://github.com/traefik/traefik/releases/download/v2.5.0/traefik_v2.5.0_windows_386.zip", - "hash": "b90ccf1dce870efef73076ebee5d06619b1625f72516950788a053d6279e9d78" + "url": "https://github.com/traefik/traefik/releases/download/v2.5.1/traefik_v2.5.1_windows_386.zip", + "hash": "bb9bd7d97205cc75c7b3e557367b465caf0e0d9c78057a8287ba421636cbce1e" } }, "bin": "traefik.exe",