libmpfr: Bump to 4.2.0-p7

This commit is contained in:
Tee KOBAYASHI 2023-05-15 03:03:59 +09:00 committed by xtkoba
parent 727b6e32f9
commit ada8737bd8
1 changed files with 4 additions and 1 deletions

View File

@ -2,7 +2,7 @@ TERMUX_PKG_HOMEPAGE=https://www.mpfr.org/
TERMUX_PKG_DESCRIPTION="C library for multiple-precision floating-point computations with correct rounding"
TERMUX_PKG_LICENSE="LGPL-3.0"
TERMUX_PKG_MAINTAINER="@termux"
TERMUX_PKG_VERSION=4.2.0-p4
TERMUX_PKG_VERSION=4.2.0-p7
_MAIN_VERSION=${TERMUX_PKG_VERSION%-p*}
TERMUX_PKG_SRCURL=https://mirrors.kernel.org/gnu/mpfr/mpfr-${_MAIN_VERSION}.tar.xz
TERMUX_PKG_SHA256=06a378df13501248c1b2db5aa977a2c8126ae849a9d9b7be2546fb4a9c26d993
@ -23,6 +23,9 @@ termux_step_post_get_source() {
PATCH_CHECKSUMS[02]=e1ef3d4dab999f4e0ad5ee046c3a2823d3a9395fb8092c3dcb85d3fe29994b52
PATCH_CHECKSUMS[03]=a906f9ed8e4a7230980322a0154702664164690614e5ff55ae7049c3fae55584
PATCH_CHECKSUMS[04]=ece14ee57596dc2e4f67d2e857c5c6b23d76b20183a50a8b6759b640df001b78
PATCH_CHECKSUMS[05]=c4144564097a1be89c9cc2e7ee255c9fe59eb1b94a17c9d4a08169223e705ac1
PATCH_CHECKSUMS[06]=70456748a8072265ba103d93ba94e9f93ae64565e6a5742194c56030086540fa
PATCH_CHECKSUMS[07]=472386aa5f8c51fbdf60154c19268ce2212be03e1c2f9004c1673b6c270508f6
for PATCH_NUM in $(seq -f '%02g' ${_PATCH_VERSION}); do
PATCHFILE=$TERMUX_PKG_CACHEDIR/mpfr-${_MAIN_VERSION}-patch${PATCH_NUM}.patch