From 72493a7ae00278faacb6d52f2fc4e11d51dfb9b4 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 18 Jan 2026 00:23:47 +0000 Subject: [PATCH] Upgraded Hugo version to 0.154.5 --- 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 2bbf887a3..f20fdcb83 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.154.4/hugo_0.154.4_Linux-64bit.tar.gz -O hugo.tar.gz - echo "5e89a251fdd60b53ae11774650678fbc29547b1088a50289da2cd459d04aee00 hugo.tar.gz" | sha256sum -c +wget https://github.com/gohugoio/hugo/releases/download/v0.154.5/hugo_0.154.5_Linux-64bit.tar.gz -O hugo.tar.gz + echo "99b2f2f3db3e65bbbdb5840bc5158e271975b17d152904bb750ebae3c2a2aecc hugo.tar.gz" | sha256sum -c if [ $? -eq 1 ]; then exit 2 fi