Skip to content

Commit e4524f6

Browse files
SamuelMarksgrdowns
authored andcommitted
[ppconsul] Upgrade to latest version (#9104)
1 parent a4ed0cb commit e4524f6

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

ports/ppconsul/CONTROL

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Source: ppconsul
2-
Version: 0.3-1
2+
Version: 0.4
33
Homepage: https://github.com/oliora/ppconsul
44
Description: A C++ client library for Consul. Consul is a distributed tool for discovering and configuring services in your infrastructure.
55
Build-Depends: boost-core, boost-variant, curl[openssl], json11

ports/ppconsul/cmake_build.patch

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ index d747100..966c7e2 100644
5656

5757
source_group(${PROJECT_NAME} FILES ${SOURCES})
5858
diff --git a/src/s11n.h b/src/s11n.h
59-
index 962a1ac..6ab7f3b 100644
59+
index c317834..3cb03c4 100644
6060
--- a/src/s11n.h
6161
+++ b/src/s11n.h
6262
@@ -6,7 +6,7 @@
@@ -66,5 +66,5 @@ index 962a1ac..6ab7f3b 100644
6666
-#include <json11/json11.hpp>
6767
+#include <json11.hpp>
6868
#include <vector>
69+
#include <chrono>
6970
#include <set>
70-
#include <map>

ports/ppconsul/portfile.cmake

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ include(vcpkg_common_functions)
33
vcpkg_from_github(
44
OUT_SOURCE_PATH SOURCE_PATH
55
REPO oliora/ppconsul
6-
REF fd3a22eba03a49623832a8f8c990fee499e3f8fb
7-
SHA512 098f2fa0fdc3f219f5958d0d5b2a620231e3cd94dc3110cfbedb87e787e8402a7b0294f7ffa4fcb4169b0428b4f65376b621e5840706ff7cc8f02ac7fc1d7757
6+
REF a3285a630ff46423701da28c6029c8d097e7430c
7+
SHA512 9910d802c3cc296680274b3aad78f68885b7e0b30d0f196f31a3e5f056a9ddab2a03c7cc28028050922a2463155ea326b8531c69f2a4e286ca70ea1f9a9f6971
88
HEAD_REF master
99
PATCHES "cmake_build.patch"
1010
)

0 commit comments

Comments
 (0)