From 171018c884ebfda13ca51978770f67603b0264f2 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 17 Nov 2022 20:28:29 +0000 Subject: [PATCH] hugo: Update to version 0.106.0 --- bucket/hugo.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/hugo.json b/bucket/hugo.json index f332e80338..50906255de 100644 --- a/bucket/hugo.json +++ b/bucket/hugo.json @@ -1,16 +1,16 @@ { - "version": "0.105.0", + "version": "0.106.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.105.0/hugo_0.105.0_windows-amd64.zip", - "hash": "d82360acd0ffb51f0be3087703b60eba03a9a741cabf85fc313587496bb49926" + "url": "https://github.com/gohugoio/hugo/releases/download/v0.106.0/hugo_0.106.0_windows-amd64.zip", + "hash": "b83deb0a819d9a9cf3ecd67ec4bb8b5476cb6a03ef44a41fa4c2bf15b673b264" }, "arm64": { - "url": "https://github.com/gohugoio/hugo/releases/download/v0.105.0/hugo_0.105.0_windows-arm64.zip", - "hash": "80c9e6f2f8edfa7443b9ef1fb478b29425eb666ad961ea1c7957fe2c24e64fc6" + "url": "https://github.com/gohugoio/hugo/releases/download/v0.106.0/hugo_0.106.0_windows-arm64.zip", + "hash": "c6f2b3b834f78291f06d873f4b7eba9d3e2bccc81621e3ac9047a30931f48f0e" } }, "bin": "hugo.exe",