mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-06-07 20:32:47 +08:00
[DPP] Bump to version 10.0.24 (#31568)
* [bot] Update DPP to v10.0.24 * Update portfile.cmake * Update ports/dpp/portfile.cmake Co-authored-by: Cheney Wang <38240633+Cheney-W@users.noreply.github.com> * Update dpp.json * remove unused * Update dpp.json --------- Co-authored-by: Cheney Wang <38240633+Cheney-W@users.noreply.github.com>
This commit is contained in:
parent
357604e844
commit
78a727b608
@ -2,10 +2,7 @@ vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO brainboxdotcc/DPP
|
||||
REF "v${VERSION}"
|
||||
SHA512 18bbb7d2c1385d179cac9ded31d1b11e8d24f172e7ffe2ba79071203e1e2f277657e21d660b18ee4b849bc093d350f4bc5401702400084b56c3ebd6f03ce28df
|
||||
HEAD_REF master
|
||||
PATCHES
|
||||
remove-wrong-header.patch
|
||||
SHA512 2f1e5415c121d5f19d2abb1b389512ad22c3cac6779ed897403d430b2c4e62c758ab25d46a3fd02538add711073fadd616a690b4981f3782e46c18ff05d116dc
|
||||
)
|
||||
|
||||
vcpkg_cmake_configure(
|
||||
@ -27,4 +24,3 @@ endif()
|
||||
vcpkg_install_copyright(FILE_LIST "${SOURCE_PATH}/LICENSE")
|
||||
|
||||
file(COPY "${CMAKE_CURRENT_LIST_DIR}/usage" DESTINATION "${CURRENT_PACKAGES_DIR}/share/${PORT}")
|
||||
|
||||
|
@ -1,13 +0,0 @@
|
||||
diff --git a/src/dpp/user.cpp b/src/dpp/user.cpp
|
||||
index 0f5bce1..cdd7903 100644
|
||||
--- a/src/dpp/user.cpp
|
||||
+++ b/src/dpp/user.cpp
|
||||
@@ -22,7 +22,7 @@
|
||||
#include <dpp/discordevents.h>
|
||||
#include <dpp/json.h>
|
||||
#include <dpp/stringops.h>
|
||||
-#include "user.h"
|
||||
+// #include "user.h"
|
||||
|
||||
using json = nlohmann::json;
|
||||
|
@ -1,7 +1,6 @@
|
||||
{
|
||||
"name": "dpp",
|
||||
"version": "10.0.23",
|
||||
"port-version": 1,
|
||||
"version": "10.0.24",
|
||||
"description": "D++ Extremely Lightweight C++ Discord Library.",
|
||||
"homepage": "https://dpp.dev/",
|
||||
"license": "Apache-2.0",
|
||||
|
@ -2161,8 +2161,8 @@
|
||||
"port-version": 1
|
||||
},
|
||||
"dpp": {
|
||||
"baseline": "10.0.23",
|
||||
"port-version": 1
|
||||
"baseline": "10.0.24",
|
||||
"port-version": 0
|
||||
},
|
||||
"draco": {
|
||||
"baseline": "1.5.6",
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "8c631e7b3f93d40c4aea0d65e722e1ff1ac028ac",
|
||||
"version": "10.0.24",
|
||||
"port-version": 0
|
||||
},
|
||||
{
|
||||
"git-tree": "f5258ce203526b7be2ba77c9ab6deb7a197273af",
|
||||
"version": "10.0.23",
|
||||
|
Loading…
Reference in New Issue
Block a user