aboutsummaryrefslogtreecommitdiff
path: root/ports/prometheus-cpp
diff options
context:
space:
mode:
authorGregor Jasny <gregor.jasny@logmein.com>2021-02-11 09:30:31 +0100
committerGitHub <noreply@github.com>2021-02-11 00:30:31 -0800
commit33f1f0a34dc40c5ad3ebf6be1705badbb93c90b6 (patch)
treeaa49ef7a6de75ef42e31009836971f0d0e2e12c9 /ports/prometheus-cpp
parentf7760cb15e260d921305bcfb2689eb338a937bc3 (diff)
downloadvcpkg-33f1f0a34dc40c5ad3ebf6be1705badbb93c90b6.tar.gz
vcpkg-33f1f0a34dc40c5ad3ebf6be1705badbb93c90b6.zip
[prometheus-cpp] Update to version 0.12.1 (#16057)
* [prometheus-cpp] Update to version 0.12.1 * update version Co-authored-by: Jonliu1993 <13720414433@163.com>
Diffstat (limited to 'ports/prometheus-cpp')
-rw-r--r--ports/prometheus-cpp/CONTROL2
-rw-r--r--ports/prometheus-cpp/portfile.cmake6
2 files changed, 4 insertions, 4 deletions
diff --git a/ports/prometheus-cpp/CONTROL b/ports/prometheus-cpp/CONTROL
index 7d521685e..16b84f680 100644
--- a/ports/prometheus-cpp/CONTROL
+++ b/ports/prometheus-cpp/CONTROL
@@ -1,5 +1,5 @@
Source: prometheus-cpp
-Version: 0.11.0
+Version: 0.12.1
Description: Prometheus Client Library for Modern C++
Default-Features: compression, pull
diff --git a/ports/prometheus-cpp/portfile.cmake b/ports/prometheus-cpp/portfile.cmake
index 574095902..22cb9f37f 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 bb017ec15a824d3301845a1274b4b46a01d6d871 # v0.11.0
- SHA512 5ab3398842305bacf6cd65c700c6856f001bb998b62dea121c119484ccd376115a07afb7d62e6f87c8cbfe4f7ac05d4428121677eb8694eb9c9169465eb3518c
+ REF 38130aee330377d6289a076628dbe450d59ef3e9 # v0.12.1
+ SHA512 9daf12f482ba947e28ce0411cb75234865542e2c850d1173de98f2929c3eb8d02c7f38630d060829273ef57da0eee9ce3f3cb21b05abe1da7e64307253d57bba
HEAD_REF master
)
@@ -38,4 +38,4 @@ vcpkg_fixup_cmake_targets(CONFIG_PATH lib/cmake/prometheus-cpp)
file(REMOVE_RECURSE ${CURRENT_PACKAGES_DIR}/debug/include)
# Handle copyright
-configure_file(${SOURCE_PATH}/LICENSE ${CURRENT_PACKAGES_DIR}/share/prometheus-cpp/copyright COPYONLY)
+configure_file(${SOURCE_PATH}/LICENSE ${CURRENT_PACKAGES_DIR}/share/${PORT}/copyright COPYONLY)