From 56eab2f8cbcfa96caeb82c848a5b84f6792299c0 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 5 Jan 2024 16:26:26 +0000 Subject: [PATCH] hugo: Update to version 0.121.2 --- bucket/hugo.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/hugo.json b/bucket/hugo.json index b8c348cb6d..2c1d7174ed 100644 --- a/bucket/hugo.json +++ b/bucket/hugo.json @@ -1,16 +1,16 @@ { - "version": "0.121.1", + "version": "0.121.2", "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.121.1/hugo_0.121.1_windows-amd64.zip", - "hash": "00a711292bbd0701a082cfa6188a5db51018fe787a56386d174e0e22c06cbcab" + "url": "https://github.com/gohugoio/hugo/releases/download/v0.121.2/hugo_0.121.2_windows-amd64.zip", + "hash": "7dc8b50657563250a76287b48d389d53a164034cfcad17a24110ffdebcbf8151" }, "arm64": { - "url": "https://github.com/gohugoio/hugo/releases/download/v0.121.1/hugo_0.121.1_windows-arm64.zip", - "hash": "47bcd698f9f957b9c5195e1e62c6db7302f9822a91aacb2948a06bba337765cf" + "url": "https://github.com/gohugoio/hugo/releases/download/v0.121.2/hugo_0.121.2_windows-arm64.zip", + "hash": "f2ae56555c62c61fdf5b1242d763d564d36f38a05e43a01c8df7595a171bfbce" } }, "bin": "hugo.exe",