From 0e31c705744b4ee04505ff7e5f378b4c71904438 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 8 Jul 2025 16:30:51 +0000 Subject: [PATCH] hugo: Update to version 0.148.0 --- bucket/hugo.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/hugo.json b/bucket/hugo.json index a5b1a58ee7..2bf034df98 100644 --- a/bucket/hugo.json +++ b/bucket/hugo.json @@ -1,16 +1,16 @@ { - "version": "0.147.9", + "version": "0.148.0", "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.147.9/hugo_0.147.9_windows-amd64.zip", - "hash": "b06286b2dd102a9f2347a7affc72db2234f69008df357c24bb4e722664716c20" + "url": "https://github.com/gohugoio/hugo/releases/download/v0.148.0/hugo_0.148.0_windows-amd64.zip", + "hash": "4c44a475ff1391145c69ace55cf1d3c7848f7fc735475b1cace66e630af3ec1a" }, "arm64": { - "url": "https://github.com/gohugoio/hugo/releases/download/v0.147.9/hugo_0.147.9_windows-arm64.zip", - "hash": "4dbda827b1ff3b0d615f1d960b33e861c6c440703d23e1b720d28b56069fea80" + "url": "https://github.com/gohugoio/hugo/releases/download/v0.148.0/hugo_0.148.0_windows-arm64.zip", + "hash": "4692eda83748fcdf5c80eaa523e9e14a4917fb7c893583c8f400fd6101b1d93e" } }, "bin": "hugo.exe",