Skip to content

Commit d74dce4

Browse files
mpfr: update to 4.2.2
Release Notes: https://www.mpfr.org/mpfr-current/ Link: openwrt/openwrt#20898 Signed-off-by: Nick Hainke <[email protected]>
1 parent b6c274b commit d74dce4

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

package/libs/mpfr/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@
88
include $(TOPDIR)/rules.mk
99

1010
PKG_NAME:=mpfr
11-
PKG_VERSION:=4.2.1
11+
PKG_VERSION:=4.2.2
1212
PKG_RELEASE:=1
1313

1414
PKG_SOURCE_URL:=@GNU/mpfr http://www.mpfr.org/mpfr-$(PKG_VERSION)
1515
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
16-
PKG_HASH:=277807353a6726978996945af13e52829e3abd7a9a5b7fb2793894e18f1fcbb2
16+
PKG_HASH:=b67ba0383ef7e8a8563734e2e889ef5ec3c3b898a01d00fa0a6869ad81c6ce01
1717

1818
PKG_LICENSE:=LGPL-3.0-or-later
1919
PKG_LICENSE_FILES:=COPYING.LESSER

package/libs/mpfr/patches/001-only-src.patch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
pkgconfig_DATA = mpfr.pc
1212
--- a/Makefile.in
1313
+++ b/Makefile.in
14-
@@ -401,7 +401,7 @@ AUTOMAKE_OPTIONS = gnu
14+
@@ -406,7 +406,7 @@ AUTOMAKE_OPTIONS = gnu
1515
# libtoolize and in case some developer needs to switch back to an
1616
# old Automake version.
1717
ACLOCAL_AMFLAGS = -I m4

0 commit comments

Comments
 (0)