From 1433dabf5e2b2846f0cb1ad9bcfb289a8dacbf1f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 10 Apr 2025 20:28:38 +0000 Subject: [PATCH] hugo: Update to version 0.146.1 --- bucket/hugo.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/hugo.json b/bucket/hugo.json index 342fb9f9a5..1d66ef78c9 100644 --- a/bucket/hugo.json +++ b/bucket/hugo.json @@ -1,16 +1,16 @@ { - "version": "0.146.0", + "version": "0.146.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.146.0/hugo_0.146.0_windows-amd64.zip", - "hash": "368c2366f9996221eb13d407233e00d268f79d9fb6e395ba0774aee3204c0835" + "url": "https://github.com/gohugoio/hugo/releases/download/v0.146.1/hugo_0.146.1_windows-amd64.zip", + "hash": "3d39c5e4c10ab5cb7413210a9ae8dfadd3693faf6c9d6fdfaf525b7a5870f4d4" }, "arm64": { - "url": "https://github.com/gohugoio/hugo/releases/download/v0.146.0/hugo_0.146.0_windows-arm64.zip", - "hash": "afe14792c498ef91bf4b3455c72e46d96a14686517c14c7bf6fd37bf7e42d19d" + "url": "https://github.com/gohugoio/hugo/releases/download/v0.146.1/hugo_0.146.1_windows-arm64.zip", + "hash": "3c2621b1bee05bf77b83385a7af1e0b5a3b56ac6949e27ba446121ca8f868b1f" } }, "bin": "hugo.exe",