From addc792c98f8f65e4192a0dfee0297bb7477a8dd Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 17 Aug 2024 20:25:47 +0000 Subject: [PATCH] hugo: Update to version 0.133.0 --- bucket/hugo.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/hugo.json b/bucket/hugo.json index 6c2d5c97a4..062c5024af 100644 --- a/bucket/hugo.json +++ b/bucket/hugo.json @@ -1,16 +1,16 @@ { - "version": "0.132.2", + "version": "0.133.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.132.2/hugo_0.132.2_windows-amd64.zip", - "hash": "bb5e0ac06cf93cc37228f9496a96aaece59bac25ba302073f2a24a3b012adae4" + "url": "https://github.com/gohugoio/hugo/releases/download/v0.133.0/hugo_0.133.0_windows-amd64.zip", + "hash": "b643f3d6cf7e1f5bb27b9aad2bb8811cfa95afa9204d46d9289521eeee25de21" }, "arm64": { - "url": "https://github.com/gohugoio/hugo/releases/download/v0.132.2/hugo_0.132.2_windows-arm64.zip", - "hash": "571a0ec0f1067b1795a6536849f173ba5595677745fcb9aa6cf8d863c085747d" + "url": "https://github.com/gohugoio/hugo/releases/download/v0.133.0/hugo_0.133.0_windows-arm64.zip", + "hash": "8e6d10ae78a01ecc0f551a92e7e1a0ec1c7a026e705bb0bd7f7617457579f2cd" } }, "bin": "hugo.exe",