diff --git a/srcpkgs/libmpc/template b/srcpkgs/libmpc/template index e8c49d46734..56ee0e8d77a 100644 --- a/srcpkgs/libmpc/template +++ b/srcpkgs/libmpc/template @@ -1,6 +1,6 @@ # Template build file for 'libmpc' pkgname=libmpc -version=1.0.3 +version=1.1.0 revision=1 bootstrap=yes wrksrc="mpc-${version}" @@ -11,8 +11,8 @@ short_desc="C library for the arithmetic of complex numbers" maintainer="Juan RP " homepage="http://www.multiprecision.org" license="LGPL-3" -distfiles="http://www.multiprecision.org/mpc/download/mpc-${version}.tar.gz" -checksum=617decc6ea09889fb08ede330917a00b16809b8db88c29c31bfbb49cbf88ecc3 +distfiles="https://ftp.gnu.org/gnu/mpc/mpc-${version}.tar.gz" +checksum=6985c538143c1208dcb1ac42cedad6ff52e267b47e5f970183a3e75125b43c2e if [ -z "$CHROOT_READY" ]; then CFLAGS="-I${XBPS_MASTERDIR}/usr/include"