From d37b2225a252ab2c04b4726024d047cf01ea1318 Mon Sep 17 00:00:00 2001 From: kumaraksh1 <112485097+kumaraksh1@users.noreply.github.com> Date: Thu, 25 Apr 2024 00:21:23 +0530 Subject: [PATCH] Update Hugo package version (#2409) * Update Hugo package version * update hugo * update hugo package version --- build/__hugoConstants.sh | 2 +- build/constants.yaml | 2 +- src/BuildScriptGenerator/Hugo/HugoConstants.cs | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/build/__hugoConstants.sh b/build/__hugoConstants.sh index 39409b63da..09d5c43396 100644 --- a/build/__hugoConstants.sh +++ b/build/__hugoConstants.sh @@ -1,6 +1,6 @@ # This file was auto-generated from 'constants.yaml'. Changes may be overridden. -VERSION='0.112.5' +VERSION='0.124.1' PLATFORM_NAME='hugo' INSTALLED_HUGO_VERSIONS_DIR='/opt/hugo' INSTALLATION_URL_FORMAT='https://github.com/gohugoio/hugo/releases/download/v#VERSION#/#TAR_FILE#' diff --git a/build/constants.yaml b/build/constants.yaml index ee96403030..a74cae08b5 100644 --- a/build/constants.yaml +++ b/build/constants.yaml @@ -401,7 +401,7 @@ directory: src/startupscriptgenerator/src/common/consts - name: hugo-constants constants: - version: 0.112.5 + version: 0.124.1 platform-name: hugo installed-hugo-versions-dir: /opt/hugo installation-url-format: https://github.com/gohugoio/hugo/releases/download/v#VERSION#/#TAR_FILE# diff --git a/src/BuildScriptGenerator/Hugo/HugoConstants.cs b/src/BuildScriptGenerator/Hugo/HugoConstants.cs index c4ed90be09..c6b2408820 100644 --- a/src/BuildScriptGenerator/Hugo/HugoConstants.cs +++ b/src/BuildScriptGenerator/Hugo/HugoConstants.cs @@ -6,7 +6,7 @@ namespace Microsoft.Oryx.BuildScriptGenerator.Hugo { public static class HugoConstants { - public const string Version = "0.112.5"; + public const string Version = "0.124.1"; public const string PlatformName = "hugo"; public const string InstalledHugoVersionsDir = "/opt/hugo"; public const string InstallationUrlFormat = "https://github.com/gohugoio/hugo/releases/download/v#VERSION#/#TAR_FILE#";