From 90f5eeac1f05c2631e101364d4b5f8eed751f0cf Mon Sep 17 00:00:00 2001 From: Mislav Novakovic Date: Thu, 15 Feb 2018 16:51:12 +0100 Subject: [PATCH] sysrepo: bump to latest version Sysrepo version 0.7.3 features following improvements: * possibility to uninstall more modules in one command with sysrepoctl * several bugfixes Signed-off-by: Mislav Novakovic --- net/sysrepo/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/net/sysrepo/Makefile b/net/sysrepo/Makefile index e73d415d0f..b4e300c4ff 100644 --- a/net/sysrepo/Makefile +++ b/net/sysrepo/Makefile @@ -11,12 +11,12 @@ PKG_LICENSE:=ASL-2.0 PKG_MAINTAINER:=Mislav Novakovic PKG_NAME:=sysrepo -PKG_VERSION:=0.7.2 +PKG_VERSION:=0.7.3 PKG_RELEASE:=2 PKG_SOURCE_PROTO:=git -PKG_SOURCE_VERSION:=8a188c515ad113adbe0d393fe54dc0cad2d0167a -PKG_MIRROR_HASH:=b8a387a6ee6692c455815226f27a572984d997ce0c0c85ac0d15a81e8e9c62a3 +PKG_SOURCE_VERSION:=91e65c6f7d8826197b2806ab6d5466d16882b07f +PKG_MIRROR_HASH:=1662c158d5eac3e6c9f400517bd02b1967632f3d8b3516523da669bbd1c28c4 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)