From 9bb0bfbd24c26cf3d5f39dcb0fa8b454da2d4550 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 25 Apr 2024 16:31:31 +0000 Subject: [PATCH] hugo: Update to version 0.125.4 --- bucket/hugo.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/hugo.json b/bucket/hugo.json index ae76bec43f..332b15c4cc 100644 --- a/bucket/hugo.json +++ b/bucket/hugo.json @@ -1,16 +1,16 @@ { - "version": "0.125.3", + "version": "0.125.4", "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.125.3/hugo_0.125.3_windows-amd64.zip", - "hash": "d7e5c369264abf66403d112ed7f7a6682e1d13d5e37f066b751e76a8598c013f" + "url": "https://github.com/gohugoio/hugo/releases/download/v0.125.4/hugo_0.125.4_windows-amd64.zip", + "hash": "39196bf2a5afa94078e197a6d97b0a2bc6b76d2ca71838090beb6f2045f17c28" }, "arm64": { - "url": "https://github.com/gohugoio/hugo/releases/download/v0.125.3/hugo_0.125.3_windows-arm64.zip", - "hash": "1a1d2e044cc633e8d794f011f2439e143ac15e2973e2c80f3b4c61e3bcaf3473" + "url": "https://github.com/gohugoio/hugo/releases/download/v0.125.4/hugo_0.125.4_windows-arm64.zip", + "hash": "37acf50337bd48de170cc3756a7e8061d391b265849dca52b7278405100e285d" } }, "bin": "hugo.exe",