diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2010-02-27 12:19:57 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2010-02-27 12:19:57 +0100 |
commit | 50beebab01a244a27e45ffd766377fa3fa91229a (patch) | |
tree | 04aaefe68f1836138a116249c55283fb301efbda /toolchain/mpfr | |
parent | c7f2f4bba73e53d9b5d1926b220205884bd26d4a (diff) |
fix checksum check of toolchain archives after download
and update alix/wrap targets to 2.6.33
Diffstat (limited to 'toolchain/mpfr')
-rw-r--r-- | toolchain/mpfr/Makefile.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/toolchain/mpfr/Makefile.inc b/toolchain/mpfr/Makefile.inc index 8ed6a2b34..6f4ed40ef 100644 --- a/toolchain/mpfr/Makefile.inc +++ b/toolchain/mpfr/Makefile.inc @@ -4,6 +4,6 @@ PKG_NAME:= mpfr PKG_VERSION:= 2.4.2 PKG_RELEASE:= 1 -PKG_MD5SUM:= c5ee0a8ce82ad55fe29ac57edd35d09e +PKG_MD5SUM:= 89e59fe665e2b3ad44a6789f40b059a0 PKG_SITES:= http://www.mpfr.org/mpfr-current/ DISTFILES:= $(PKG_NAME)-$(PKG_VERSION).tar.bz2 |