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/lzop | |
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/lzop')
-rw-r--r-- | package/lzop/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/lzop/Makefile b/package/lzop/Makefile index 0acfb9cb9..0221bed34 100644 --- a/package/lzop/Makefile +++ b/package/lzop/Makefile @@ -6,7 +6,7 @@ include $(ADK_TOPDIR)/rules.mk PKG_NAME:= lzop PKG_VERSION:= 1.03 PKG_RELEASE:= 1 -PKG_MD5SUM:= 006c5e27fb78cdd14a628fdfa5aa1905 +PKG_HASH:= c1425b8c77d49f5a679d5a126c90ea6ad99585a55e335a613cae59e909dbb2c9 PKG_DESCR:= compression utility PKG_SECTION:= app/archive PKG_DEPENDS:= liblzo |