From babf8c4be2f20a1d4b315563786906ba4bab092c Mon Sep 17 00:00:00 2001 From: Henrik Grimler Date: Sat, 7 Dec 2019 10:42:20 +0100 Subject: [PATCH] iw: update to 5.4 --- root-packages/iw/build.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/root-packages/iw/build.sh b/root-packages/iw/build.sh index 0ed49bd48..aafc5d023 100644 --- a/root-packages/iw/build.sh +++ b/root-packages/iw/build.sh @@ -2,8 +2,8 @@ TERMUX_PKG_HOMEPAGE=https://wireless.wiki.kernel.org/en/users/documentation/iw TERMUX_PKG_DESCRIPTION="CLI configuration utility for wireless devices" TERMUX_PKG_LICENSE="ISC" 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/iw/iw-${TERMUX_PKG_VERSION}.tar.xz -TERMUX_PKG_SHA256=04afe857bc8dea67e461946de30ae1b012954b6965839c5c3fda7d0ed15505d5 +TERMUX_PKG_SHA256=a2469f677088d7b1070a7fbb28f3c747041697e8f6ec70783339cb1bc27a395f TERMUX_PKG_DEPENDS="libnl" TERMUX_PKG_BUILD_IN_SRC=true