From 9c52b202a71398b2fada3bc15cddb5dfdfc12a51 Mon Sep 17 00:00:00 2001 From: Ross Smith II Date: Tue, 17 Sep 2019 07:52:16 -0700 Subject: [PATCH] traefik: Fix au.url (#425) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Jakub Čábera --- bucket/traefik.json | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/bucket/traefik.json b/bucket/traefik.json index de55dc801d..d0f2dab606 100644 --- a/bucket/traefik.json +++ b/bucket/traefik.json @@ -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/containous/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/containous/traefik/releases/download/v$version/traefik_v$version_windows_386.zip" } + }, + "hash": { + "url": "$baseurl/traefik_v$version_checksums.txt" } } }