From 1bbc710a923bdf1ec7b140ab1a8a5efdc4f3321a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 2 Mar 2023 00:35:49 +0000 Subject: [PATCH] hugo: Update to version 0.111.0 --- bucket/hugo.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/hugo.json b/bucket/hugo.json index a42d7704a8..f2b6ee268d 100644 --- a/bucket/hugo.json +++ b/bucket/hugo.json @@ -1,16 +1,16 @@ { - "version": "0.110.0", + "version": "0.111.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.110.0/hugo_0.110.0_windows-amd64.zip", - "hash": "1bc605c3d46aa869ca8cede33b8428f5304d011307ad08a27c1a7ec75d3ac682" + "url": "https://github.com/gohugoio/hugo/releases/download/v0.111.0/hugo_0.111.0_windows-amd64.zip", + "hash": "dc0bb98bac7fcdd313a256c8073c567f838ac220af538504478f1b514b7be466" }, "arm64": { - "url": "https://github.com/gohugoio/hugo/releases/download/v0.110.0/hugo_0.110.0_windows-arm64.zip", - "hash": "6391f8060732f2def24eac51bca298bcf4f10b6af95d49a8fb323cfdd909e84f" + "url": "https://github.com/gohugoio/hugo/releases/download/v0.111.0/hugo_0.111.0_windows-arm64.zip", + "hash": "33b0252e1e4374634724faa5c5f5c960058487cc685418b1a2b1e92f456bcc3c" } }, "bin": "hugo.exe",