mirror of
https://github.com/cemu-project/vcpkg.git
synced 2025-02-20 03:21:05 +00:00
[ppconsul] Upgrade to latest version (#9104)
This commit is contained in:
parent
a4ed0cb5ec
commit
e4524f656b
@ -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
|
||||
|
@ -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 @@
|
||||
@ -66,5 +66,5 @@ index 962a1ac..6ab7f3b 100644
|
||||
-#include <json11/json11.hpp>
|
||||
+#include <json11.hpp>
|
||||
#include <vector>
|
||||
#include <chrono>
|
||||
#include <set>
|
||||
#include <map>
|
||||
|
@ -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"
|
||||
)
|
||||
|
Loading…
x
Reference in New Issue
Block a user