From 296b4e43e8565e98d18f59f9dab967cd4e943327 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 23 Feb 2024 20:25:03 +0000 Subject: [PATCH] hugo: Update to version 0.123.3 --- bucket/hugo.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/hugo.json b/bucket/hugo.json index 1c5f3cceae..c005f1650e 100644 --- a/bucket/hugo.json +++ b/bucket/hugo.json @@ -1,16 +1,16 @@ { - "version": "0.123.2", + "version": "0.123.3", "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.123.2/hugo_0.123.2_windows-amd64.zip", - "hash": "65d4ef06da4a373a6ca7d337b3578a9c7db1d01de3ff87642e256e1d562b6a0d" + "url": "https://github.com/gohugoio/hugo/releases/download/v0.123.3/hugo_0.123.3_windows-amd64.zip", + "hash": "870c22fe554ae3cdf50a2379c47d936de1a400fce1e75c27bf1c373ee290a98a" }, "arm64": { - "url": "https://github.com/gohugoio/hugo/releases/download/v0.123.2/hugo_0.123.2_windows-arm64.zip", - "hash": "4b95533fc255f185c0c10e264d12514705d98ed718b6920c3027acc62c2ce221" + "url": "https://github.com/gohugoio/hugo/releases/download/v0.123.3/hugo_0.123.3_windows-arm64.zip", + "hash": "6510a3475a46dff3d62cac8eeeff50d3dffbbae983ed62d3f31f48e878c28be5" } }, "bin": "hugo.exe",