From 213e3f6358a906cca98b8a3963a8827512c705ec Mon Sep 17 00:00:00 2001 From: Jan Pavlinec Date: Fri, 12 Apr 2019 11:54:41 +0200 Subject: [PATCH] measurement-kit: update to version 0.10.1 Fixes long title description Signed-off-by: Jan Pavlinec --- libs/measurement-kit/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/libs/measurement-kit/Makefile b/libs/measurement-kit/Makefile index c345e814a..7b6045251 100644 --- a/libs/measurement-kit/Makefile +++ b/libs/measurement-kit/Makefile @@ -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