[bot] Update DPP to v10.0.29 (#35613)

This commit is contained in:
Craig Edwards (Brain) 2023-12-12 09:09:10 +00:00 committed by GitHub
parent 583ba9175e
commit 4df73f7116
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 8 additions and 3 deletions

View File

@ -2,7 +2,7 @@ vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH OUT_SOURCE_PATH SOURCE_PATH
REPO brainboxdotcc/DPP REPO brainboxdotcc/DPP
REF "v${VERSION}" REF "v${VERSION}"
SHA512 497451c880c92356aa7884bcd7a89a8642ab54a8141fb0b24de85a46d6d00c74e7f24cc09bd5ad9b9faff58f7837825486b261d75b63e630bf114fde5813d1e1 SHA512 fcb9b8181827fc63fb2f9aff44e697d18a0bfd94714888492a63a04e0112f42f9506bfab8181e822aa5ce85e6b6a8aa44e0774baeac3e52c3f41348cbf55a76a
) )
vcpkg_cmake_configure( vcpkg_cmake_configure(

View File

@ -1,6 +1,6 @@
{ {
"name": "dpp", "name": "dpp",
"version": "10.0.28", "version": "10.0.29",
"description": "D++ Extremely Lightweight C++ Discord Library.", "description": "D++ Extremely Lightweight C++ Discord Library.",
"homepage": "https://dpp.dev/", "homepage": "https://dpp.dev/",
"license": "Apache-2.0", "license": "Apache-2.0",

View File

@ -2265,7 +2265,7 @@
"port-version": 1 "port-version": 1
}, },
"dpp": { "dpp": {
"baseline": "10.0.28", "baseline": "10.0.29",
"port-version": 0 "port-version": 0
}, },
"draco": { "draco": {

View File

@ -1,5 +1,10 @@
{ {
"versions": [ "versions": [
{
"git-tree": "57e513b7c5b9b43418e0be4bdbb739359878baaa",
"version": "10.0.29",
"port-version": 0
},
{ {
"git-tree": "f9104c5be5bad205d3b5210b5ba79dfe577e51de", "git-tree": "f9104c5be5bad205d3b5210b5ba79dfe577e51de",
"version": "10.0.28", "version": "10.0.28",