aboutsummaryrefslogtreecommitdiff
path: root/net/pagekitec
diff options
context:
space:
mode:
authorYousong Zhou <yszhou4tech@gmail.com>2018-06-29 15:24:01 +0800
committerYousong Zhou <yszhou4tech@gmail.com>2018-07-02 10:40:47 +0800
commitd03e32c513187e041ab38ba20d1eaaf739197520 (patch)
tree0144c9f037469e2a281c65866d3e2743f111c20e /net/pagekitec
parent7c2c1cd66a23d8bc12e7afe8766e790c4c94e79e (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 'net/pagekitec')
-rw-r--r--net/pagekitec/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/net/pagekitec/Makefile b/net/pagekitec/Makefile
index 1abed4c70..5cb0fcb43 100644
--- a/net/pagekitec/Makefile
+++ b/net/pagekitec/Makefile
@@ -14,6 +14,7 @@ PKG_RELEASE:=1
PKG_LICENSE:=Apache-2.0
PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION)
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
+PKG_MIRROR_HASH:=9e04b979cff827974ec9e9708daf116867bf1268cdad7dff4ad585172123f6b5
PKG_SOURCE_URL:=https://github.com/pagekite/libpagekite.git
PKG_SOURCE_PROTO:=git
PKG_SOURCE_VERSION:=v$(PKG_REV)