From 01176517d471544161ed99ac44c35fbd2060bfcc Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 23 May 2023 12:30:10 +0000 Subject: [PATCH] hugo: Update to version 0.112.0 --- bucket/hugo.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/hugo.json b/bucket/hugo.json index 3c38fb6729..d5f535c063 100644 --- a/bucket/hugo.json +++ b/bucket/hugo.json @@ -1,16 +1,16 @@ { - "version": "0.111.3", + "version": "0.112.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.111.3/hugo_0.111.3_windows-amd64.zip", - "hash": "0e035f619a59c174a9aa1da3f82c8539df94d0af6d0bddd77af803f26add1933" + "url": "https://github.com/gohugoio/hugo/releases/download/v0.112.0/hugo_0.112.0_windows-amd64.zip", + "hash": "4ba6084f5f7c533735ec4f6a36b7b693aecf8a4f03d3a71a7e6dfe8200fc2678" }, "arm64": { - "url": "https://github.com/gohugoio/hugo/releases/download/v0.111.3/hugo_0.111.3_windows-arm64.zip", - "hash": "cb745d1e0d38d6c41f5f459b014de0343ee415d202ced6c1e50379ae8ac5a10e" + "url": "https://github.com/gohugoio/hugo/releases/download/v0.112.0/hugo_0.112.0_windows-arm64.zip", + "hash": "08c28ed2cb99d40b883c3683814e95b3874fc91a1525b6ef75204ef6065749ed" } }, "bin": "hugo.exe",