From a4d503fd98398954ff54f8ad1077093391f5b2b2 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 22 Mar 2026 00:28:15 +0000 Subject: [PATCH] Upgraded Hugo version to 0.158.0 --- 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 b8c53f944..1d03f9ae5 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.157.0/hugo_0.157.0_Linux-64bit.tar.gz -O hugo.tar.gz - echo "78e0a49ec4fb32bfac70a06028297f79b3273fb7e2475eb7ffa1bc208f4c2552 hugo.tar.gz" | sha256sum -c +wget https://github.com/gohugoio/hugo/releases/download/v0.158.0/hugo_0.158.0_Linux-64bit.tar.gz -O hugo.tar.gz + echo "d0d8f0735dccef76e900719a70102f269c418e010a02e3e0f9e206a208346e2f hugo.tar.gz" | sha256sum -c if [ $? -eq 1 ]; then exit 2 fi