diff options
author | Felix Fietkau <nbd@nbd.name> | 2016-12-16 17:32:10 +0100 |
---|---|---|
committer | Felix Fietkau <nbd@nbd.name> | 2016-12-16 22:39:22 +0100 |
commit | 720b99215da295a2e7b4acdef30b58bec6acedc2 (patch) | |
tree | 73ac1ea4ae91e5d6b2bfcfbc7bb71434d81be922 /toolchain/insight/Makefile | |
parent | 4921760a4531bff87c3928a622a5c9e50b9f56d3 (diff) | |
download | upstream-720b99215da295a2e7b4acdef30b58bec6acedc2.tar.gz upstream-720b99215da295a2e7b4acdef30b58bec6acedc2.tar.bz2 upstream-720b99215da295a2e7b4acdef30b58bec6acedc2.zip |
treewide: clean up download hashes
Replace *MD5SUM with *HASH, replace MD5 hashes with SHA256
Signed-off-by: Felix Fietkau <nbd@nbd.name>
Diffstat (limited to 'toolchain/insight/Makefile')
-rw-r--r-- | toolchain/insight/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/toolchain/insight/Makefile b/toolchain/insight/Makefile index 3744f56451..60309ba094 100644 --- a/toolchain/insight/Makefile +++ b/toolchain/insight/Makefile @@ -10,7 +10,7 @@ PKG_NAME:=insight PKG_VERSION:=6.8-1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)a.tar.bz2 -PKG_MD5SUM:=f7dd764a102beb75c2bb6b8d83455f8e +PKG_HASH:=51216df73adc4f68c67b60356270d5073f0ff094c1b477ecd96560f49707ea2a PKG_SOURCE_URL:=ftp://sourceware.org/pub/insight/releases PKG_CAT:=bzcat |