From 1a41500cb0199c6e450973c3d7b663306e9d9ea2 Mon Sep 17 00:00:00 2001 From: Leonid Plyushch Date: Thu, 19 Sep 2019 15:58:47 +0300 Subject: [PATCH] ethtool: update to 5.2 --- root-packages/ethtool/build.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/root-packages/ethtool/build.sh b/root-packages/ethtool/build.sh index 04ca5ab43..4cf173968 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.1 +TERMUX_PKG_VERSION=5.2 TERMUX_PKG_SRCURL=https://mirrors.edge.kernel.org/pub/software/network/ethtool/ethtool-${TERMUX_PKG_VERSION}.tar.xz -TERMUX_PKG_SHA256=65feac1fec6565290b7784b2efc925dee900a9b11202ce7c6c30a967c3da3387 -TERMUX_PKG_DEPENDS="libnl" +TERMUX_PKG_SHA256=665fd70841860d6cb974387e3ab97e0dde7745f95cb3ef35b98ef9aace137805 +TERMUX_PKG_DEPENDS="libnl" TERMUX_PKG_BUILD_IN_SRC=true