From 695861ffa3c63a7cd52b45d9dfbca4dab1c02b49 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 31 Aug 2023 08:26:38 +0000 Subject: [PATCH] hugo: Update to version 0.118.0 --- bucket/hugo.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/hugo.json b/bucket/hugo.json index 5acc8e50b1..104009a401 100644 --- a/bucket/hugo.json +++ b/bucket/hugo.json @@ -1,16 +1,16 @@ { - "version": "0.117.0", + "version": "0.118.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.117.0/hugo_0.117.0_windows-amd64.zip", - "hash": "47cd665935c218a8b0061f36c301ad7b3bf87b36dcc43e54b739d606cf23d375" + "url": "https://github.com/gohugoio/hugo/releases/download/v0.118.0/hugo_0.118.0_windows-amd64.zip", + "hash": "a1e5433589bfba96d3b7a46dedfd4fea9156a4873b700ff0330d6b0b6ca2e046" }, "arm64": { - "url": "https://github.com/gohugoio/hugo/releases/download/v0.117.0/hugo_0.117.0_windows-arm64.zip", - "hash": "51c9bddbad405eda6fc6bdc27f62ebe8048c10aee683b32e4c2acfd565c06a7c" + "url": "https://github.com/gohugoio/hugo/releases/download/v0.118.0/hugo_0.118.0_windows-arm64.zip", + "hash": "aced5d007dcb592575a30fc0a2792b163211234156a4855c015ce40962b47f1d" } }, "bin": "hugo.exe",