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 /package/p5-digest-sha1/Makefile | |
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 'package/p5-digest-sha1/Makefile')
-rw-r--r-- | package/p5-digest-sha1/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/p5-digest-sha1/Makefile b/package/p5-digest-sha1/Makefile index d6d5cc216..3c020bbf7 100644 --- a/package/p5-digest-sha1/Makefile +++ b/package/p5-digest-sha1/Makefile @@ -6,7 +6,7 @@ include $(ADK_TOPDIR)/rules.mk PKG_NAME:= p5-digest-sha1 PKG_VERSION:= 2.13 PKG_RELEASE:= 1 -PKG_MD5SUM:= bd22388f268434f2b24f64e28bf1aa35 +PKG_HASH:= 68c1dac2187421f0eb7abf71452a06f190181b8fc4b28ededf5b90296fb943cc PKG_DESCR:= interface to the sha-1 algorithm PKG_SECTION:= dev/perl PKG_DEPENDS:= perl |