From bf532755e64409ddb181ca088bd5852daf71fa3f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 14 Aug 2024 20:26:27 +0000 Subject: [PATCH] hugo: Update to version 0.132.2 --- bucket/hugo.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/hugo.json b/bucket/hugo.json index a31121dfc4..6c2d5c97a4 100644 --- a/bucket/hugo.json +++ b/bucket/hugo.json @@ -1,16 +1,16 @@ { - "version": "0.132.1", + "version": "0.132.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.132.1/hugo_0.132.1_windows-amd64.zip", - "hash": "803763b01cc5100aaa618b561009fc66a748237b5c2b05c5f5bd87bac493f3af" + "url": "https://github.com/gohugoio/hugo/releases/download/v0.132.2/hugo_0.132.2_windows-amd64.zip", + "hash": "bb5e0ac06cf93cc37228f9496a96aaece59bac25ba302073f2a24a3b012adae4" }, "arm64": { - "url": "https://github.com/gohugoio/hugo/releases/download/v0.132.1/hugo_0.132.1_windows-arm64.zip", - "hash": "e2c4de037856dee8eeceda498c1edf3ef4bd7199ac946fd09d556ab18b885ccc" + "url": "https://github.com/gohugoio/hugo/releases/download/v0.132.2/hugo_0.132.2_windows-arm64.zip", + "hash": "571a0ec0f1067b1795a6536849f173ba5595677745fcb9aa6cf8d863c085747d" } }, "bin": "hugo.exe",