From 77f52905f663041ec0393bd7e512aa0fdbfe590f Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Sun, 18 Mar 2018 16:35:26 +0100 Subject: [PATCH] hugo: fix hash extraction url --- hugo.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hugo.json b/hugo.json index 5a7f142994..b2ac00fd97 100644 --- a/hugo.json +++ b/hugo.json @@ -26,7 +26,7 @@ } }, "hash": { - "url": "https://github.com/spf13/hugo/releases/download/v$version/hugo_checksums.txt" + "url": "https://github.com/spf13/hugo/releases/download/v$version/hugo_$version_checksums.txt" } } }