From 5587fa854fbcda350f26c6633c38702a02cf848c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 27 Sep 2024 16:31:00 +0000 Subject: [PATCH] hugo: Update to version 0.135.0 --- bucket/hugo.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/hugo.json b/bucket/hugo.json index 36d814927e..71ca8e95f5 100644 --- a/bucket/hugo.json +++ b/bucket/hugo.json @@ -1,16 +1,16 @@ { - "version": "0.134.3", + "version": "0.135.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.134.3/hugo_0.134.3_windows-amd64.zip", - "hash": "1eebdb086c12b71fd4c965088fd828560d5c0b089786fdab251ffff472e53698" + "url": "https://github.com/gohugoio/hugo/releases/download/v0.135.0/hugo_0.135.0_windows-amd64.zip", + "hash": "5321edab26bca3913fcece0c614f9ea4ded187155b055c1ff00c5c88c7acd971" }, "arm64": { - "url": "https://github.com/gohugoio/hugo/releases/download/v0.134.3/hugo_0.134.3_windows-arm64.zip", - "hash": "8fa77b1803f22f52a3be600fd04e05d09fb051edb5ec7d4c161d55e5229acc16" + "url": "https://github.com/gohugoio/hugo/releases/download/v0.135.0/hugo_0.135.0_windows-arm64.zip", + "hash": "8f50a7506bbd89e951d20d8b5759a8be43290cb5b8147e5011d0e375fbc306ed" } }, "bin": "hugo.exe",