From 065a9dd6dc3e35b4add3774139721dda8faece03 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 1 Mar 2024 20:24:27 +0000 Subject: [PATCH] hugo: Update to version 0.123.7 --- bucket/hugo.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/hugo.json b/bucket/hugo.json index 0e98b9e251..7f89b3b38e 100644 --- a/bucket/hugo.json +++ b/bucket/hugo.json @@ -1,16 +1,16 @@ { - "version": "0.123.6", + "version": "0.123.7", "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.123.6/hugo_0.123.6_windows-amd64.zip", - "hash": "9a66f6c67abe6d75eefacfab2c2eaf412db8e8fb2ab2b13afba6b6516517a480" + "url": "https://github.com/gohugoio/hugo/releases/download/v0.123.7/hugo_0.123.7_windows-amd64.zip", + "hash": "eaf2e462a276cdf4f75743c7893054bf53276867c2a2993df062d0cf45d7f875" }, "arm64": { - "url": "https://github.com/gohugoio/hugo/releases/download/v0.123.6/hugo_0.123.6_windows-arm64.zip", - "hash": "b2e903011b3bb3ad842748f94e9c877669ca5b5fc959d57facf8d22de80c6426" + "url": "https://github.com/gohugoio/hugo/releases/download/v0.123.7/hugo_0.123.7_windows-arm64.zip", + "hash": "de168f13aef56dd0a24673d891d8ca3948ec54de8e9f77e5ccc686e77b70f1d1" } }, "bin": "hugo.exe",