comparison src/gcc-mpc.mk @ 6154:c8084b89a340

* src/gcc-mpc.mk, src/mpc.mk: update to v1.2.1
author John Donoghue <john.donoghue@ieee.org>
date Tue, 12 Apr 2022 11:14:02 -0400
parents 3a4b30ff1446
children 7802098327ff
comparison
equal deleted inserted replaced
6153:a18f9c5735f4 6154:c8084b89a340
1 # This file is part of MXE. 1 # This file is part of MXE.
2 # See index.html for further information. 2 # See index.html for further information.
3 3
4 PKG := gcc-mpc 4 PKG := gcc-mpc
5 $(PKG)_IGNORE := 5 $(PKG)_IGNORE :=
6 $(PKG)_VERSION := 1.1.0 6 $(PKG)_VERSION := 1.2.1
7 $(PKG)_CHECKSUM := b019d9e1d27ec5fb99497159d43a3164995de2d0 7 $(PKG)_CHECKSUM := 2a4919abf445c6eda4e120cd669b8733ce337227
8 $(PKG)_SUBDIR := mpc-$($(PKG)_VERSION) 8 $(PKG)_SUBDIR := mpc-$($(PKG)_VERSION)
9 $(PKG)_FILE := mpc-$($(PKG)_VERSION).tar.gz 9 $(PKG)_FILE := mpc-$($(PKG)_VERSION).tar.gz
10 $(PKG)_URL := https://ftp.gnu.org/gnu/mpc/$($(PKG)_FILE) 10 $(PKG)_URL := https://ftp.gnu.org/gnu/mpc/$($(PKG)_FILE)
11 $(PKG)_DEPS := gcc-gmp gcc-mpfr 11 $(PKG)_DEPS := gcc-gmp gcc-mpfr
12 12