From ed80f11afc1a2a7eece890983a4f7ff761c3957b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 11 Apr 2025 20:28:36 +0000 Subject: [PATCH] hugo: Update to version 0.146.2 --- bucket/hugo.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/hugo.json b/bucket/hugo.json index 1d66ef78c9..0bfacf5242 100644 --- a/bucket/hugo.json +++ b/bucket/hugo.json @@ -1,16 +1,16 @@ { - "version": "0.146.1", + "version": "0.146.2", "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.1/hugo_0.146.1_windows-amd64.zip", - "hash": "3d39c5e4c10ab5cb7413210a9ae8dfadd3693faf6c9d6fdfaf525b7a5870f4d4" + "url": "https://github.com/gohugoio/hugo/releases/download/v0.146.2/hugo_0.146.2_windows-amd64.zip", + "hash": "0755c59a4e475c528c502db2f2f47f42fcf66e7b95ea4386d928c00cce3bf3c6" }, "arm64": { - "url": "https://github.com/gohugoio/hugo/releases/download/v0.146.1/hugo_0.146.1_windows-arm64.zip", - "hash": "3c2621b1bee05bf77b83385a7af1e0b5a3b56ac6949e27ba446121ca8f868b1f" + "url": "https://github.com/gohugoio/hugo/releases/download/v0.146.2/hugo_0.146.2_windows-arm64.zip", + "hash": "6eadeeb8f01c2988e9116973c037ac67e07aa489a547c8e15b66ba17dd051cdb" } }, "bin": "hugo.exe",