gitea: Disable autoupdate

as a follow-up of commit c31ee772c2.

%ci:no-build
This commit is contained in:
Tee KOBAYASHI 2022-03-01 12:55:59 +09:00 committed by xtkoba
parent 16482d9c2f
commit 5a605cdffe
1 changed files with 2 additions and 1 deletions

View File

@ -5,7 +5,8 @@ TERMUX_PKG_MAINTAINER="@termux"
TERMUX_PKG_VERSION=1.14.6
TERMUX_PKG_SRCURL=https://github.com/go-gitea/gitea/archive/v$TERMUX_PKG_VERSION.tar.gz
TERMUX_PKG_SHA256=6953049817b86dafa3b8327b7a1b463ef7880f617a9574f03a4b4eb1ea4b6c4d
TERMUX_PKG_AUTO_UPDATE=true
# Disable autoupdate until nodejs becomes available in CI.
#TERMUX_PKG_AUTO_UPDATE=true
TERMUX_PKG_DEPENDS="dash, git"
TERMUX_PKG_CONFFILES="etc/gitea/app.ini"