From e8404e24e4d5ce768c260403b1b363bf2ffc0c14 Mon Sep 17 00:00:00 2001 From: Auxilus Date: Tue, 12 Sep 2017 23:34:26 +0530 Subject: [PATCH] Bump version to 4.8.2 --- 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 94e063a3a..b15891534 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_VERSION=4.8.1.1 +TERMUX_PKG_VERSION=4.8.2 TERMUX_PKG_SRCURL=http://ftp.debian.org/debian/pool/main/d/debianutils/debianutils_${TERMUX_PKG_VERSION}.tar.xz -TERMUX_PKG_SHA256=06446cd4c0d309fd31a0682c5c2f07f7613fb867f769414b9cc51f155ad73172 +TERMUX_PKG_SHA256=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 TERMUX_PKG_RM_AFTER_INSTALL="bin/installkernel share/man/man8/installkernel.8" TERMUX_PKG_FOLDERNAME=debianutils-$TERMUX_PKG_VERSION