aboutsummaryrefslogtreecommitdiff
path: root/ports/prometheus-cpp/CONTROL
diff options
context:
space:
mode:
authorGregor Jasny <gjasny@googlemail.com>2019-06-13 01:52:52 +0200
committerdan-shaw <51385773+dan-shaw@users.noreply.github.com>2019-06-12 16:52:52 -0700
commit72657582cff173ce285611f32716110cc0ada989 (patch)
tree5cc3c8ea4bfbb4adf9a59c8ce2ac15d461413bec /ports/prometheus-cpp/CONTROL
parent3860c11da25821ace8beade116741b7474b05fb8 (diff)
downloadvcpkg-72657582cff173ce285611f32716110cc0ada989.tar.gz
vcpkg-72657582cff173ce285611f32716110cc0ada989.zip
[prometheus-cpp] Update to version 0.7.0 (#6822)
* [prometheus-cpp] Update to version 0.7.0 * [prometheus-cpp] add a testing feature
Diffstat (limited to 'ports/prometheus-cpp/CONTROL')
-rw-r--r--ports/prometheus-cpp/CONTROL6
1 files changed, 5 insertions, 1 deletions
diff --git a/ports/prometheus-cpp/CONTROL b/ports/prometheus-cpp/CONTROL
index e89b84cb2..341af0e8c 100644
--- a/ports/prometheus-cpp/CONTROL
+++ b/ports/prometheus-cpp/CONTROL
@@ -1,5 +1,5 @@
Source: prometheus-cpp
-Version: 0.6.0
+Version: 0.7.0
Description: Prometheus Client Library for Modern C++
Default-Features: compression, pull
@@ -7,6 +7,10 @@ Feature: compression
Build-Depends: zlib
Description: Enable zlib compression
+Feature: tests
+Build-Depends: gtest
+Description: Additional testing support
+
Feature: pull
Build-Depends: civetweb
Description: Support for regular pull mode