diff --git a/root-packages/hw-probe/build.sh b/root-packages/hw-probe/build.sh index 631071e07..a02651074 100644 --- a/root-packages/hw-probe/build.sh +++ b/root-packages/hw-probe/build.sh @@ -2,10 +2,9 @@ TERMUX_PKG_HOMEPAGE=https://github.com/linuxhw/hw-probe TERMUX_PKG_DESCRIPTION="Tool to probe for hardware and check its operability" TERMUX_PKG_LICENSE="GPL-2.0" TERMUX_PKG_MAINTAINER="@termux" -TERMUX_PKG_VERSION=1.5 -TERMUX_PKG_REVISION=1 +TERMUX_PKG_VERSION=1.6 TERMUX_PKG_SRCURL=https://github.com/linuxhw/hw-probe/archive/$TERMUX_PKG_VERSION.tar.gz -TERMUX_PKG_SHA256=8bb7d6ff272c1412e26fcfd86e9df5c3e34e1584552404b930c281b8498b25ea +TERMUX_PKG_SHA256=de048be6aef357d3142c9e2327d6f79d205a42aa3396ad381ed319115d1c9a22 TERMUX_PKG_DEPENDS="curl, hwinfo, net-tools, perl" TERMUX_PKG_PLATFORM_INDEPENDENT=true TERMUX_PKG_BUILD_IN_SRC=true