From b00c0b0e8700ba80fea960802497a30939ca9072 Mon Sep 17 00:00:00 2001 From: termux-pacman-bot Date: Mon, 22 Dec 2025 10:41:48 +0000 Subject: [PATCH] fixup(main/gitea): add to big-pkgs.list Out of storage when building for aarch64 and x86_64 in previous CI. So revbump as well to force a rebuild --- packages/gitea/build.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/gitea/build.sh b/packages/gitea/build.sh index c1523bf4f5..189d613443 100644 --- a/packages/gitea/build.sh +++ b/packages/gitea/build.sh @@ -3,6 +3,7 @@ TERMUX_PKG_DESCRIPTION="Git with a cup of tea, painless self-hosted git service" TERMUX_PKG_LICENSE="MIT" TERMUX_PKG_MAINTAINER="@termux" TERMUX_PKG_VERSION="1.25.3" +TERMUX_PKG_REVISION=1 TERMUX_PKG_SRCURL=https://github.com/go-gitea/gitea/archive/v$TERMUX_PKG_VERSION.tar.gz TERMUX_PKG_SHA256=c5697b0eabd9b2a648f5316cb5577c06aae771f167f73f35df426436b37754aa TERMUX_PKG_AUTO_UPDATE=true