From c033cd1be66b7022c3909458354d4b1f175b5724 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 26 Oct 2025 00:20:38 +0000 Subject: [PATCH] Upgraded Hugo version to 0.152.2 --- generator/build/install_hugo.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/generator/build/install_hugo.sh b/generator/build/install_hugo.sh index e3737f1b1..e761e9d39 100644 --- a/generator/build/install_hugo.sh +++ b/generator/build/install_hugo.sh @@ -1,7 +1,7 @@ #!/bin/bash -wget https://github.com/gohugoio/hugo/releases/download/v0.151.2/hugo_0.151.2_Linux-64bit.tar.gz -O hugo.tar.gz - echo "834c65d0cc27b5f1da54031e6827642b874ad7d33b72e20fd4c64749e213d593 hugo.tar.gz" | sha256sum -c +wget https://github.com/gohugoio/hugo/releases/download/v0.152.2/hugo_0.152.2_Linux-64bit.tar.gz -O hugo.tar.gz + echo "52b6eda6c00f4449d96f0cbfd7300e834c26179c4fe68e0510ef566db52dba04 hugo.tar.gz" | sha256sum -c if [ $? -eq 1 ]; then exit 2 fi