From ddeedd605d50d58f395b2ea9a89bf4ae79900c45 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 26 Aug 2024 16:30:00 +0000 Subject: [PATCH] hugo: Update to version 0.133.1 --- bucket/hugo.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/hugo.json b/bucket/hugo.json index 062c5024af..2d8f1a947b 100644 --- a/bucket/hugo.json +++ b/bucket/hugo.json @@ -1,16 +1,16 @@ { - "version": "0.133.0", + "version": "0.133.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.133.0/hugo_0.133.0_windows-amd64.zip", - "hash": "b643f3d6cf7e1f5bb27b9aad2bb8811cfa95afa9204d46d9289521eeee25de21" + "url": "https://github.com/gohugoio/hugo/releases/download/v0.133.1/hugo_0.133.1_windows-amd64.zip", + "hash": "d3087b063791d687bea2647e0142077c985485d21a2b4cdea9f7b9dce0b16c14" }, "arm64": { - "url": "https://github.com/gohugoio/hugo/releases/download/v0.133.0/hugo_0.133.0_windows-arm64.zip", - "hash": "8e6d10ae78a01ecc0f551a92e7e1a0ec1c7a026e705bb0bd7f7617457579f2cd" + "url": "https://github.com/gohugoio/hugo/releases/download/v0.133.1/hugo_0.133.1_windows-arm64.zip", + "hash": "5bf0e01b7f3b6d311622b910c901945d0005d1f484bd2773e5ab88d9635552c1" } }, "bin": "hugo.exe",