From a84f04662d4dc1e8cc7f3629b5de2d6d8c424579 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 28 Feb 2024 16:27:53 +0000 Subject: [PATCH] hugo: Update to version 0.123.5 --- bucket/hugo.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/hugo.json b/bucket/hugo.json index daf3653024..4e99f6c4fd 100644 --- a/bucket/hugo.json +++ b/bucket/hugo.json @@ -1,16 +1,16 @@ { - "version": "0.123.4", + "version": "0.123.5", "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.4/hugo_0.123.4_windows-amd64.zip", - "hash": "e61dfa270d6189ea0617eca2ab0465a88500063c353d8d3e31c9ffd8035c4b92" + "url": "https://github.com/gohugoio/hugo/releases/download/v0.123.5/hugo_0.123.5_windows-amd64.zip", + "hash": "b0b6c7697c7ac4a27c3a30206681997b6e1f0d8cd683850d8ebc071b821d5bcb" }, "arm64": { - "url": "https://github.com/gohugoio/hugo/releases/download/v0.123.4/hugo_0.123.4_windows-arm64.zip", - "hash": "3946f857c31137bdb2c5179b6312170fc89f9be1408dc58005e90a0101d034d7" + "url": "https://github.com/gohugoio/hugo/releases/download/v0.123.5/hugo_0.123.5_windows-arm64.zip", + "hash": "7486e747ea2add504a91808b7dc0b6a6576a6f1351aa7465773d1f13c7ba9979" } }, "bin": "hugo.exe",