From c8e675c33fb1ea08e610652b491d8298b4904934 Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Tue, 12 Jun 2018 07:00:30 +0000 Subject: [PATCH] Update hugo to version 0.42 --- hugo.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/hugo.json b/hugo.json index 573307b370..f312df45e7 100644 --- a/hugo.json +++ b/hugo.json @@ -1,14 +1,14 @@ { - "version": "0.41", + "version": "0.42", "license": "Apache-2.0", "architecture": { "64bit": { - "url": "https://github.com/spf13/hugo/releases/download/v0.41/hugo_0.41_windows-64bit.zip", - "hash": "2a3724eeed5a15ff14b08794b5ae760b2df0c6305c57963f60958424de647c0f" + "url": "https://github.com/spf13/hugo/releases/download/v0.42/hugo_0.42_windows-64bit.zip", + "hash": "015603fad3c6973de98e20474dd4ef91e0e51610edda9dfea8f2ba793fd0ef3b" }, "32bit": { - "url": "https://github.com/spf13/hugo/releases/download/v0.41/hugo_0.41_windows-32bit.zip", - "hash": "24e6d8e216cc71802647a00438fe140776ee572ae7569c88d020221cae2dee70" + "url": "https://github.com/spf13/hugo/releases/download/v0.42/hugo_0.42_windows-32bit.zip", + "hash": "6b9506c72ee0f3186408b99b915cfc0944a521d4547deedf03e8968cea7909df" } }, "bin": "hugo.exe",