From 54f80debb63411ff330c313afa5acbe40b001daa Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 22 Jan 2025 16:30:01 +0000 Subject: [PATCH] hugo: Update to version 0.142.0 --- bucket/hugo.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/hugo.json b/bucket/hugo.json index c2ba1d2325..d07af43dd8 100644 --- a/bucket/hugo.json +++ b/bucket/hugo.json @@ -1,16 +1,16 @@ { - "version": "0.141.0", + "version": "0.142.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.141.0/hugo_0.141.0_windows-amd64.zip", - "hash": "bb57cb0b92cc21d25fef1eafa83f197bcaecbb856c4997142596c8014734a6e7" + "url": "https://github.com/gohugoio/hugo/releases/download/v0.142.0/hugo_0.142.0_windows-amd64.zip", + "hash": "b9cabce1d4bb6bfd7126c2f7e3efa0da3c687345264f8eedc382d8b9ad87f640" }, "arm64": { - "url": "https://github.com/gohugoio/hugo/releases/download/v0.141.0/hugo_0.141.0_windows-arm64.zip", - "hash": "cb7faf8270bda7dc3cbfef4ce9ac6801966c141f1325874c054d17edc9bb5535" + "url": "https://github.com/gohugoio/hugo/releases/download/v0.142.0/hugo_0.142.0_windows-arm64.zip", + "hash": "c69a884492ba9f120a32e9906c4e2fdd30243eb99afc7000d887d2ee6b673dc4" } }, "bin": "hugo.exe",