From a3af065fe5c5b1b21a5d0d26195047b44c4a532d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 6 Dec 2022 16:42:33 +0000 Subject: [PATCH] hugo: Update to version 0.108.0 --- bucket/hugo.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/hugo.json b/bucket/hugo.json index 0542681e72..c87ebcb7aa 100644 --- a/bucket/hugo.json +++ b/bucket/hugo.json @@ -1,16 +1,16 @@ { - "version": "0.107.0", + "version": "0.108.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.107.0/hugo_0.107.0_windows-amd64.zip", - "hash": "3a003f64ae8718fa7ef985d03082a6d9bacf07a98cfb45b0d01de5cffbaa3a02" + "url": "https://github.com/gohugoio/hugo/releases/download/v0.108.0/hugo_0.108.0_windows-amd64.zip", + "hash": "7bf542cbeec64b8519ad6c2b77646bf0f23605b193367b468c18f9d1c53e40c0" }, "arm64": { - "url": "https://github.com/gohugoio/hugo/releases/download/v0.107.0/hugo_0.107.0_windows-arm64.zip", - "hash": "53273c658f827b7448b9de6639b5836612a2534f13f3f2e3f337364d23dd378f" + "url": "https://github.com/gohugoio/hugo/releases/download/v0.108.0/hugo_0.108.0_windows-arm64.zip", + "hash": "079d04a55e0ecf0da0676b210cf2b69c611bec356dcee4d8be8c870afaaedf00" } }, "bin": "hugo.exe",