bump(main/kcptun): 20251113

Signed-off-by: Aditya Alok <alok@termux.dev>
This commit is contained in:
termux-pacman-bot
2025-11-16 06:43:26 +00:00
parent a38c9d3aee
commit 07b00ea618

View File

@@ -2,10 +2,9 @@ TERMUX_PKG_HOMEPAGE=https://github.com/xtaci/kcptun
TERMUX_PKG_DESCRIPTION="A Stable & Secure Tunnel based on KCP with N:M multiplexing and FEC"
TERMUX_PKG_LICENSE="MIT"
TERMUX_PKG_MAINTAINER="@termux"
TERMUX_PKG_VERSION="20250730"
TERMUX_PKG_REVISION=1
TERMUX_PKG_VERSION="20251113"
TERMUX_PKG_SRCURL=https://github.com/xtaci/kcptun/archive/refs/tags/v${TERMUX_PKG_VERSION}.tar.gz
TERMUX_PKG_SHA256=5d418e87ff41be3cc19cac4514dda8697af8de6b68089eb7e46817a0963619b7
TERMUX_PKG_SHA256=38289a061babf4597cbf7c0c503d9304e01a09b3fefcf927ff8fd4d04bc57e32
TERMUX_PKG_REPLACES="kcptun-client, kcptun-server"
TERMUX_PKG_BREAKS="kcptun-client, kcptun-server"
TERMUX_PKG_BUILD_IN_SRC=true
@@ -23,5 +22,4 @@ termux_step_make() {
termux_step_make_install() {
install -Dm700 -t "${TERMUX_PREFIX}"/bin kcptun-client
install -Dm700 -t "${TERMUX_PREFIX}"/bin kcptun-server
}