gitea: update to 1.14.4

This commit has been automatically submitted by Github Actions.
This commit is contained in:
Termux Github Actions 2021-07-07 00:19:49 +00:00
parent f026a5d0f4
commit 34d59c85fb
1 changed files with 2 additions and 2 deletions

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.3
TERMUX_PKG_VERSION=1.14.4
TERMUX_PKG_SRCURL=https://github.com/go-gitea/gitea/archive/v$TERMUX_PKG_VERSION.tar.gz
TERMUX_PKG_SHA256=c1571f02c52f3b3fc4ed919289c37eaef325cd255f65566d71c66c3297bae3bc
TERMUX_PKG_SHA256=3c78aea892decffacf845b4b1e89ce3b4080a8a0ef31c45f231316a3e892b7c9
TERMUX_PKG_DEPENDS="dash, git"
TERMUX_PKG_CONFFILES="etc/gitea/app.ini"