From 84346f17c28b58b528fb95ffca705066966adead Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Wed, 25 Apr 2018 14:00:27 +0000 Subject: [PATCH] Update hugo to version 0.40.1 --- hugo.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/hugo.json b/hugo.json index 8777e5cb17..bc58262956 100644 --- a/hugo.json +++ b/hugo.json @@ -1,14 +1,14 @@ { - "version": "0.40", + "version": "0.40.1", "license": "Apache-2.0", "architecture": { "64bit": { - "url": "https://github.com/spf13/hugo/releases/download/v0.40/hugo_0.40_windows-64bit.zip", - "hash": "9a94c4e75ed95ecf0d4a3eab7d3b129cff1e518ec614e11b1630621a1fe59022" + "url": "https://github.com/spf13/hugo/releases/download/v0.40.1/hugo_0.40.1_windows-64bit.zip", + "hash": "c2122c526863ffda956c7447dd1bc9481b0ebb707d3122c4a538c25baf14d657" }, "32bit": { - "url": "https://github.com/spf13/hugo/releases/download/v0.40/hugo_0.40_windows-32bit.zip", - "hash": "1a993b23bceb9e7b55007104d0e649cdac8fc73033d58fd90a5dc5dc161495fd" + "url": "https://github.com/spf13/hugo/releases/download/v0.40.1/hugo_0.40.1_windows-32bit.zip", + "hash": "8490aba063e8d93c8079dbf3c274f9e1ae766791f2e942a1316be7b0551b529f" } }, "bin": "hugo.exe",