From 4049861c90a9e4946ca90c6f7dfcbce8ace156b7 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 18 Apr 2024 21:06:13 +0000 Subject: [PATCH] hugo: Update to version 0.125.1 --- bucket/hugo.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/hugo.json b/bucket/hugo.json index 7b53b962c4..5d1f29aac1 100644 --- a/bucket/hugo.json +++ b/bucket/hugo.json @@ -1,16 +1,16 @@ { - "version": "0.125.0", + "version": "0.125.1", "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.0/hugo_0.125.0_windows-amd64.zip", - "hash": "024d1735fe91796680ceeea75a9eb85d8c9112c03064142f4331c21ce876bfca" + "url": "https://github.com/gohugoio/hugo/releases/download/v0.125.1/hugo_0.125.1_windows-amd64.zip", + "hash": "c1999407fe0b96ed02f63d412412b79b9868a4dfb3890ca65c32339b146067e2" }, "arm64": { - "url": "https://github.com/gohugoio/hugo/releases/download/v0.125.0/hugo_0.125.0_windows-arm64.zip", - "hash": "5ea941ff86ecf5fa96b35a483a4fa0f10608e37f69d16e338047beccacce3e96" + "url": "https://github.com/gohugoio/hugo/releases/download/v0.125.1/hugo_0.125.1_windows-arm64.zip", + "hash": "4a90db9b080678295cc250c56273661d6416f6dd4e216432cf7a5791d3ef26ee" } }, "bin": "hugo.exe",