From 5c7f3177afca3f10ce3f94076c5393c2980c41c4 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 17 Feb 2025 20:28:16 +0000 Subject: [PATCH] hugo: Update to version 0.144.0 --- bucket/hugo.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/hugo.json b/bucket/hugo.json index 0624b6331d..cf03002fea 100644 --- a/bucket/hugo.json +++ b/bucket/hugo.json @@ -1,16 +1,16 @@ { - "version": "0.143.1", + "version": "0.144.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.143.1/hugo_0.143.1_windows-amd64.zip", - "hash": "816a3644c911ecba888215740b6e1f1ec3b18c42b0a3fff6b92ed255befcbf1d" + "url": "https://github.com/gohugoio/hugo/releases/download/v0.144.0/hugo_0.144.0_windows-amd64.zip", + "hash": "b0839adf55c136dd54498401adc8f947e94d21c60afc95b36ae9838e39a8fcb8" }, "arm64": { - "url": "https://github.com/gohugoio/hugo/releases/download/v0.143.1/hugo_0.143.1_windows-arm64.zip", - "hash": "5b75c7d99414839e75270ddfc22c8de80c791123db23c0ebb1951e1fd8dd0ef8" + "url": "https://github.com/gohugoio/hugo/releases/download/v0.144.0/hugo_0.144.0_windows-arm64.zip", + "hash": "1fff21e6da9319a089e5badd82a9b2a2db4ad3bd4ab27aadb7af32833ac09178" } }, "bin": "hugo.exe",