From 01f5c0d0dff89f48bf1c6be9f2c770edf98c9c30 Mon Sep 17 00:00:00 2001 From: Ross Smith II Date: Mon, 16 Sep 2019 22:15:26 -0700 Subject: [PATCH] traefik: Fix au.url See #150. --- bucket/traefik.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bucket/traefik.json b/bucket/traefik.json index de55dc801d4c0..1d71e59fbea91 100644 --- a/bucket/traefik.json +++ b/bucket/traefik.json @@ -21,10 +21,10 @@ "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" } } }