From 6eb9c28930b7475f5f25ffe03e4bcebabd2ced37 Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Fri, 14 Apr 2017 18:40:31 +0200 Subject: [PATCH] Update hugo to version 0.20.1 --- hugo.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/hugo.json b/hugo.json index 67e5f14226..8ac6f19aa4 100644 --- a/hugo.json +++ b/hugo.json @@ -1,14 +1,14 @@ { - "version": "0.20", + "version": "0.20.1", "license": "https://github.com/spf13/hugo/blob/master/LICENSE.md", "architecture": { "64bit": { - "url": "https://github.com/spf13/hugo/releases/download/v0.20/hugo_0.20_windows-64bit.zip", - "hash": "0d74ffe4722baa81626142fbfa75cba75867f005e7f29eeef227196e5fb5d2e4" + "url": "https://github.com/spf13/hugo/releases/download/v0.20.1/hugo_0.20.1_windows-64bit.zip", + "hash": "c5c64ad5c84f29182904060080bac631e67af722490f9369eb899171bf34146a" }, "32bit": { - "url": "https://github.com/spf13/hugo/releases/download/v0.20/hugo_0.20_windows-32bit.zip", - "hash": "b5aaae719f01d997c63839077a8f19f599dc491277d2decb6b5f4aa7c4887faa" + "url": "https://github.com/spf13/hugo/releases/download/v0.20.1/hugo_0.20.1_windows-32bit.zip", + "hash": "c2969b9639f849efa195267fb18e473b121ae6e2d767824777803e5145aff4b7" } }, "bin": "hugo.exe",