diff options
| author | Gregor Jasny <gjasny@googlemail.com> | 2020-02-25 23:24:30 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-02-25 14:24:30 -0800 |
| commit | 1d58bf5310bd217d7fd72565762b3872b2809079 (patch) | |
| tree | 58291f99bb473ea8c9baa666741419e540cadfb0 | |
| parent | c6b58e366a5740f9c04a074b7afa008b37f0a5e7 (diff) | |
| download | vcpkg-1d58bf5310bd217d7fd72565762b3872b2809079.tar.gz vcpkg-1d58bf5310bd217d7fd72565762b3872b2809079.zip | |
[prometheus-cpp] Update to version 0.9.0 (#10175)
| -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 290038bd0..99b84715c 100644 --- a/ports/prometheus-cpp/CONTROL +++ b/ports/prometheus-cpp/CONTROL @@ -1,5 +1,5 @@ Source: prometheus-cpp -Version: 0.8.0 +Version: 0.9.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 add7064cc..c6048af18 100644 --- a/ports/prometheus-cpp/portfile.cmake +++ b/ports/prometheus-cpp/portfile.cmake @@ -5,8 +5,8 @@ vcpkg_check_linkage(ONLY_STATIC_LIBRARY) vcpkg_from_github( OUT_SOURCE_PATH SOURCE_PATH REPO jupp0r/prometheus-cpp - REF v0.8.0 - SHA512 23cb0de4022f6a05e58aff37f36a499d062849c34772994fc69887a72462591553c7098492f18a8a86b5c31e70a0b93813a7cb7e5adb1974897e9f38053f543a + REF v0.9.0 + SHA512 d9d5fbbd8c8aad5dd6a5e872275324d689a0c57199e4158d74e13ea62b286fa71dee01bb4197b906b79792bf1ca4e67a46b5c04621d7070241ac32876f6de891 HEAD_REF master ) |
