소스 검색

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>
tags/v1.19.0-rc0
silverwind 1 년 전
부모
커밋
ac5b44b2f4
No account linked to committer's email address
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1
    1
      docs/Makefile

+ 1
- 1
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

Loading…
취소
저장