From f258f54f099b81fd4283b274a747adad7f795fb8 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 6 Nov 2024 12:31:48 +0000 Subject: [PATCH] hugo: Update to version 0.138.0 --- bucket/hugo.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/hugo.json b/bucket/hugo.json index ed73189958..7967b9d9cd 100644 --- a/bucket/hugo.json +++ b/bucket/hugo.json @@ -1,16 +1,16 @@ { - "version": "0.137.1", + "version": "0.138.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.137.1/hugo_0.137.1_windows-amd64.zip", - "hash": "acac583c06c76f7ba733d6abb5bc06993907d732a98c56d63f3a10bfe3a92026" + "url": "https://github.com/gohugoio/hugo/releases/download/v0.138.0/hugo_0.138.0_windows-amd64.zip", + "hash": "3b64f580f3fa8a441d9a33dc48ae0a6d5603aa3ca3152d97f717b9d1bdf86f81" }, "arm64": { - "url": "https://github.com/gohugoio/hugo/releases/download/v0.137.1/hugo_0.137.1_windows-arm64.zip", - "hash": "1c7a7a847a8568e7156308bc7705f211d79311ea404f0d75ddba2c7b9453b99d" + "url": "https://github.com/gohugoio/hugo/releases/download/v0.138.0/hugo_0.138.0_windows-arm64.zip", + "hash": "cd3c6d9f102268cc34eae107d423ff92759d85c783ab453132a842378b9ffcfa" } }, "bin": "hugo.exe",