aboutsummaryrefslogtreecommitdiff
path: root/ports/prometheus-cpp
diff options
context:
space:
mode:
authorGregor Jasny <gregor.jasny@logmein.com>2021-03-15 19:29:47 +0100
committerGitHub <noreply@github.com>2021-03-15 11:29:47 -0700
commitfced4bef1606260f110d74de1ae1975c2b9ac549 (patch)
tree0b942bf34d381244e0de67d32ea2ffe366f5a588 /ports/prometheus-cpp
parente2d4023b239534e75c1bba4c1b45984af497510e (diff)
downloadvcpkg-fced4bef1606260f110d74de1ae1975c2b9ac549.tar.gz
vcpkg-fced4bef1606260f110d74de1ae1975c2b9ac549.zip
[prometheus-cpp] Update to version 0.12.2 (#16643)
* [prometheus-cpp] Update to version 0.12.2 * update version Co-authored-by: Jonliu1993 <13720414433@163.com>
Diffstat (limited to 'ports/prometheus-cpp')
-rw-r--r--ports/prometheus-cpp/CONTROL4
-rw-r--r--ports/prometheus-cpp/portfile.cmake5
2 files changed, 5 insertions, 4 deletions
diff --git a/ports/prometheus-cpp/CONTROL b/ports/prometheus-cpp/CONTROL
index 16b84f680..799ecc03c 100644
--- a/ports/prometheus-cpp/CONTROL
+++ b/ports/prometheus-cpp/CONTROL
@@ -1,5 +1,5 @@
Source: prometheus-cpp
-Version: 0.12.1
+Version: 0.12.2
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, cppcodec
+Build-Depends: civetweb
Description: Support for regular pull mode
Feature: push
diff --git a/ports/prometheus-cpp/portfile.cmake b/ports/prometheus-cpp/portfile.cmake
index 22cb9f37f..f4cca7ec4 100644
--- a/ports/prometheus-cpp/portfile.cmake
+++ b/ports/prometheus-cpp/portfile.cmake
@@ -3,8 +3,8 @@ vcpkg_check_linkage(ONLY_STATIC_LIBRARY)
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO jupp0r/prometheus-cpp
- REF 38130aee330377d6289a076628dbe450d59ef3e9 # v0.12.1
- SHA512 9daf12f482ba947e28ce0411cb75234865542e2c850d1173de98f2929c3eb8d02c7f38630d060829273ef57da0eee9ce3f3cb21b05abe1da7e64307253d57bba
+ REF 2412990ee9ad89245e7d1df9ec85ab19b24674d3 # v0.12.2
+ SHA512 52ecf1984c709dab749f2b4b0010796be49b9db5416678baf77f645054f85b1cae4d67f06ffb1643c0fbcfbf2e65c81f2157a22c0b75a346f9b1feba6537b87d
HEAD_REF master
)
@@ -26,6 +26,7 @@ vcpkg_configure_cmake(
PREFER_NINJA
OPTIONS
-DUSE_THIRDPARTY_LIBRARIES=OFF # use vcpkg packages
+ -DGENERATE_PKGCONFIG=OFF
${FEATURE_OPTIONS}
)