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/libvorbisidec/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/libvorbisidec/Makefile')
-rw-r--r-- | package/libvorbisidec/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/libvorbisidec/Makefile b/package/libvorbisidec/Makefile index 62b976582..121ed3941 100644 --- a/package/libvorbisidec/Makefile +++ b/package/libvorbisidec/Makefile @@ -7,7 +7,7 @@ PKG_NAME:= libvorbisidec PKG_VERSION:= 1.0.2 PKG_RELEASE:= 3 PKG_VARIANT:= svn15687 -PKG_MD5SUM:= cd3f62e87e38548c3e1120b1b2d3cac7 +PKG_HASH:= 0ea6612ab16c52ba874aa5b65a6e3281be41768ab66da79eed48d919a888e2d5 PKG_DESCR:= fixed point vorbis library PKG_SECTION:= libs/audio PKG_SITES:= http://ftp.de.debian.org/debian/pool/main/libv/libvorbisidec/ |