From fee2f851fd564b59eb8ad2115e4513f1c78d1162 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 2 Nov 2023 00:32:18 +0000 Subject: [PATCH] hugo: Update to version 0.120.3 --- bucket/hugo.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/hugo.json b/bucket/hugo.json index 3157f2f0aa..2d5ec67111 100644 --- a/bucket/hugo.json +++ b/bucket/hugo.json @@ -1,16 +1,16 @@ { - "version": "0.120.2", + "version": "0.120.3", "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.120.2/hugo_0.120.2_windows-amd64.zip", - "hash": "23cb16d4c6e6ecdc9641d4bc4ffd9c6ace34186b7b30643e46b2b97df2954921" + "url": "https://github.com/gohugoio/hugo/releases/download/v0.120.3/hugo_0.120.3_windows-amd64.zip", + "hash": "7c3cccc669d4b53668f3d1115b10e9ac7a7d284a1a927ba76a2a7f3f296c11c7" }, "arm64": { - "url": "https://github.com/gohugoio/hugo/releases/download/v0.120.2/hugo_0.120.2_windows-arm64.zip", - "hash": "1a5ef79d79753d33b563a2352eab9918866572e3781d831d63cf550b6201c055" + "url": "https://github.com/gohugoio/hugo/releases/download/v0.120.3/hugo_0.120.3_windows-arm64.zip", + "hash": "2e12586d509f74150d9fb318a21e79e077447ef6117ac69b7a27830b9dc5e95f" } }, "bin": "hugo.exe",