From d8357b5ed223832b88d1563ff284488560dc984c Mon Sep 17 00:00:00 2001 From: Leonid Pliushch Date: Sat, 27 Nov 2021 16:02:45 +0200 Subject: [PATCH] Revert "gitea: update to 1.15.6" Cancel Gitea update for now due to error in one of dependencies, maybe need wait 1.15.7+. github.com/lib/pq # github.com/lib/pq vendor/github.com/lib/pq/user_posix.go:12:6: userCurrent redeclared in this block /home/builder/.termux-build/gitea/build/src/code.gitea.io/gitea/vendor/github.com/lib/pq/user_other.go:7:29: previous declaration code.gitea.io/gitea/modules/public code.gitea.io/gitea/modules/svg make: *** [Makefile:610: gitea] Error 2 This reverts commit 2bcc501646fe8ea5f2064bf465f73cd55f59f607. --- packages/gitea/build.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/gitea/build.sh b/packages/gitea/build.sh index d2b48309f..6db9197a2 100644 --- a/packages/gitea/build.sh +++ b/packages/gitea/build.sh @@ -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 " -TERMUX_PKG_VERSION=1.15.6 +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=41e717f90c6cb82575a7f64e93f537dbbf568e513341a02c7fa4e5442b5d83e6 +TERMUX_PKG_SHA256=6953049817b86dafa3b8327b7a1b463ef7880f617a9574f03a4b4eb1ea4b6c4d TERMUX_PKG_AUTO_UPDATE=true TERMUX_PKG_DEPENDS="dash, git" TERMUX_PKG_CONFFILES="etc/gitea/app.ini"