gitea: update to 1.13.2

This commit has been automatically submitted by Github Actions.
This commit is contained in:
Termux Github Actions 2021-02-02 00:44:50 +00:00
parent 0729cb17ab
commit 29fa2b568a
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.13.1
TERMUX_PKG_VERSION=1.13.2
TERMUX_PKG_SRCURL=https://github.com/go-gitea/gitea/archive/v$TERMUX_PKG_VERSION.tar.gz
TERMUX_PKG_SHA256=c7fa1eb46b3e639179cd7d46d919bac5717a56431f838cb5d1844b56d4208e99
TERMUX_PKG_SHA256=63d9ffcc40ca7bf2dcd544eaa01f66ec2f8f0e77b271ee373ebf1ffd60d7a26e
TERMUX_PKG_DEPENDS="dash, git"
TERMUX_PKG_CONFFILES="etc/gitea/app.ini"