Skip to content

Commit

Permalink
Update Hugo package version (#2409)
Browse files Browse the repository at this point in the history
* Update Hugo package version

* update hugo

* update hugo package version
  • Loading branch information
kumaraksh1 committed Apr 24, 2024
1 parent 75798d1 commit d37b222
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build/__hugoConstants.sh
Original file line number Diff line number Diff line change
@@ -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#'
Expand Down
2 changes: 1 addition & 1 deletion build/constants.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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#
Expand Down
2 changes: 1 addition & 1 deletion src/BuildScriptGenerator/Hugo/HugoConstants.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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#";
Expand Down

0 comments on commit d37b222

Please sign in to comment.