Merge pull request #8700 from ja-pa/measurement-kit-0.10.1

measurement-kit: update to version 0.10.1
This commit is contained in:
Josef Schlehofer 2019-04-17 20:02:38 +02:00 committed by GitHub
commit daa50e3168
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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