aboutsummaryrefslogtreecommitdiff
path: root/ports/prometheus-cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ports/prometheus-cpp')
-rw-r--r--ports/prometheus-cpp/CONTROL4
-rw-r--r--ports/prometheus-cpp/portfile.cmake4
2 files changed, 4 insertions, 4 deletions
diff --git a/ports/prometheus-cpp/CONTROL b/ports/prometheus-cpp/CONTROL
index 99b84715c..aed6c3004 100644
--- a/ports/prometheus-cpp/CONTROL
+++ b/ports/prometheus-cpp/CONTROL
@@ -1,5 +1,5 @@
Source: prometheus-cpp
-Version: 0.9.0
+Version: 0.10.0
Description: Prometheus Client Library for Modern C++
Default-Features: compression, pull
@@ -12,7 +12,7 @@ Build-Depends: gtest
Description: Additional testing support
Feature: pull
-Build-Depends: civetweb
+Build-Depends: civetweb, cppcodec
Description: Support for regular pull mode
Feature: push
diff --git a/ports/prometheus-cpp/portfile.cmake b/ports/prometheus-cpp/portfile.cmake
index c6048af18..6573a01d7 100644
--- a/ports/prometheus-cpp/portfile.cmake
+++ b/ports/prometheus-cpp/portfile.cmake
@@ -5,8 +5,8 @@ vcpkg_check_linkage(ONLY_STATIC_LIBRARY)
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO jupp0r/prometheus-cpp
- REF v0.9.0
- SHA512 d9d5fbbd8c8aad5dd6a5e872275324d689a0c57199e4158d74e13ea62b286fa71dee01bb4197b906b79792bf1ca4e67a46b5c04621d7070241ac32876f6de891
+ REF 62897f9e794e9f16471e8a53f367268109e7fa6e # v0.10.0
+ SHA512 b065a1caaa29c5e7d31b89f4dc0f0a6309a58322a2c95ad784d47c9717dfb525c4f27df38ef7562e3a1be605898b30caf7702a801928f9b09c30b64f9a2becc8
HEAD_REF master
)