From e3f249f71fb13ffd31ebb8ffaa44f8d2bb8b0b8a Mon Sep 17 00:00:00 2001 From: maxice8 Date: Fri, 8 Mar 2019 10:41:23 -0300 Subject: [PATCH] apt: update to 1.8.0. --- srcpkgs/apt/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/apt/template b/srcpkgs/apt/template index 519d5056941..20d39ee7e24 100644 --- a/srcpkgs/apt/template +++ b/srcpkgs/apt/template @@ -1,6 +1,6 @@ # Template file for 'apt' pkgname=apt -version=1.7.3 +version=1.8.0 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/${pkgname}/archive/${version}.tar.gz" -checksum=658eb48b23d618b3fc43451cb0fb8097a46dfe3e7f7639614d3bdbc77103609c +checksum=4ee7b583e06255dfc1e63916d23cd29da8a92a3c5ee31b749fea6812be98f491 case "$XBPS_TARGET_MACHINE" in *-musl) broken="error: void value not ignored as it ought to be" ;;