From acb301a1008084f14c80be700d4756baed840b71 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 5 Mar 2023 16:29:40 +0000 Subject: [PATCH] hugo: Update to version 0.111.2 --- bucket/hugo.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/hugo.json b/bucket/hugo.json index 8714e2dbc2..864aca07c6 100644 --- a/bucket/hugo.json +++ b/bucket/hugo.json @@ -1,16 +1,16 @@ { - "version": "0.111.1", + "version": "0.111.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.111.1/hugo_0.111.1_windows-amd64.zip", - "hash": "d510b0adafa84f81e66392aaa8bb47376c463fe4d92de8fb144374289824ad08" + "url": "https://github.com/gohugoio/hugo/releases/download/v0.111.2/hugo_0.111.2_windows-amd64.zip", + "hash": "1ffe2e4f5663edcfd4dfac31df4a769c31d902ea2b015e260c31d5b699d2376f" }, "arm64": { - "url": "https://github.com/gohugoio/hugo/releases/download/v0.111.1/hugo_0.111.1_windows-arm64.zip", - "hash": "03aefb8d0906d4c8aa25688d51e2ae766fbdfe123805d9058249b700f326df04" + "url": "https://github.com/gohugoio/hugo/releases/download/v0.111.2/hugo_0.111.2_windows-arm64.zip", + "hash": "ae66bf794a7af7f770749887e8d399d7222718e194b935d432f24c535f37e07a" } }, "bin": "hugo.exe",