Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions ports/prometheus-cpp/CONTROL
Original file line number Diff line number Diff line change
@@ -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

Expand All @@ -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
Expand Down
4 changes: 2 additions & 2 deletions ports/prometheus-cpp/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -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
)

Expand Down