From c5fb7d5108b7685080f5e0f7f863cdbc5910d32e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 16 Aug 2026 00:13:14 +0000 Subject: [PATCH] Upgraded Hugo version to 0.165.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 503c98221..240f7259f 100644 --- a/generator/build/install_hugo.sh +++ b/generator/build/install_hugo.sh @@ -1,7 +1,7 @@ #!/bin/bash -wget -nv https://github.com/gohugoio/hugo/releases/download/v0.164.0/hugo_0.164.0_Linux-64bit.tar.gz -O hugo.tar.gz - echo "d9c8b17285ea4ec004d9f814273ea910f2051ce02c284993fd1f91ba455ae50d hugo.tar.gz" | sha256sum -c +wget -nv https://github.com/gohugoio/hugo/releases/download/v0.165.0/hugo_0.165.0_Linux-64bit.tar.gz -O hugo.tar.gz + echo "5c3a37a5450b3e386e5b75a87a790fea2d04a796d75e171216c80ef48a32b432 hugo.tar.gz" | sha256sum -c if [ $? -eq 1 ]; then exit 2 fi