Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[DPP] Bump to version 10.0.24 #31568

Merged
merged 6 commits into from
May 24, 2023
Merged
Show file tree
Hide file tree
Changes from 4 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 1 addition & 5 deletions ports/dpp/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -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
braindigitalis marked this conversation as resolved.
Show resolved Hide resolved
SHA512 2f1e5415c121d5f19d2abb1b389512ad22c3cac6779ed897403d430b2c4e62c758ab25d46a3fd02538add711073fadd616a690b4981f3782e46c18ff05d116dc
)

vcpkg_cmake_configure(
Expand All @@ -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}")

3 changes: 1 addition & 2 deletions ports/dpp/vcpkg.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
4 changes: 2 additions & 2 deletions versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -2153,8 +2153,8 @@
"port-version": 1
},
"dpp": {
"baseline": "10.0.23",
"port-version": 1
"baseline": "10.0.24",
"port-version": 0
},
"draco": {
"baseline": "1.5.6",
Expand Down
5 changes: 5 additions & 0 deletions versions/d-/dpp.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "aa6c5a950fd9417562f788b27a61c2d3c5e4f4d8",
"version": "10.0.24",
"port-version": 0
},
{
"git-tree": "f5258ce203526b7be2ba77c9ab6deb7a197273af",
"version": "10.0.23",
Expand Down