gitea: 1.20.5 -> 1.21.0; notice: public asset directory changed, see changelog upstream

This commit is contained in:
Tim Biermann 2023-11-15 06:43:17 +01:00
parent 812f2b884b
commit 237f488104
Signed by: tb
GPG Key ID: 42F8B4E30B673606
3 changed files with 646 additions and 571 deletions

File diff suppressed because it is too large Load Diff

View File

@ -1,6 +1,6 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF330B/LFv3Th/XT0LDejjs9IkpCbkq4ifdZcxb4Y8KZUANlPDzOLSGwZ5lWpCNTlrOqZE5aVdWWAccUVjmve7mQ8=
SHA256 (Pkgfile) = 6f13a2acab18af68471985a39ac4b240738eecb88bf9c39d37537630796b44b3
SHA256 (.footprint) = 9a5d399e08f5c12e95ad82edd60d4f1aee8bae2c761ddb7c4ffea037aed3bd23
SHA256 (gitea-1.20.5.tar.gz) = f8dd8317f39387dcea2452cc6930d9ea2498528f4a76255675f68306d6105416
RWSagIOpLGJF31mglH9e8uMCBzF00UZqabf21KYEL9u9FwzNTr50oQ/taMTPK4b6xjKO3wCXOg/cZDpCX8DicMSHSstuiz3YGww=
SHA256 (Pkgfile) = 111b749393e52b4ace9c49b6da5eacb291a475352767decd76f34cb2314dd6c3
SHA256 (.footprint) = 8e3503a4f5ec8b41255154a0e4adf1936b3f4e6b69cbe1e56bed79c52e0e8049
SHA256 (gitea-1.21.0.tar.gz) = 9ed84d50d89886cdd7dd586128ae63bafd60dfabb4ee99c46a547a2588a80285
SHA256 (gitea.service) = db00bb90bf86796333610fb5416b344aac1427769d01950e19f9747a5017d4b8

View File

@ -2,9 +2,10 @@
# URL: https://gitea.io/
# Maintainer: Tim Biermann, tbier at posteo dot de
# Depends on: git go npm openssh postgresql
# Optional: python3-poetry
name=gitea
version=1.20.5
version=1.21.0
release=1
source=(https://github.com/go-gitea/gitea/archive/v$version/$name-$version.tar.gz
gitea.service)
@ -26,9 +27,11 @@ build() {
export LDFLAGS="$LDFLAGS -X 'code.gitea.io/gitea/modules/setting.CustomConf=/etc/gitea/app.ini'"
export LDFLAGS="$LDFLAGS -X 'code.gitea.io/gitea/modules/setting.StaticRootPath=/usr/share/gitea/'"
export TAGS="bindata pam"
export GITEA_VERSION="$version"
make deps
prt-get isinst python3-poetry && PKGMK_GITEA+=' deps-py'
make $PKGMK_GITEA deps-frontend deps-backend deps-tools
make -j1 EXTRA_GOFLAGS="$GOFLAGS" backend frontend
install -Dm755 $name -t $PKG/usr/bin/