diff options
author | Jeffery To <jeffery.to@gmail.com> | 2023-08-29 00:23:19 +0800 |
---|---|---|
committer | Tianling Shen <cnsztl@gmail.com> | 2023-08-31 16:15:49 +0800 |
commit | 5c11c3717abdbcdab8bf56f33308e68492df0410 (patch) | |
tree | 6bb9bd3e1bf3bd2db9907817cbc6598f07d9358a | |
parent | 6b6ea7efe1c8e2584a0c788f06ef826f1030c6e9 (diff) |
mpfr: Update to 4.2.1
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
-rw-r--r-- | libs/mpfr/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libs/mpfr/Makefile b/libs/mpfr/Makefile index f4d2d64e5..39d6a035a 100644 --- a/libs/mpfr/Makefile +++ b/libs/mpfr/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=mpfr -PKG_VERSION:=4.2.0 +PKG_VERSION:=4.2.1 PKG_RELEASE:=1 PKG_SOURCE_URL:=@GNU/mpfr http://www.mpfr.org/mpfr-$(PKG_VERSION) PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz -PKG_HASH:=06a378df13501248c1b2db5aa977a2c8126ae849a9d9b7be2546fb4a9c26d993 +PKG_HASH:=277807353a6726978996945af13e52829e3abd7a9a5b7fb2793894e18f1fcbb2 PKG_LICENSE:=LGPL-3.0-or-later PKG_LICENSE_FILES:=COPYING.LESSER |