From 63b13350a42ca25894920a6845af17ab9ddfa221 Mon Sep 17 00:00:00 2001 From: Piraty Date: Tue, 1 Oct 2019 23:36:54 +0200 Subject: [PATCH] apt: update to 1.8.4. --- srcpkgs/apt/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/apt/template b/srcpkgs/apt/template index cbb652c1e91..49a8e087855 100644 --- a/srcpkgs/apt/template +++ b/srcpkgs/apt/template @@ -1,6 +1,6 @@ # Template file for 'apt' pkgname=apt -version=1.8.2 +version=1.8.4 revision=1 build_style=cmake configure_args="-DDPKG_DATADIR=/usr/share/dpkg -DCURRENT_VENDOR=debian @@ -13,7 +13,7 @@ maintainer="Elie ROUDNINSKI " license="GPL-2.0-or-later" homepage="https://salsa.debian.org/apt-team/apt" distfiles="https://github.com/Debian/apt/archive/${version}.tar.gz" -checksum=6ff2ede3ffc707ae51c80e5026199816ce7baab038e55aa96aa7eabe0e910bb6 +checksum=41fcd2f1825405c6f0333b5e47eadf13bd9b3ca20d3b7abc26680683198d8ec8 case "$XBPS_TARGET_MACHINE" in *-musl) broken="error: void value not ignored as it ought to be" ;;