diff options
author | silverwind <me@silverwind.io> | 2022-12-22 12:29:33 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-12-22 19:29:33 +0800 |
commit | ac5b44b2f40a8d427805470f334b2c87bc4fdd32 (patch) | |
tree | e54866bf3d0a955dc381bf619a4a5a979a293af5 | |
parent | 6037043adf23dcd87a77c2d0855e2d902e2bacc7 (diff) | |
download | gitea-ac5b44b2f40a8d427805470f334b2c87bc4fdd32.tar.gz gitea-ac5b44b2f40a8d427805470f334b2c87bc4fdd32.zip |
Upgrade hugo to 0.82 (#22209)
See
https://github.com/go-gitea/gitea/pull/22206#issuecomment-1362523796.
Apparently hugo 0.81.0 is a broken release in regards to checksums.
https://github.com/gohugoio/hugo/releases/tag/v0.82.0
Co-authored-by: Lauris BH <lauris@nix.lv>
-rw-r--r-- | docs/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/Makefile b/docs/Makefile index fcc932c07d..f47ad4de3c 100644 --- a/docs/Makefile +++ b/docs/Makefile @@ -2,7 +2,7 @@ THEME := themes/gitea PUBLIC := public ARCHIVE := https://dl.gitea.io/theme/master.tar.gz -HUGO_PACKAGE := github.com/gohugoio/hugo@v0.81.0 +HUGO_PACKAGE := github.com/gohugoio/hugo@v0.82.0 .PHONY: all all: build |