diff options
| author | Gregor Jasny <gjasny@googlemail.com> | 2020-11-30 19:43:22 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-11-30 10:43:22 -0800 |
| commit | 9202f7fa54e146774d2dabab44efe1c9cbb255e4 (patch) | |
| tree | 15c4da51ec5bf9eaead923101fd4c5b8935a939d | |
| parent | 1380e8fd4aabfb502023fb8c640fb7b5d73834e9 (diff) | |
| download | vcpkg-9202f7fa54e146774d2dabab44efe1c9cbb255e4.tar.gz vcpkg-9202f7fa54e146774d2dabab44efe1c9cbb255e4.zip | |
[prometheus-cpp] Update to version 0.11.0 (#14792)
| -rw-r--r-- | ports/prometheus-cpp/CONTROL | 2 | ||||
| -rw-r--r-- | ports/prometheus-cpp/portfile.cmake | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/ports/prometheus-cpp/CONTROL b/ports/prometheus-cpp/CONTROL index aed6c3004..7d521685e 100644 --- a/ports/prometheus-cpp/CONTROL +++ b/ports/prometheus-cpp/CONTROL @@ -1,5 +1,5 @@ Source: prometheus-cpp -Version: 0.10.0 +Version: 0.11.0 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 fa8d1c350..574095902 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 62897f9e794e9f16471e8a53f367268109e7fa6e # v0.10.0 - SHA512 b065a1caaa29c5e7d31b89f4dc0f0a6309a58322a2c95ad784d47c9717dfb525c4f27df38ef7562e3a1be605898b30caf7702a801928f9b09c30b64f9a2becc8 + REF bb017ec15a824d3301845a1274b4b46a01d6d871 # v0.11.0 + SHA512 5ab3398842305bacf6cd65c700c6856f001bb998b62dea121c119484ccd376115a07afb7d62e6f87c8cbfe4f7ac05d4428121677eb8694eb9c9169465eb3518c HEAD_REF master ) |
