From 556771e8c130701dd16c4ab503e11f5af88dc0a5 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 8 Sep 2025 16:29:38 +0000 Subject: [PATCH] hugo: Update to version 0.150.0 --- bucket/hugo.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/hugo.json b/bucket/hugo.json index db98587e80..5b99daabb9 100644 --- a/bucket/hugo.json +++ b/bucket/hugo.json @@ -1,16 +1,16 @@ { - "version": "0.149.1", + "version": "0.150.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.149.1/hugo_0.149.1_windows-amd64.zip", - "hash": "72fd3c5b45370f74ea2d79b29fea2237395aba6266ac62bd7adcad48485f8ae7" + "url": "https://github.com/gohugoio/hugo/releases/download/v0.150.0/hugo_0.150.0_windows-amd64.zip", + "hash": "7dc8274a1e45c826904d2de60124cfa91803e50db3f9a14f31b5dd306b6f76d8" }, "arm64": { - "url": "https://github.com/gohugoio/hugo/releases/download/v0.149.1/hugo_0.149.1_windows-arm64.zip", - "hash": "90f1eff752a7a4b6d2f38154a4af26bb3d6aa2284f6e65fa000df4e5b6c165a2" + "url": "https://github.com/gohugoio/hugo/releases/download/v0.150.0/hugo_0.150.0_windows-arm64.zip", + "hash": "e9a058fe8d6e363bc2bdbec159b08da2107664ceb929d3b802d73a412ada3280" } }, "bin": "hugo.exe",