measurement-kit: update to version 0.10.1 8700/head
authorJan Pavlinec <jan.pavlinec@nic.cz>
Fri, 12 Apr 2019 09:54:41 +0000 (11:54 +0200)
committerJan Pavlinec <jan.pavlinec@nic.cz>
Fri, 12 Apr 2019 09:56:28 +0000 (11:56 +0200)
Fixes
long title description

Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
libs/measurement-kit/Makefile

index c345e814a622982f931d5ad71c1dca6716e710a9..7b60452512edb235e4051a741982c966b390ca53 100644 (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