From 654a328993332c7997aa56d5fb63343c04040935 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 19 Feb 2024 20:23:14 +0000 Subject: [PATCH] hugo: Update to version 0.123.0 --- bucket/hugo.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/hugo.json b/bucket/hugo.json index 8f52949087..dbe086feb2 100644 --- a/bucket/hugo.json +++ b/bucket/hugo.json @@ -1,16 +1,16 @@ { - "version": "0.122.0", + "version": "0.123.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.122.0/hugo_0.122.0_windows-amd64.zip", - "hash": "4a571c7af96884fae5773b58e09d2bfce09655073e4a2f6fa07490ec1b7ec27d" + "url": "https://github.com/gohugoio/hugo/releases/download/v0.123.0/hugo_0.123.0_windows-amd64.zip", + "hash": "c41fa2dc880a45ab21d96c845c3023577f592df12c13a4bf720f3382115bbd75" }, "arm64": { - "url": "https://github.com/gohugoio/hugo/releases/download/v0.122.0/hugo_0.122.0_windows-arm64.zip", - "hash": "b6e3ce4f1c689cca549e3e1acb971ab78a66e84479e2c728c61981f1425d0443" + "url": "https://github.com/gohugoio/hugo/releases/download/v0.123.0/hugo_0.123.0_windows-arm64.zip", + "hash": "3bcc66906fac852a79a8364b34ebaab132c48bf4a99fe1ce5268b902ddd8a2d5" } }, "bin": "hugo.exe",