From 87f56fcd690e88c3970c8169c4d9894c7d5a4f04 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 19 Jun 2026 10:55:47 +0000 Subject: [PATCH] Upgraded Hugo version to 0.163.3 --- 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 5d2630a1b..a25de3339 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.163.2/hugo_0.163.2_Linux-64bit.tar.gz -O hugo.tar.gz - echo "eae3a1b94930de1f1dcb89fd5e885c33bba7fda1bae93412999956c945f9d5b0 hugo.tar.gz" | sha256sum -c +wget https://github.com/gohugoio/hugo/releases/download/v0.163.3/hugo_0.163.3_Linux-64bit.tar.gz -O hugo.tar.gz + echo "ec422258f9a4ffc241de8707297e32311cd86fcc9b2813632617ff4d44935d91 hugo.tar.gz" | sha256sum -c if [ $? -eq 1 ]; then exit 2 fi