From df8d1d6fe8a0b8c545d7b3b5eb38032b760b0b39 Mon Sep 17 00:00:00 2001 From: Leonid Plyushch Date: Wed, 18 Sep 2019 15:27:54 +0300 Subject: [PATCH] debianutils: update to 4.9 --- packages/debianutils/build.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/debianutils/build.sh b/packages/debianutils/build.sh index be9028e2f..ff4153de5 100644 --- a/packages/debianutils/build.sh +++ b/packages/debianutils/build.sh @@ -1,7 +1,7 @@ TERMUX_PKG_HOMEPAGE=https://packages.debian.org/debianutils TERMUX_PKG_DESCRIPTION="Small utilities which are used primarily by the installation scripts of Debian packages" TERMUX_PKG_LICENSE="GPL-2.0" -TERMUX_PKG_VERSION=4.8.6.3 +TERMUX_PKG_VERSION=4.9 TERMUX_PKG_SRCURL=http://ftp.debian.org/debian/pool/main/d/debianutils/debianutils_${TERMUX_PKG_VERSION}.tar.xz -TERMUX_PKG_SHA256=2cc7de3afc6df1cf6d00af9938efac7ee8f739228e548e512ddc186b6a7be221 +TERMUX_PKG_SHA256=20975c5cb8cb305f28c2ac35dd99fd9f594f25b6140b5d478a0a364e9fa8073f TERMUX_PKG_RM_AFTER_INSTALL="bin/installkernel share/man/man8/installkernel.8"