From 3f276d0967edbbb9d2a61788388a23b868866117 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 12 Mar 2023 12:33:42 +0000 Subject: [PATCH] hugo: Update to version 0.111.3 --- bucket/hugo.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/hugo.json b/bucket/hugo.json index 864aca07c6..3c38fb6729 100644 --- a/bucket/hugo.json +++ b/bucket/hugo.json @@ -1,16 +1,16 @@ { - "version": "0.111.2", + "version": "0.111.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.111.2/hugo_0.111.2_windows-amd64.zip", - "hash": "1ffe2e4f5663edcfd4dfac31df4a769c31d902ea2b015e260c31d5b699d2376f" + "url": "https://github.com/gohugoio/hugo/releases/download/v0.111.3/hugo_0.111.3_windows-amd64.zip", + "hash": "0e035f619a59c174a9aa1da3f82c8539df94d0af6d0bddd77af803f26add1933" }, "arm64": { - "url": "https://github.com/gohugoio/hugo/releases/download/v0.111.2/hugo_0.111.2_windows-arm64.zip", - "hash": "ae66bf794a7af7f770749887e8d399d7222718e194b935d432f24c535f37e07a" + "url": "https://github.com/gohugoio/hugo/releases/download/v0.111.3/hugo_0.111.3_windows-arm64.zip", + "hash": "cb745d1e0d38d6c41f5f459b014de0343ee415d202ced6c1e50379ae8ac5a10e" } }, "bin": "hugo.exe",