From b93c38c7d36b6bc4bd23d898a93eca5994340e0f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 24 May 2023 12:30:47 +0000 Subject: [PATCH] hugo: Update to version 0.112.2 --- bucket/hugo.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/hugo.json b/bucket/hugo.json index f0bf48e50e..a1688156a7 100644 --- a/bucket/hugo.json +++ b/bucket/hugo.json @@ -1,16 +1,16 @@ { - "version": "0.112.1", + "version": "0.112.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.112.1/hugo_0.112.1_windows-amd64.zip", - "hash": "67d155c4fdf71d79f5f7a619019ad86f55f0af2d5bf4f1ab9ceabc8d1c9d839c" + "url": "https://github.com/gohugoio/hugo/releases/download/v0.112.2/hugo_0.112.2_windows-amd64.zip", + "hash": "57805771bf0851564f205b4b523d8e3795c30ddb8d4d7cec1a8cfc4dfb67a78a" }, "arm64": { - "url": "https://github.com/gohugoio/hugo/releases/download/v0.112.1/hugo_0.112.1_windows-arm64.zip", - "hash": "a6d9e3896b4f6da273bd7c0bb5c32f5f17adba854099317ecf38cf84e5243336" + "url": "https://github.com/gohugoio/hugo/releases/download/v0.112.2/hugo_0.112.2_windows-arm64.zip", + "hash": "a35b92f90a36feea8e346c7d42e4330e31595d5ba68c6a63971eff76b8d21e95" } }, "bin": "hugo.exe",