gitea: update to 1.14.3

This commit has been automatically submitted by Github Actions.
This commit is contained in:
Termux Github Actions 2021-06-18 18:13:59 +00:00
parent 5ca2e4d2f0
commit 663b4d1b3d

View File

@ -2,9 +2,9 @@ TERMUX_PKG_HOMEPAGE=https://gitea.io
TERMUX_PKG_DESCRIPTION="Git with a cup of tea, painless self-hosted git service"
TERMUX_PKG_LICENSE="MIT"
TERMUX_PKG_MAINTAINER="Leonid Pliushch <leonid.pliushch@gmail.com>"
TERMUX_PKG_VERSION=1.14.2
TERMUX_PKG_VERSION=1.14.3
TERMUX_PKG_SRCURL=https://github.com/go-gitea/gitea/archive/v$TERMUX_PKG_VERSION.tar.gz
TERMUX_PKG_SHA256=bd5818fc91c1893815bd6bbc04b89655d4e992e52ba0c4e0a945d6004fe445e7
TERMUX_PKG_SHA256=c1571f02c52f3b3fc4ed919289c37eaef325cd255f65566d71c66c3297bae3bc
TERMUX_PKG_DEPENDS="dash, git"
TERMUX_PKG_CONFFILES="etc/gitea/app.ini"