This is an automated email from the ASF dual-hosted git repository. sebb pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/comdev-site.git
commit f8240062abebfb4d9b50f728a6385ce4df0e2d30 Author: Sebb <[email protected]> AuthorDate: Mon Dec 1 23:21:22 2025 +0000 Update to latest Hugo --- Jenkinsfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index a2e7aa58..84e7ba5f 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -24,8 +24,8 @@ pipeline { environment { DEPLOY_BRANCH = "${env.BRANCH_NAME == "main" ? "asf-site" : "${env.BRANCH_NAME}-staging"}" - HUGO_VERSION = '0.111.3' - HUGO_HASH = 'b382aacb522a470455ab771d0e8296e42488d3ea4e61fe49c11c32ec7fb6ee8b' + HUGO_VERSION = '0.152.2' + HUGO_HASH = '416bcfbdf5f68469ec9644dbe507da50fc21b94b69a125b059d64ed2cb4d8c27' PAGEFIND_VERSION = '1.0.3' PAGEFIND_HASH = 'e84ec7e8cb424022aa70ca14e6735c67c9728596753321dec782a902c3bfe6f0' }
