From a77f59c018091012698fa2c7d978754012d3147a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 22 Apr 2024 20:25:41 +0000 Subject: [PATCH] hugo: Update to version 0.125.3 --- bucket/hugo.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/hugo.json b/bucket/hugo.json index 24c525a388..ae76bec43f 100644 --- a/bucket/hugo.json +++ b/bucket/hugo.json @@ -1,16 +1,16 @@ { - "version": "0.125.2", + "version": "0.125.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.125.2/hugo_0.125.2_windows-amd64.zip", - "hash": "3ed1ffd0bc042bea71e20e55095afd551cd723db331cf01a2973adaca247c5ae" + "url": "https://github.com/gohugoio/hugo/releases/download/v0.125.3/hugo_0.125.3_windows-amd64.zip", + "hash": "d7e5c369264abf66403d112ed7f7a6682e1d13d5e37f066b751e76a8598c013f" }, "arm64": { - "url": "https://github.com/gohugoio/hugo/releases/download/v0.125.2/hugo_0.125.2_windows-arm64.zip", - "hash": "c2c236c2de3930bae2e3822fcb68606bdeabffab72823298d46374defedfa933" + "url": "https://github.com/gohugoio/hugo/releases/download/v0.125.3/hugo_0.125.3_windows-arm64.zip", + "hash": "1a1d2e044cc633e8d794f011f2439e143ac15e2973e2c80f3b4c61e3bcaf3473" } }, "bin": "hugo.exe",