From 9840ef404e26b83fc183a72112b61c3ff357ac92 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 30 Oct 2023 16:27:30 +0000 Subject: [PATCH] hugo: Update to version 0.120.0 --- bucket/hugo.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/hugo.json b/bucket/hugo.json index 2c23427e75..ab72cc431d 100644 --- a/bucket/hugo.json +++ b/bucket/hugo.json @@ -1,16 +1,16 @@ { - "version": "0.119.0", + "version": "0.120.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.119.0/hugo_0.119.0_windows-amd64.zip", - "hash": "683d2d17f4dabe006a9f29a16959982432630d83591de4ffb372d369992b4ba9" + "url": "https://github.com/gohugoio/hugo/releases/download/v0.120.0/hugo_0.120.0_windows-amd64.zip", + "hash": "2d99cb9b62f9e4d3784948ac8cbe228ecd28f40c3a7e590a98ce15018fe4ea10" }, "arm64": { - "url": "https://github.com/gohugoio/hugo/releases/download/v0.119.0/hugo_0.119.0_windows-arm64.zip", - "hash": "d7f69ed7ac37c48fe48c28d576d352d9874607fcf9211baea505be89c3efa96c" + "url": "https://github.com/gohugoio/hugo/releases/download/v0.120.0/hugo_0.120.0_windows-arm64.zip", + "hash": "435a28eefd823b588b8f915fe325f1da367395aab4fc229fdb8a85db002a653c" } }, "bin": "hugo.exe",