From 95022a3c7d7914cc8c4d0537b3f7a16cedb56b17 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 8 Jul 2023 20:25:59 +0000 Subject: [PATCH] hugo: Update to version 0.115.2 --- bucket/hugo.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/hugo.json b/bucket/hugo.json index 935abc33ef..1d59b4a859 100644 --- a/bucket/hugo.json +++ b/bucket/hugo.json @@ -1,16 +1,16 @@ { - "version": "0.115.1", + "version": "0.115.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.115.1/hugo_0.115.1_windows-amd64.zip", - "hash": "972c4ccddf6196c77a0aaeba808fe081342b210c2ade1baac34e7e795e9cc5fc" + "url": "https://github.com/gohugoio/hugo/releases/download/v0.115.2/hugo_0.115.2_windows-amd64.zip", + "hash": "b1e1ce7583b7bea94a39bfbbb083d21c980a2bcddbbb3fb53d0c65904ab27887" }, "arm64": { - "url": "https://github.com/gohugoio/hugo/releases/download/v0.115.1/hugo_0.115.1_windows-arm64.zip", - "hash": "ec5385e0d2f87106f8f77e260d6de11fe131aa341e642205ecedd5962f734548" + "url": "https://github.com/gohugoio/hugo/releases/download/v0.115.2/hugo_0.115.2_windows-arm64.zip", + "hash": "62aabfd20290871b67e2d0fa90b35f61e0e6efc903e69773c04e4a1872bbe3e2" } }, "bin": "hugo.exe",