这是indexloc提供的服务,不要输入任何密码
Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 2 additions & 4 deletions packages/kcptun/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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

}
Loading