mirror of
git://git.openwrt.org/openwrt/openwrt.git
synced 2026-06-11 05:47:27 -04:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user