From 9a619f11560de03621c70e54219ccb077262fbd5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20=C4=8C=C3=A1bera?= Date: Mon, 13 Jul 2020 14:33:30 +0200 Subject: [PATCH] hugo: Update to version 0.74.0 --- bucket/hugo.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/hugo.json b/bucket/hugo.json index 068bf85bcf..0fc0d5cca0 100644 --- a/bucket/hugo.json +++ b/bucket/hugo.json @@ -1,16 +1,16 @@ { - "version": "0.73.0", + "version": "0.74.0", "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.73.0/hugo_0.73.0_windows-64bit.zip", - "hash": "0b42417310e3528fb775b95730dfac5c73014f11fd64c5c870f450a798692e5f" + "url": "https://github.com/gohugoio/hugo/releases/download/v0.74.0/hugo_0.74.0_windows-64bit.zip", + "hash": "3f77979fe5f0f2c5866b8e2b41903b0134727761b39c622b596ea689d66b6228" }, "32bit": { - "url": "https://github.com/gohugoio/hugo/releases/download/v0.73.0/hugo_0.73.0_windows-32bit.zip", - "hash": "454f8aff4c03c75326d6c4a292a2e9d2b53fadd9480b24eef02851ff5b32e31d" + "url": "https://github.com/gohugoio/hugo/releases/download/v0.74.0/hugo_0.74.0_windows-32bit.zip", + "hash": "6f90bd85cb158cae4a33395b39c4b90d00b5c979101e19a5e27e2bccf9ff62a4" } }, "bin": "hugo.exe",