diff --git a/bucket/traefik.json b/bucket/traefik.json index ee6794c1b2..163f2605ba 100644 --- a/bucket/traefik.json +++ b/bucket/traefik.json @@ -1,20 +1,20 @@ { - "homepage": "https://traefik.io/", + "version": "2.2.2", "description": "HTTP reverse proxy and load balancer", - "version": "2.2.1", + "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/v2.2.1/traefik_v2.2.1_windows_amd64.zip", - "hash": "9860fe5fe9a4cb768a7e09cc15629f3941452e10b45920bfca3601487036d596" + "url": "https://github.com/containous/traefik/releases/download/v2.2.2/traefik_v2.2.2_windows_amd64.zip", + "hash": "188173f1495818d3e41d742601ff68ae8906096b9d8a75e5a3cc287e35c3900c" }, "32bit": { - "url": "https://github.com/containous/traefik/releases/download/v2.2.1/traefik_v2.2.1_windows_386.zip", - "hash": "f1073d38b969720d972a84a140935c7bde705fc8f293d28f63fb9068356bbf25" + "url": "https://github.com/containous/traefik/releases/download/v2.2.2/traefik_v2.2.2_windows_386.zip", + "hash": "34dc6a207bad1b555e5a56daac32ba525a3244b8e13f41970735d52d8b673e26" } }, "bin": "traefik.exe", - "notes": "Run with a configuration file 'traefik -c ' or 'traefik --help' for all options.", "checkver": { "github": "https://github.com/containous/traefik" },