traefik: Fix au.url (#425)

Co-Authored-By: Jakub Čábera <cabera.jakub@gmail.com>
This commit is contained in:
Ross Smith II 2019-09-17 07:52:16 -07:00 committed by Richard Kuhnt
parent 8d6b163b33
commit 9c52b202a7

View File

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