File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1313from setuptools .command .build_py import build_py
1414from wheel .bdist_wheel import bdist_wheel
1515
16- HUGO_VERSION = "0.124.1 "
16+ HUGO_VERSION = "0.125.0 "
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 = "db083b05f16c945fec04f745f0ca8640560cf1ec "
22+ HUGO_RELEASE_COMMIT_HASH = "a32400b5f4e704daf7de19f44584baf77a4501ab "
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 = "0beb0436f6bd90abb425523229a37f1d31e2e9c7ba9fac4556a72aab3b11bfef "
26+ HUGO_SHA256 = "035535de873ce70da5bb39872a860b42134364b3a6a95f075cbc07e96b7ef127 "
2727FILE_EXT = (
2828 ".exe" if (sys .platform == "win32" or os .environ .get ("GOOS" ) == "windows" ) else ""
2929)
You can’t perform that action at this time.
0 commit comments