From ec782d549f21b6f2d60cd3e034e7e21eef52719d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 16 Jun 2022 08:37:25 +0000 Subject: [PATCH] hugo: Update to version 0.101.0 --- bucket/hugo.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/hugo.json b/bucket/hugo.json index 59443633d3..cf638d88e1 100644 --- a/bucket/hugo.json +++ b/bucket/hugo.json @@ -1,16 +1,16 @@ { - "version": "0.100.2", + "version": "0.101.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.100.2/hugo_0.100.2_windows-64bit.zip", - "hash": "ac62a820798dacfc5868d9c244811d89f447e6d055db326491e64a3fb8376586" + "url": "https://github.com/gohugoio/hugo/releases/download/v0.101.0/hugo_0.101.0_windows-64bit.zip", + "hash": "149908ea5eb554d77e4ad53a92d6d712582ebc9bde95ae9fa06f62a7c0b4f0b5" }, "32bit": { - "url": "https://github.com/gohugoio/hugo/releases/download/v0.100.2/hugo_0.100.2_windows-32bit.zip", - "hash": "e5ccab188a6a7cc33a59cde136f710fd66ad181e12baaae1c7af38dc20209280" + "url": "https://github.com/gohugoio/hugo/releases/download/v0.101.0/hugo_0.101.0_windows-32bit.zip", + "hash": "56d47716de0a87aa0d74e11fdc83393124f64bcc745ee1ab8836daa263b9d566" } }, "bin": "hugo.exe",