gitea: update to 1.14.5

This commit has been automatically submitted by Github Actions.
This commit is contained in:
Termux Github Actions 2021-07-16 12:14:11 +00:00
parent f27e51bdf9
commit 3d429548f8
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.4
TERMUX_PKG_VERSION=1.14.5
TERMUX_PKG_SRCURL=https://github.com/go-gitea/gitea/archive/v$TERMUX_PKG_VERSION.tar.gz
TERMUX_PKG_SHA256=3c78aea892decffacf845b4b1e89ce3b4080a8a0ef31c45f231316a3e892b7c9
TERMUX_PKG_SHA256=609b063585ced0c8d44f083495caa9b926f26a390c781250113f42425c24fe20
TERMUX_PKG_DEPENDS="dash, git"
TERMUX_PKG_CONFFILES="etc/gitea/app.ini"