Skip to content

Commit eae0b04

Browse files
✋ Bump to Hugo v0.123.5
1 parent 85a4efb commit eae0b04

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

hugo/cli.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
from sys import argv
1515
from sys import platform as sysplatform
1616

17-
HUGO_VERSION = "0.123.4"
17+
HUGO_VERSION = "0.123.5"
1818

1919
FILE_EXT = ".exe" if sysplatform == "win32" else ""
2020

setup.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,17 +13,17 @@
1313
from wheel.bdist_wheel import bdist_wheel, get_platform
1414

1515
# Has to be kept in sync with the version in hugo/cli.py and incantation of setup()
16-
HUGO_VERSION = "0.123.4"
16+
HUGO_VERSION = "0.123.5"
1717
HUGO_RELEASE = (
1818
f"https://github.com/gohugoio/hugo/archive/refs/tags/v{HUGO_VERSION}.tar.gz"
1919
)
2020
# Commit hash for current HUGO_VERSION, needs to be updated when HUGO_VERSION is updated
2121
# Tip: git ls-remote --tags https://github.com/gohugoio/hugo v<HUGO_VERSION>
22-
HUGO_RElEASE_COMMIT_HASH = "21a41003c4633b142ac565c52da22924dc30637a"
22+
HUGO_RElEASE_COMMIT_HASH = "1904ba40e8f6871fc8ece7d276c3499db7dbd3f0"
2323
# The pooch tool will download the tarball into the hugo_cache/ directory.
2424
# We will point the build command to that location to build Hugo from source
2525
HUGO_CACHE_DIR = "hugo_cache"
26-
HUGO_SHA256 = "3e681c0a3f5d1422e7b26cb996ec53f20481ab4bb24eaf9f1ba0cccf5dde20ac"
26+
HUGO_SHA256 = "f39160a2a1bf0fe85b78255d83ed99f36c61d8c62c1e41453c30137d414cb529"
2727
FILE_EXT = ".exe" if sys.platform == "win32" else ""
2828

2929
# The vendor name is used to set the vendorInfo variable in the Hugo binary

0 commit comments

Comments
 (0)