mpc: update to 1.3.1

news:
- https://www.multiprecision.org/mpc/
- https://gitlab.inria.fr/mpc/mpc/-/blob/1.3.1/NEWS
This commit is contained in:
Rudi Heitbaum 2022-12-09 21:10:02 +00:00
parent c01ae9b7bd
commit fbe6bcbf4d

View File

@ -3,10 +3,10 @@
# Copyright (C) 2019-present Team LibreELEC (https://libreelec.tv)
PKG_NAME="mpc"
PKG_VERSION="1.2.1"
PKG_SHA256="17503d2c395dfcf106b622dc142683c1199431d095367c6aacba6eec30340459"
PKG_VERSION="1.3.1"
PKG_SHA256="ab642492f5cf882b74aa0cb730cd410a81edcdbec895183ce930e706c1c759b8"
PKG_LICENSE="LGPL"
PKG_SITE="http://www.multiprecision.org"
PKG_SITE="https://www.multiprecision.org"
PKG_URL="http://ftpmirror.gnu.org/mpc/${PKG_NAME}-${PKG_VERSION}.tar.gz"
PKG_DEPENDS_HOST="ccache:host gmp:host mpfr:host"
PKG_LONGDESC="A C library for the arithmetic of complex numbers with arbitrarily high precision and correct rounding of the result."