From 200d4970854cd1958e995fbebd5470131a9738dc Mon Sep 17 00:00:00 2001 From: M*C*O Date: Fri, 17 Jan 2020 15:36:41 +0100 Subject: [PATCH] Consolidate hash, use $baseurl --- bucket/lwc.json | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) diff --git a/bucket/lwc.json b/bucket/lwc.json index f215d02aa2..5dfb2c2868 100644 --- a/bucket/lwc.json +++ b/bucket/lwc.json @@ -18,17 +18,14 @@ "autoupdate": { "architecture": { "64bit": { - "url": "https://github.com/timdp/lwc/releases/download/v$version/lwc-$version-windows-amd64.tar.gz", - "hash": { - "url": "https://github.com/timdp/lwc/releases/download/v$version/lwc-checksums.txt" - } + "url": "https://github.com/timdp/lwc/releases/download/v$version/lwc-$version-windows-amd64.tar.gz" }, "32bit": { - "url": "https://github.com/timdp/lwc/releases/download/v$version/lwc-$version-windows-386.tar.gz", - "hash": { - "url": "https://github.com/timdp/lwc/releases/download/v$version/lwc-checksums.txt" - } + "url": "https://github.com/timdp/lwc/releases/download/v$version/lwc-$version-windows-386.tar.gz" } + }, + "hash": { + "url": "$baseurl/lwc-checksums.txt" } } }