From 3fc219f1ae58ab6641ce2f1af78246661efc5a9d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 23 Dec 2022 12:32:07 +0000 Subject: [PATCH] hugo: Update to version 0.109.0 --- bucket/hugo.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/hugo.json b/bucket/hugo.json index c87ebcb7aa..2eb344b2a8 100644 --- a/bucket/hugo.json +++ b/bucket/hugo.json @@ -1,16 +1,16 @@ { - "version": "0.108.0", + "version": "0.109.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.108.0/hugo_0.108.0_windows-amd64.zip", - "hash": "7bf542cbeec64b8519ad6c2b77646bf0f23605b193367b468c18f9d1c53e40c0" + "url": "https://github.com/gohugoio/hugo/releases/download/v0.109.0/hugo_0.109.0_windows-amd64.zip", + "hash": "7653cbc94a8faa05ee0a77bf31d5548ecbdeda08be9c44057dcbdefe426fff40" }, "arm64": { - "url": "https://github.com/gohugoio/hugo/releases/download/v0.108.0/hugo_0.108.0_windows-arm64.zip", - "hash": "079d04a55e0ecf0da0676b210cf2b69c611bec356dcee4d8be8c870afaaedf00" + "url": "https://github.com/gohugoio/hugo/releases/download/v0.109.0/hugo_0.109.0_windows-arm64.zip", + "hash": "01a58d0d2abf50045dc07b074add3d01d19cc29baa64dd69abda3875e7b537fb" } }, "bin": "hugo.exe",