From 214f3654fdfaff87d4284a9f0ccbacc64a652f6e Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Sun, 28 Jul 2019 16:00:59 +0000 Subject: [PATCH] hugo: Update to version 0.56.1 --- bucket/hugo.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/hugo.json b/bucket/hugo.json index 460d8f4f81..5b350fd09c 100644 --- a/bucket/hugo.json +++ b/bucket/hugo.json @@ -1,14 +1,14 @@ { - "version": "0.56.0", + "version": "0.56.1", "license": "Apache-2.0", "architecture": { "64bit": { - "url": "https://github.com/gohugoio/hugo/releases/download/v0.56.0/hugo_0.56.0_windows-64bit.zip", - "hash": "e6c74c21c9bd43ffb9cd47e97ffa22ab81177c0b756707048315e683c095cd41" + "url": "https://github.com/gohugoio/hugo/releases/download/v0.56.1/hugo_0.56.1_windows-64bit.zip", + "hash": "3b65fd97b544735462d0d432bdde7ff49465a8cece22b25ec2a9af5b438cf851" }, "32bit": { - "url": "https://github.com/gohugoio/hugo/releases/download/v0.56.0/hugo_0.56.0_windows-32bit.zip", - "hash": "b9b97d6dbe7cf10e3af82e069bb011613cbb3cbfaa13a84489f5782c0e5cafa3" + "url": "https://github.com/gohugoio/hugo/releases/download/v0.56.1/hugo_0.56.1_windows-32bit.zip", + "hash": "99a44ad0e58446e17e966805b6c60b161bebc76017a11215f07684735b56bcc0" } }, "bin": "hugo.exe",