From f09119a498336b313e661beed05b0e0b03f5d46e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20=C4=8C=C3=A1bera?= Date: Mon, 12 Oct 2020 11:44:59 +0200 Subject: [PATCH] hugo: Update to version 0.76.4 --- bucket/hugo.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/hugo.json b/bucket/hugo.json index 6d4bb77990..61abf711ee 100644 --- a/bucket/hugo.json +++ b/bucket/hugo.json @@ -1,16 +1,16 @@ { - "version": "0.76.3", + "version": "0.76.4", "description": "Speedy and flexible static site generator (without Sass/SCSS support)", "homepage": "https://gohugo.io", "license": "Apache-2.0", "architecture": { "64bit": { - "url": "https://github.com/gohugoio/hugo/releases/download/v0.76.3/hugo_0.76.3_windows-64bit.zip", - "hash": "4347e1cf31505a89430fcb020f9fce85c6eab4995bc0d29b1920d19267af4445" + "url": "https://github.com/gohugoio/hugo/releases/download/v0.76.4/hugo_0.76.4_windows-64bit.zip", + "hash": "8add378fa5fd79d005d29adb0f8ce08fd25f13b771ca5c7c57e42d469f1b6b32" }, "32bit": { - "url": "https://github.com/gohugoio/hugo/releases/download/v0.76.3/hugo_0.76.3_windows-32bit.zip", - "hash": "0d8c17193b247533f359b0150a1ebbd8ca89c2bdea359cdb6d66ca241ace7707" + "url": "https://github.com/gohugoio/hugo/releases/download/v0.76.4/hugo_0.76.4_windows-32bit.zip", + "hash": "f2d1ee800d50870c4627f0cc527e09784a4b5dbf1e3f5c8212084d07695c79c3" } }, "bin": "hugo.exe",