From 483b759bfbc6fc508f999b602cf650c7c2c8e3d3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20=C4=8C=C3=A1bera?= Date: Thu, 15 Oct 2020 09:51:46 +0200 Subject: [PATCH] hugo: Update to version 0.76.5 --- bucket/hugo.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/hugo.json b/bucket/hugo.json index 61abf711ee..eb3f447c73 100644 --- a/bucket/hugo.json +++ b/bucket/hugo.json @@ -1,16 +1,16 @@ { - "version": "0.76.4", + "version": "0.76.5", "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.4/hugo_0.76.4_windows-64bit.zip", - "hash": "8add378fa5fd79d005d29adb0f8ce08fd25f13b771ca5c7c57e42d469f1b6b32" + "url": "https://github.com/gohugoio/hugo/releases/download/v0.76.5/hugo_0.76.5_windows-64bit.zip", + "hash": "8bcdfd2c270eb034054d9c3f69bb0febea14e93f3ac1bb11fe9a94e6142a72c0" }, "32bit": { - "url": "https://github.com/gohugoio/hugo/releases/download/v0.76.4/hugo_0.76.4_windows-32bit.zip", - "hash": "f2d1ee800d50870c4627f0cc527e09784a4b5dbf1e3f5c8212084d07695c79c3" + "url": "https://github.com/gohugoio/hugo/releases/download/v0.76.5/hugo_0.76.5_windows-32bit.zip", + "hash": "2091e584b1bd9e3240b59864c215d50066bca7872fec443435c4b3714592a90c" } }, "bin": "hugo.exe",