From d03e32c513187e041ab38ba20d1eaaf739197520 Mon Sep 17 00:00:00 2001 From: Yousong Zhou Date: Fri, 29 Jun 2018 15:24:01 +0800 Subject: treewide: fix missing/wrong MIRROR_HASH for sources from github Some of them forgot to update MIRROR_HASH on version change, others updated with wrong hash value. The new values were generated from tarballs prepared by the newly introduced github-tarball download methoded and confirmed consistent with those from sources.openwrt.org Signed-off-by: Yousong Zhou --- lang/lua-openssl/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lang/lua-openssl') diff --git a/lang/lua-openssl/Makefile b/lang/lua-openssl/Makefile index 3eec6b1b1..1fcd57065 100644 --- a/lang/lua-openssl/Makefile +++ b/lang/lua-openssl/Makefile @@ -14,7 +14,7 @@ PKG_MAINTAINER:=Amnon Paz PKG_LICENSE:=MIT PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz -PKG_MIRROR_HASH:=33de8fa469f66bbf6df09c4ba4e3386c0613cc061f5adff0928d532af6905773 +PKG_MIRROR_HASH:=225e3fe09226ff72968a7f36a33e207d27332107456a754abbaa59f99a3038f3 PKG_SOURCE_URL:=https://github.com/zhaozg/lua-openssl.git PKG_SOURCE_PROTO:=git PKG_SOURCE_VERSION:=b104bbe914d279276560f188854036075b99f724 -- cgit v1.2.3