From c8da01e69cfe40144bafde76fea92ff5cba975ac Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 18 Feb 2025 16:30:30 +0000 Subject: [PATCH] hugo: Update to version 0.144.1 --- bucket/hugo.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/hugo.json b/bucket/hugo.json index cf03002fea..1291ce84ec 100644 --- a/bucket/hugo.json +++ b/bucket/hugo.json @@ -1,16 +1,16 @@ { - "version": "0.144.0", + "version": "0.144.1", "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.144.0/hugo_0.144.0_windows-amd64.zip", - "hash": "b0839adf55c136dd54498401adc8f947e94d21c60afc95b36ae9838e39a8fcb8" + "url": "https://github.com/gohugoio/hugo/releases/download/v0.144.1/hugo_0.144.1_windows-amd64.zip", + "hash": "95d4dd60dc76c133f89c67c7f983b4c5d37e7d5a16fb1689cb7f8b1c429a9696" }, "arm64": { - "url": "https://github.com/gohugoio/hugo/releases/download/v0.144.0/hugo_0.144.0_windows-arm64.zip", - "hash": "1fff21e6da9319a089e5badd82a9b2a2db4ad3bd4ab27aadb7af32833ac09178" + "url": "https://github.com/gohugoio/hugo/releases/download/v0.144.1/hugo_0.144.1_windows-arm64.zip", + "hash": "73f27e8cc3a798f6dac7bd5faa9a93407ac3c5d916be71092f0be2ad339a9191" } }, "bin": "hugo.exe",