mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-01-15 14:18:49 +08:00
[DPP] Bump to version 10.0.33 (#41688)
This commit is contained in:
parent
d567b667ad
commit
ffe14b97c2
@ -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 0aac06f8ee67e3b4c430c9844beb6bdc3e31adebfcb2c077d18be8a8295451d70735f96dd5316d299df30b4cc4229180ffbad5095e51b49adf182290a8133a90
|
SHA512 69fe3323aceb4ad52ec1fcfb38a8770e88c03ae0b6cb49768441b603e13659625720d984b992311fcca8ef863d40b8b7fb082996fae2d396e785b637b673a328
|
||||||
)
|
)
|
||||||
|
|
||||||
vcpkg_cmake_configure(
|
vcpkg_cmake_configure(
|
||||||
|
@ -1,12 +1,11 @@
|
|||||||
{
|
{
|
||||||
"name": "dpp",
|
"name": "dpp",
|
||||||
"version": "10.0.31",
|
"version": "10.0.33",
|
||||||
"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",
|
||||||
"supports": "(windows & !static & !uwp) | linux | osx",
|
"supports": "(windows & !static & !uwp) | linux | osx",
|
||||||
"dependencies": [
|
"dependencies": [
|
||||||
"libsodium",
|
|
||||||
"nlohmann-json",
|
"nlohmann-json",
|
||||||
"openssl",
|
"openssl",
|
||||||
"opus",
|
"opus",
|
||||||
|
@ -2381,7 +2381,7 @@
|
|||||||
"port-version": 0
|
"port-version": 0
|
||||||
},
|
},
|
||||||
"dpp": {
|
"dpp": {
|
||||||
"baseline": "10.0.31",
|
"baseline": "10.0.33",
|
||||||
"port-version": 0
|
"port-version": 0
|
||||||
},
|
},
|
||||||
"draco": {
|
"draco": {
|
||||||
|
@ -1,5 +1,10 @@
|
|||||||
{
|
{
|
||||||
"versions": [
|
"versions": [
|
||||||
|
{
|
||||||
|
"git-tree": "58fffa3b78cf2a0c2e28b5abdd40931a4b0a5c40",
|
||||||
|
"version": "10.0.33",
|
||||||
|
"port-version": 0
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"git-tree": "190a206eddf272472a4668d756e0293096341f97",
|
"git-tree": "190a206eddf272472a4668d756e0293096341f97",
|
||||||
"version": "10.0.31",
|
"version": "10.0.31",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user