From 7526f17ddfac48e4dd7ac71241e54260ea9afbb6 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 13 Aug 2024 12:31:44 +0000 Subject: [PATCH] hugo: Update to version 0.132.1 --- bucket/hugo.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/hugo.json b/bucket/hugo.json index e271fe50f6..a31121dfc4 100644 --- a/bucket/hugo.json +++ b/bucket/hugo.json @@ -1,16 +1,16 @@ { - "version": "0.132.0", + "version": "0.132.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.132.0/hugo_0.132.0_windows-amd64.zip", - "hash": "b72ed58557870bdcee19e19b4fb532d8cb05ed9af6265ee4a467a17c018bf0bd" + "url": "https://github.com/gohugoio/hugo/releases/download/v0.132.1/hugo_0.132.1_windows-amd64.zip", + "hash": "803763b01cc5100aaa618b561009fc66a748237b5c2b05c5f5bd87bac493f3af" }, "arm64": { - "url": "https://github.com/gohugoio/hugo/releases/download/v0.132.0/hugo_0.132.0_windows-arm64.zip", - "hash": "8f42722c1c8b310968fd83c7a662d42c34f841e1e68076b0d74702d03404fa47" + "url": "https://github.com/gohugoio/hugo/releases/download/v0.132.1/hugo_0.132.1_windows-arm64.zip", + "hash": "e2c4de037856dee8eeceda498c1edf3ef4bd7199ac946fd09d556ab18b885ccc" } }, "bin": "hugo.exe",