diff --git a/root-packages/ethtool/build.sh b/root-packages/ethtool/build.sh index 8b5923f27..2e1da8574 100644 --- a/root-packages/ethtool/build.sh +++ b/root-packages/ethtool/build.sh @@ -2,8 +2,8 @@ TERMUX_PKG_HOMEPAGE=https://mirrors.edge.kernel.org/pub/software/network/ethtool TERMUX_PKG_DESCRIPTION="standard Linux utility for controlling network drivers and hardware, particularly for wired Ethernet devices" TERMUX_PKG_LICENSE="Apache-2.0" TERMUX_PKG_MAINTAINER="Auxilus @Auxilus" -TERMUX_PKG_VERSION=5.3 +TERMUX_PKG_VERSION=5.4 TERMUX_PKG_SRCURL=https://mirrors.edge.kernel.org/pub/software/network/ethtool/ethtool-${TERMUX_PKG_VERSION}.tar.xz -TERMUX_PKG_SHA256=f3dac0dbce7066af05fbe92812cc33a042d03fb00a45bcf9959f20455efe24c4 +TERMUX_PKG_SHA256=22f81e4927d6eb6a13a259d705248a96005fce2005e15257f639f5a1c8c52b6b TERMUX_PKG_DEPENDS="libnl" TERMUX_PKG_BUILD_IN_SRC=true