From f36b72310b52234846ec14acbba39afda0ac547b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 7 Aug 2023 16:27:49 +0000 Subject: [PATCH] hugo: Update to version 0.117.0 --- bucket/hugo.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/hugo.json b/bucket/hugo.json index ebe4f740a7..5acc8e50b1 100644 --- a/bucket/hugo.json +++ b/bucket/hugo.json @@ -1,16 +1,16 @@ { - "version": "0.116.1", + "version": "0.117.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.116.1/hugo_0.116.1_windows-amd64.zip", - "hash": "d4d6c03fc7176396dd04bbd61bec6bbd916e8a5f715eba7f140a75887da3b7e5" + "url": "https://github.com/gohugoio/hugo/releases/download/v0.117.0/hugo_0.117.0_windows-amd64.zip", + "hash": "47cd665935c218a8b0061f36c301ad7b3bf87b36dcc43e54b739d606cf23d375" }, "arm64": { - "url": "https://github.com/gohugoio/hugo/releases/download/v0.116.1/hugo_0.116.1_windows-arm64.zip", - "hash": "05c7f974ef1291673cb83dc0ebc520bc27b8df22f040bda03c370fa9ad8d85ac" + "url": "https://github.com/gohugoio/hugo/releases/download/v0.117.0/hugo_0.117.0_windows-arm64.zip", + "hash": "51c9bddbad405eda6fc6bdc27f62ebe8048c10aee683b32e4c2acfd565c06a7c" } }, "bin": "hugo.exe",