Skip to content

Commit ba08e3a

Browse files
💞 Bump to Hugo 0.125.0
1 parent 78ddaa3 commit ba08e3a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

setup.py

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

16-
HUGO_VERSION = "0.124.1"
16+
HUGO_VERSION = "0.125.0"
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 = "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
2525
HUGO_CACHE_DIR = "hugo_cache"
26-
HUGO_SHA256 = "0beb0436f6bd90abb425523229a37f1d31e2e9c7ba9fac4556a72aab3b11bfef"
26+
HUGO_SHA256 = "035535de873ce70da5bb39872a860b42134364b3a6a95f075cbc07e96b7ef127"
2727
FILE_EXT = (
2828
".exe" if (sys.platform == "win32" or os.environ.get("GOOS") == "windows") else ""
2929
)

0 commit comments

Comments
 (0)