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 /net/sysrepo/Makefile | |
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 'net/sysrepo/Makefile')
-rw-r--r-- | net/sysrepo/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/sysrepo/Makefile b/net/sysrepo/Makefile index 267abcda8..a916f9cb2 100644 --- a/net/sysrepo/Makefile +++ b/net/sysrepo/Makefile @@ -16,7 +16,7 @@ PKG_RELEASE:=2 PKG_SOURCE_PROTO:=git PKG_SOURCE_VERSION:=91e65c6f7d8826197b2806ab6d5466d16882b07f -PKG_MIRROR_HASH:=1662c158d5eac3e6c9f400517bd02b1967632f3d8b3516523da669bbd1c28c4 +PKG_MIRROR_HASH:=41662c158d5eac3e6c9f400517bd02b1967632f3d8b3516523da669bbd1c28c4 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.xz PKG_SOURCE_URL:=https://github.com/sysrepo/sysrepo.git PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION) |