mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-01-19 05:53:03 +08:00
[prometheus-cpp] Update to version 0.12.3 (#17765)
Update prometheus-cpp to `0.12.2`. Locally tested all the features on macOS.
This commit is contained in:
parent
ab364a7e56
commit
6fbb26ecdb
@ -1,5 +1,5 @@
|
||||
Source: prometheus-cpp
|
||||
Version: 0.12.2
|
||||
Version: 0.12.3
|
||||
Description: Prometheus Client Library for Modern C++
|
||||
Default-Features: compression, pull
|
||||
|
||||
|
@ -3,8 +3,8 @@ vcpkg_check_linkage(ONLY_STATIC_LIBRARY)
|
||||
vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO jupp0r/prometheus-cpp
|
||||
REF 2412990ee9ad89245e7d1df9ec85ab19b24674d3 # v0.12.2
|
||||
SHA512 52ecf1984c709dab749f2b4b0010796be49b9db5416678baf77f645054f85b1cae4d67f06ffb1643c0fbcfbf2e65c81f2157a22c0b75a346f9b1feba6537b87d
|
||||
REF 84388828ae80556f57e11249dbd0063043991fb4 # v0.12.3
|
||||
SHA512 3d8c42b7fa15b5ccc5684a590cadb09cc9adf76a66f3fa0f8b791d9ee1f1442687c554215a21ff932b62d7aac8a6e5dd6e581d2de4faae3aa9ab02e73a60533f
|
||||
HEAD_REF master
|
||||
)
|
||||
|
||||
|
@ -4925,7 +4925,7 @@
|
||||
"port-version": 2
|
||||
},
|
||||
"prometheus-cpp": {
|
||||
"baseline": "0.12.2",
|
||||
"baseline": "0.12.3",
|
||||
"port-version": 0
|
||||
},
|
||||
"protobuf": {
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "78cf4d97293c0baf7ef735035944c6859d06c980",
|
||||
"version-string": "0.12.3",
|
||||
"port-version": 0
|
||||
},
|
||||
{
|
||||
"git-tree": "bcbc7c9c58b3cfd8b1559bab7816b46edf8f2af6",
|
||||
"version-string": "0.12.2",
|
||||
|
Loading…
Reference in New Issue
Block a user