diff options
author | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2014-12-27 07:51:34 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2014-12-27 07:51:34 +0100 |
commit | 92d7f6522617c947d635680d045f12a4ef77bcb4 (patch) | |
tree | c20dc2f36505542fdb19a2b9d1da1b33ad92fba8 /toolchain/gmp | |
parent | 6a7c5ff345b197c1d5f0f845adb2bb0da9690075 (diff) |
convert checksum check to sha256
Rename the variable name to PKG_HASH and use a
256 Bit SHA checksum to verify the integrity of
distfiles. While there do some housekeeping and
remove old packages.
Diffstat (limited to 'toolchain/gmp')
-rw-r--r-- | toolchain/gmp/Makefile.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/toolchain/gmp/Makefile.inc b/toolchain/gmp/Makefile.inc index 75e0ad730..a156a904d 100644 --- a/toolchain/gmp/Makefile.inc +++ b/toolchain/gmp/Makefile.inc @@ -4,6 +4,6 @@ PKG_NAME:= gmp PKG_VERSION:= 6.0.0a PKG_RELEASE:= 1 -PKG_MD5SUM:= 1e6da4e434553d2811437aa42c7f7c76 +PKG_HASH:= 9156d32edac6955bc53b0218f5f3763facb890b73a835d5e1b901dcf8eb8b764 PKG_SITES:= ${MASTER_SITE_GNU:=gmp/} WRKDIST= ${WRKDIR}/$(PKG_NAME)-6.0.0 |