diff options
author | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2016-03-07 06:03:40 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2016-03-07 06:04:19 +0100 |
commit | 68d4e79f35039b31ae835e82241a567b0ad66aa8 (patch) | |
tree | 94aae6f51f19f3caf509491b31f1490d7bf154ab /toolchain | |
parent | 49cfe2e14f043fa146cbb95a1ccb416097ac4c7c (diff) |
mpfr: update to latest stable version
Diffstat (limited to 'toolchain')
-rw-r--r-- | toolchain/mpfr/Makefile.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/toolchain/mpfr/Makefile.inc b/toolchain/mpfr/Makefile.inc index 79bc9583a..6ab56bf32 100644 --- a/toolchain/mpfr/Makefile.inc +++ b/toolchain/mpfr/Makefile.inc @@ -2,8 +2,8 @@ # material, please see the LICENCE file in the top-level directory. PKG_NAME:= mpfr -PKG_VERSION:= 3.1.3 +PKG_VERSION:= 3.1.4 PKG_RELEASE:= 1 -PKG_HASH:= 6835a08bd992c8257641791e9a6a2b35b02336c8de26d0a8577953747e514a16 +PKG_HASH:= 761413b16d749c53e2bfd2b1dfaa3b027b0e793e404b90b5fbaeef60af6517f5 PKG_SITES:= http://www.mpfr.org/mpfr-current/ DISTFILES:= $(PKG_NAME)-$(PKG_VERSION).tar.xz |