treewide: clean up download hashes

Replace *MD5SUM with *HASH, replace MD5 hashes with SHA256

Signed-off-by: Felix Fietkau <nbd@nbd.name>
This commit is contained in:
Felix Fietkau
2016-12-16 17:32:10 +01:00
parent 4921760a45
commit 720b99215d
233 changed files with 300 additions and 283 deletions

View File

@@ -7,7 +7,7 @@
include $(TOPDIR)/rules.mk
MD5SUM_2.24 = 5c5a6f1ac6fce866e37643c41ac116f3
HASH_2.24 = 714d26c0daf6a8acf73fc8b6053349880c79f240f96ca57b00ab0ecbbead2b73
REVISION_2.24 = 8c716c2
@@ -15,7 +15,7 @@ PKG_NAME:=glibc
PKG_VERSION:=$(call qstrip,$(CONFIG_GLIBC_VERSION))
PKG_REVISION:=$(REVISION_$(PKG_VERSION))
PKG_MIRROR_MD5SUM:=$(MD5SUM_$(PKG_VERSION))
PKG_MIRROR_HASH:=$(HASH_$(PKG_VERSION))
PKG_SOURCE_PROTO:=git
PKG_SOURCE_URL:=git://sourceware.org/git/glibc.git