diff options
| author | Gregor Jasny <gjasny@googlemail.com> | 2020-10-06 23:57:37 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-10-06 14:57:37 -0700 |
| commit | 25990eeccec1e74753a36aa715b2e25ff3341d29 (patch) | |
| tree | b666f32def9df590dc06da3c5b7acd79079c0a0b /ports/prometheus-cpp | |
| parent | 65bebab2a7b46e026c392e99a42a18335bfbf544 (diff) | |
| download | vcpkg-25990eeccec1e74753a36aa715b2e25ff3341d29.tar.gz vcpkg-25990eeccec1e74753a36aa715b2e25ff3341d29.zip | |
[prometheus-cpp] Update to version 0.10.0 (#13847)
Diffstat (limited to 'ports/prometheus-cpp')
| -rw-r--r-- | ports/prometheus-cpp/CONTROL | 4 | ||||
| -rw-r--r-- | ports/prometheus-cpp/portfile.cmake | 4 |
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 ) |
