From f781d54bae428df3cbd15722d23d0412d293f527 Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Thu, 12 Dec 2019 20:00:17 +0000 Subject: [PATCH] traefik: Update to version 2.1.1 --- bucket/traefik.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/traefik.json b/bucket/traefik.json index c256ec1aec..e513a0dc23 100644 --- a/bucket/traefik.json +++ b/bucket/traefik.json @@ -1,16 +1,16 @@ { "homepage": "https://traefik.io/", "description": "HTTP reverse proxy and load balancer", - "version": "2.1.0", + "version": "2.1.1", "license": "MIT", "architecture": { "64bit": { - "url": "https://github.com/containous/traefik/releases/download/v2.1.0/traefik_v2.1.0_windows_amd64.zip", - "hash": "4b4def6ca4fc6296d0421f8cb0347fcc2eb75ba1729f8322fb1d7b7319a9af88" + "url": "https://github.com/containous/traefik/releases/download/v2.1.1/traefik_v2.1.1_windows_amd64.zip", + "hash": "f9e2574cc0ad9e8a868a736d0994ea19d708442d05db06ab8a99c543668608f9" }, "32bit": { - "url": "https://github.com/containous/traefik/releases/download/v2.1.0/traefik_v2.1.0_windows_386.zip", - "hash": "d59a3f833b41e7a7faf748a0a66d416955f374615865610268ec3231274af717" + "url": "https://github.com/containous/traefik/releases/download/v2.1.1/traefik_v2.1.1_windows_386.zip", + "hash": "68783c65be210314680f12cdd5f8106d44300967852d48f4eb4c6faecbbc6c20" } }, "bin": "traefik.exe",