From dbf949d460f36a257d5b7ef5181dced01f786285 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 2 Mar 2023 12:32:44 +0000 Subject: [PATCH] hugo: Update to version 0.111.1 --- bucket/hugo.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/hugo.json b/bucket/hugo.json index f2b6ee268d..8714e2dbc2 100644 --- a/bucket/hugo.json +++ b/bucket/hugo.json @@ -1,16 +1,16 @@ { - "version": "0.111.0", + "version": "0.111.1", "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.111.0/hugo_0.111.0_windows-amd64.zip", - "hash": "dc0bb98bac7fcdd313a256c8073c567f838ac220af538504478f1b514b7be466" + "url": "https://github.com/gohugoio/hugo/releases/download/v0.111.1/hugo_0.111.1_windows-amd64.zip", + "hash": "d510b0adafa84f81e66392aaa8bb47376c463fe4d92de8fb144374289824ad08" }, "arm64": { - "url": "https://github.com/gohugoio/hugo/releases/download/v0.111.0/hugo_0.111.0_windows-arm64.zip", - "hash": "33b0252e1e4374634724faa5c5f5c960058487cc685418b1a2b1e92f456bcc3c" + "url": "https://github.com/gohugoio/hugo/releases/download/v0.111.1/hugo_0.111.1_windows-arm64.zip", + "hash": "03aefb8d0906d4c8aa25688d51e2ae766fbdfe123805d9058249b700f326df04" } }, "bin": "hugo.exe",