measurement-kit: update to version 0.10.1

Fixes
long title description

Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
This commit is contained in:
Jan Pavlinec 2019-04-12 11:54:41 +02:00
parent 91df7be9bc
commit 213e3f6358
No known key found for this signature in database
GPG Key ID: 60244CCEFB39E584
1 changed files with 3 additions and 3 deletions

View File

@ -8,12 +8,12 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=measurement-kit
PKG_VERSION:=0.10.0
PKG_VERSION:=0.10.1
PKG_RELEASE=1
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=https://codeload.github.com/measurement-kit/measurement-kit/tar.gz/v$(PKG_VERSION)?
PKG_HASH:=c31ff8a457dfdbb2d42ef60f82646e508f6649107f15eec31fc22bc140ceb8e6
PKG_HASH:=4caf856ebbb28633c7593a9b5b8ee79f0c0436d05ae7391cc59e8d72b260911a
PKG_INSTALL:=1
PKG_FIXUP:=autoreconf
@ -29,7 +29,7 @@ include $(INCLUDE_DIR)/package.mk
define Package/measurement-kit
SECTION:=libs
CATEGORY:=Libraries
TITLE:=C++14 library that implements open network measurement methodologies
TITLE:=library for open network measurement
URL:=https://measurement-kit.github.io/
DEPENDS:=+libstdcpp +libcurl +libevent2-pthreads +libevent2-extra +libevent2-openssl +libevent2-core +libmaxminddb +ca-bundle
endef