From 0ed50e0cbbd5b3bbbb6b9ed82c6aa3094517a071 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gonzalo=20Tornar=C3=ADa?= Date: Mon, 13 Apr 2026 23:00:20 -0300 Subject: [PATCH] libmpc: update to 1.4.1. --- srcpkgs/libmpc/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/libmpc/template b/srcpkgs/libmpc/template index 0d5622143a584e..c97a690c1be05e 100644 --- a/srcpkgs/libmpc/template +++ b/srcpkgs/libmpc/template @@ -1,6 +1,6 @@ # Template file for 'libmpc' pkgname=libmpc -version=1.3.1 +version=1.4.1 revision=1 bootstrap=yes build_style=gnu-configure @@ -10,8 +10,8 @@ maintainer="Gonzalo TornarĂ­a " license="LGPL-3.0-or-later" homepage="https://www.multiprecision.org/mpc/" changelog="https://gitlab.inria.fr/mpc/mpc/-/raw/master/NEWS" -distfiles="${GNU_SITE}/mpc/mpc-${version}.tar.gz" -checksum=ab642492f5cf882b74aa0cb730cd410a81edcdbec895183ce930e706c1c759b8 +distfiles="${GNU_SITE}/mpc/mpc-${version}.tar.xz" +checksum=91204cd32f164bd3b7c992d4a6a8ce6519511aadab30f78b6982d0bf8d73e931 if [ -z "$CHROOT_READY" ]; then CFLAGS="-I${XBPS_MASTERDIR}/usr/include"