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" } } }