vtm: Bump to 0.9.8m

This commit is contained in:
Tee KOBAYASHI 2023-01-15 11:10:46 +09:00 committed by xtkoba
parent 98f2ec2c32
commit 37f75f554a
2 changed files with 2 additions and 9 deletions

View File

@ -3,9 +3,9 @@ TERMUX_PKG_DESCRIPTION="Terminal multiplexer with TUI window manager and multi-p
TERMUX_PKG_LICENSE="MIT"
TERMUX_PKG_LICENSE_FILE="../LICENSE"
TERMUX_PKG_MAINTAINER="@termux"
TERMUX_PKG_VERSION="0.9.8l"
TERMUX_PKG_VERSION="0.9.8m"
TERMUX_PKG_SRCURL=https://github.com/netxs-group/vtm/archive/refs/tags/v${TERMUX_PKG_VERSION}.tar.gz
TERMUX_PKG_SHA256=4c55e2091c2c8522718061e9ce10a9a73fa515dbb16eec425d82ab350e92b318
TERMUX_PKG_SHA256=7cf1ab5631759de01c6a29a96f8985cddc6ac2a51971442e229e25f7d8bb462b
TERMUX_PKG_DEPENDS="libandroid-spawn, libc++"
TERMUX_PKG_BUILD_IN_SRC=true
TERMUX_PKG_AUTO_UPDATE=true

View File

@ -10,10 +10,3 @@ diff -uNr vtm-0.8.0/src/netxs/os/system.hpp vtm-0.8.0.mod/src/netxs/os/system.hp
auto size = socklen_t{ sizeof(cred) };
#else
auto size = unsigned{ sizeof(cred) };
@@ -4350,4 +4350,4 @@
}
}
-#endif // NETXS_SYSTEM_HPP
\ No newline at end of file
+#endif // NETXS_SYSTEM_HPP