From d72769b7d5f03b07a9af6802274a5f17568a8151 Mon Sep 17 00:00:00 2001 From: Aleksey Tulinov Date: Tue, 13 Oct 2020 21:45:57 +0300 Subject: [PATCH] cross-x86_64-w64-mingw32: update to 8.0.0 [ci skip] --- srcpkgs/cross-x86_64-w64-mingw32/template | 40 +++++++++++------------ 1 file changed, 20 insertions(+), 20 deletions(-) diff --git a/srcpkgs/cross-x86_64-w64-mingw32/template b/srcpkgs/cross-x86_64-w64-mingw32/template index 0711aae3637..c85ca436272 100644 --- a/srcpkgs/cross-x86_64-w64-mingw32/template +++ b/srcpkgs/cross-x86_64-w64-mingw32/template @@ -1,17 +1,17 @@ # Template file for 'cross-x86_64-w64-mingw32' -_gcc_version=9.3.0 -_binutils_version=2.32 -_gmp_version=6.1.2 -_mpfr_version=4.0.1 +_gcc_version=10.2.0 +_binutils_version=2.34 +_gmp_version=6.2.0 +_mpfr_version=4.0.2 _mpc_version=1.1.0 -_isl_version=0.19 -_mingw_version=6.0.0 +_isl_version=0.21 +_mingw_version=8.0.0 pkgname=cross-x86_64-w64-mingw32 version=$_mingw_version -revision=5 +revision=1 create_wrksrc=yes -hostmakedepends="flex perl python3 tar" +hostmakedepends="tar flex perl texinfo" makedepends="zlib-devel" # it's ok to build with current's -devel packages # although it might break the package during compiler updates @@ -22,20 +22,20 @@ maintainer="Aleksey Tulinov " homepage="https://sourceforge.net/projects/mingw-w64/" license="GPL-2.0-or-later, GPL-3.0-or-later, ZPL-2.1" distfiles=" - ${GNU_SITE}/binutils/binutils-${_binutils_version}.tar.bz2 + ${GNU_SITE}/binutils/binutils-${_binutils_version}.tar.xz ${GNU_SITE}/gcc/gcc-${_gcc_version}/gcc-${_gcc_version}.tar.xz ${GNU_SITE}/mpc/mpc-${_mpc_version}.tar.gz - https://gmplib.org/download/gmp/gmp-${_gmp_version}.tar.xz - http://www.mpfr.org/mpfr-${_mpfr_version}/mpfr-${_mpfr_version}.tar.xz + ${GNU_SITE}/gmp/gmp-${_gmp_version}.tar.xz + ${GNU_SITE}/mpfr/mpfr-${_mpfr_version}.tar.xz http://isl.gforge.inria.fr/isl-${_isl_version}.tar.bz2 ${SOURCEFORGE_SITE}/project/mingw-w64/mingw-w64/mingw-w64-release/mingw-w64-v${_mingw_version}.tar.bz2" -checksum="de38b15c902eb2725eac6af21183a5f34ea4634cb0bcef19612b50e5ed31072d - 71e197867611f6054aa1119b13a0c0abac12834765fe2d81f35ac57f84f742d1 +checksum="f00b0e8803dc9bab1e2165bd568528135be734df3fabf8d0161828cd56028952 + b8dd4368bb9c7f0b98188317ee0254dd8cc99d1e3a18d0ff146c855fe16c1d8c 6985c538143c1208dcb1ac42cedad6ff52e267b47e5f970183a3e75125b43c2e - 87b565e89a9a684fe4ebeeddb8399dce2599f9c9049854ca8c0dfbdea0e21912 - 67874a60826303ee2fb6affc6dc0ddd3e749e9bfcb4c8655e3953d0458a6e16e - d59726f34f7852a081fbd3defd1ab2136f174110fc2e0c8d10bb122173fa9ed8 - 805e11101e26d7897fce7d49cbb140d7bac15f3e085a91e0001e80b2adaf48f0" + 258e6cd51b3fbdfc185c716d55f82c08aff57df0c6fbd143cf6ed561267a1526 + 1d3be708604eae0e42d578ba93b390c2a145f17743a744d8f3f8c2ad5855a38a + d18ca11f8ad1a39ab6d03d3dcb3365ab416720fcb65b42d69f34f51bf0a0e859 + 44c740ea6ab3924bc3aa169bad11ad3c5766c5c8459e3126d44eabb8735a5762" nocross=yes nopie=yes @@ -269,7 +269,7 @@ cross-x86_64-w64-mingw32-crt_package() { # this subpackage exists to skip strip step on CRT files nostrip=yes noverifyrdeps=yes - noshlibsprovides=yes + noshlibprovides=yes lib32disabled=yes pkg_install() { DESTDIR="$PKGDESTDIR" _install_crt "x86_64-w64-mingw32" @@ -282,7 +282,7 @@ cross-i686-w64-mingw32_package() { nopie=yes nodebug=yes noverifyrdeps=yes - noshlibsprovides=yes + noshlibprovides=yes lib32disabled=yes nostrip_files="libgcc.a libgcc_eh.a libgcc_s.a libgcov.a libatomic.a libatomic.dll.a libquadmath.a libquadmath.dll.a @@ -299,7 +299,7 @@ cross-i686-w64-mingw32-crt_package() { nodebug=yes nostrip=yes noverifyrdeps=yes - noshlibsprovides=yes + noshlibprovides=yes lib32disabled=yes pkg_install() { DESTDIR="$PKGDESTDIR" _install_crt "i686-w64-mingw32"