File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1414from sys import argv
1515from sys import platform as sysplatform
1616
17- HUGO_VERSION = "0.123.0 "
17+ HUGO_VERSION = "0.123.1 "
1818
1919FILE_EXT = ".exe" if sysplatform == "win32" else ""
2020
Original file line number Diff line number Diff line change 1313from 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.0 "
16+ HUGO_VERSION = "0.123.1 "
1717HUGO_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 = "3c8a4713908e48e6523f058ca126710397aa4ed5 "
22+ HUGO_RElEASE_COMMIT_HASH = "3f8434a62fc91a50f4e5bd43a4435d2d301844ff "
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
2525HUGO_CACHE_DIR = "hugo_cache"
26- HUGO_SHA256 = "877f4d8246053d6e577fc57d85291c8b1e88635e2711d00ba5708c3782cef89e "
26+ HUGO_SHA256 = "2ef7ced2864abc5449508a260f54aa7deeb59a46b5328c4e2cb6d4dea15a2392 "
2727FILE_EXT = ".exe" if sys .platform == "win32" else ""
2828
2929# The vendor name is used to set the vendorInfo variable in the Hugo binary
You can’t perform that action at this time.
0 commit comments