diff options
author | Yousong Zhou <yszhou4tech@gmail.com> | 2018-06-29 15:24:01 +0800 |
---|---|---|
committer | Yousong Zhou <yszhou4tech@gmail.com> | 2018-07-02 10:40:47 +0800 |
commit | d03e32c513187e041ab38ba20d1eaaf739197520 (patch) | |
tree | 0144c9f037469e2a281c65866d3e2743f111c20e /lang/lua-openssl | |
parent | 7c2c1cd66a23d8bc12e7afe8766e790c4c94e79e (diff) |
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 <yszhou4tech@gmail.com>
Diffstat (limited to 'lang/lua-openssl')
-rw-r--r-- | lang/lua-openssl/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 <pazamnon@gmail.com> 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 |