dpkg: update to 1.19.7

This commit is contained in:
Leonid Pliushch 2019-06-08 01:14:16 +03:00
parent b5bcce3035
commit c7c484d015
1 changed files with 2 additions and 2 deletions

View File

@ -1,9 +1,9 @@
TERMUX_PKG_HOMEPAGE=https://packages.debian.org/dpkg
TERMUX_PKG_DESCRIPTION="Debian package management system"
TERMUX_PKG_LICENSE="GPL-2.0"
TERMUX_PKG_VERSION=1.19.6
TERMUX_PKG_VERSION=1.19.7
TERMUX_PKG_SRCURL=https://mirrors.kernel.org/debian/pool/main/d/dpkg/dpkg_${TERMUX_PKG_VERSION}.tar.xz
TERMUX_PKG_SHA256=4eb1a12d1f5bd55478d2eab530dd188733e425f301e3b8c030f645f48ef43768
TERMUX_PKG_SHA256=4c27fededf620c0aa522fff1a48577ba08144445341257502e7730f2b1a296e8
# with the extract.c.patch we remove the -p and --warning=no-timestamp tar options so we can use busybox tar
TERMUX_PKG_DEPENDS="busybox, liblzma, zlib"
TERMUX_PKG_ESSENTIAL=yes