diff options
author | Luka Perkov <luka.perkov@sartura.hr> | 2017-05-14 00:41:23 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-05-14 00:41:23 +0200 |
commit | fb180b587d2c4fd2ed7330ef8de2d59cecd4c55a (patch) | |
tree | babb70dabca4761564b2791e34bf15b17d15ed05 /libs | |
parent | f44dd8b06ed47127da442fd439ca977a5479538b (diff) | |
parent | b3f9e7058e7de71bdf04d1ad04a729ef7f20ce6a (diff) |
Merge pull request #4355 from sartura/sysrepo_mirror_hash
Sysrepo mirror hash
Diffstat (limited to 'libs')
-rw-r--r-- | libs/libnetconf2/Makefile | 1 | ||||
-rw-r--r-- | libs/libyang/Makefile | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/libs/libnetconf2/Makefile b/libs/libnetconf2/Makefile index 6b0882ca0..f626e09b1 100644 --- a/libs/libnetconf2/Makefile +++ b/libs/libnetconf2/Makefile @@ -16,6 +16,7 @@ PKG_VERSION:=0.8.56 PKG_SOURCE_PROTO:=git PKG_SOURCE_VERSION:=4d13eca938085298edbad6a731d77dfd55c8d514 +PKG_MIRROR_HASH:=88d1ab14a945c8c8c9fadfb248568294ac5f62dea3b8d99e60dbb8262f7107bc PKG_SOURCE:=$(PKG_NAME)-$(PKG_SOURCE_VERSION).tar.bz2 PKG_SOURCE_URL:=https://github.com/cesnet/libnetconf2/ PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_SOURCE_VERSION) diff --git a/libs/libyang/Makefile b/libs/libyang/Makefile index 1fe50b5ae..f10a8f7f7 100644 --- a/libs/libyang/Makefile +++ b/libs/libyang/Makefile @@ -18,6 +18,7 @@ PKG_SOURCE_PROTO:=git PKG_SOURCE_URL:=https://github.com/CESNET/libyang.git PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION) PKG_SOURCE_VERSION:=7e811613b335afc8e1b2c0ee77e7b3f371bc9175 +PKG_MIRROR_HASH:=860865b294c628ad66ca5ef6848aae8df93e46325302914dbfb14264866f1678 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz PKG_BUILD_PARALLEL:=1 |