Skip to content

Commit

Permalink
[ppconsul] Upgrade to latest version (microsoft#9104)
Browse files Browse the repository at this point in the history
  • Loading branch information
SamuelMarks authored and grdowns committed Nov 27, 2019
1 parent a4ed0cb commit e4524f6
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion ports/ppconsul/CONTROL
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Source: ppconsul
Version: 0.3-1
Version: 0.4
Homepage: https://github.com/oliora/ppconsul
Description: A C++ client library for Consul. Consul is a distributed tool for discovering and configuring services in your infrastructure.
Build-Depends: boost-core, boost-variant, curl[openssl], json11
4 changes: 2 additions & 2 deletions ports/ppconsul/cmake_build.patch
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ index d747100..966c7e2 100644

source_group(${PROJECT_NAME} FILES ${SOURCES})
diff --git a/src/s11n.h b/src/s11n.h
index 962a1ac..6ab7f3b 100644
index c317834..3cb03c4 100644
--- a/src/s11n.h
+++ b/src/s11n.h
@@ -6,7 +6,7 @@
Expand All @@ -66,5 +66,5 @@ index 962a1ac..6ab7f3b 100644
-#include <json11/json11.hpp>
+#include <json11.hpp>
#include <vector>
#include <chrono>
#include <set>
#include <map>
4 changes: 2 additions & 2 deletions ports/ppconsul/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ include(vcpkg_common_functions)
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO oliora/ppconsul
REF fd3a22eba03a49623832a8f8c990fee499e3f8fb
SHA512 098f2fa0fdc3f219f5958d0d5b2a620231e3cd94dc3110cfbedb87e787e8402a7b0294f7ffa4fcb4169b0428b4f65376b621e5840706ff7cc8f02ac7fc1d7757
REF a3285a630ff46423701da28c6029c8d097e7430c
SHA512 9910d802c3cc296680274b3aad78f68885b7e0b30d0f196f31a3e5f056a9ddab2a03c7cc28028050922a2463155ea326b8531c69f2a4e286ca70ea1f9a9f6971
HEAD_REF master
PATCHES "cmake_build.patch"
)
Expand Down

0 comments on commit e4524f6

Please sign in to comment.