From 64613c66aeae9399cf5ad1f092f82360b7cf790a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gonzalo=20Tornar=C3=ADa?= Date: Tue, 24 Aug 2021 18:37:30 -0300 Subject: [PATCH] libmpc: update to 1.2.1. --- srcpkgs/libmpc/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/libmpc/template b/srcpkgs/libmpc/template index ae2f6f480c05..ec0930a6d5aa 100644 --- a/srcpkgs/libmpc/template +++ b/srcpkgs/libmpc/template @@ -1,7 +1,7 @@ # Template file for 'libmpc' pkgname=libmpc -version=1.1.0 -revision=2 +version=1.2.1 +revision=1 bootstrap=yes wrksrc="mpc-${version}" build_style=gnu-configure @@ -12,7 +12,7 @@ maintainer="Orphaned " license="LGPL-3.0-or-later" homepage="http://www.multiprecision.org" distfiles="${GNU_SITE}/mpc/mpc-${version}.tar.gz" -checksum=6985c538143c1208dcb1ac42cedad6ff52e267b47e5f970183a3e75125b43c2e +checksum=17503d2c395dfcf106b622dc142683c1199431d095367c6aacba6eec30340459 if [ -z "$CHROOT_READY" ]; then CFLAGS="-I${XBPS_MASTERDIR}/usr/include"