mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-18 15:47:52 +08:00
[DPP] Bump to version 10.0.30 (#38811)
**This PR updates DPP package to 10.0.30** Our vcpkg update is built from our CI actions. - #### Which triplets are supported/not supported? Have you updated the [CI baseline](https://github.com/microsoft/vcpkg/blob/master/scripts/ci.baseline.txt)? `Triplets are unchanged, baseline not updated.` - #### Does your PR follow the [maintainer guide](https://github.com/microsoft/vcpkg/blob/master/docs/maintainers/maintainer-guide.md)? `Yes` - #### If you have added/updated a port: Have you run `./vcpkg x-add-version --all` and committed the result? `Yes`
This commit is contained in:
parent
8a875a6fc0
commit
dbcf97b9d9
@ -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 fcb9b8181827fc63fb2f9aff44e697d18a0bfd94714888492a63a04e0112f42f9506bfab8181e822aa5ce85e6b6a8aa44e0774baeac3e52c3f41348cbf55a76a
|
SHA512 4842e5e688893275e524f998bdcac1d308165a02c280f69eaa898aa8f9986a97fe687e20e3428f30777c49f1feb47905da462bbdba8c9a5ea00067e560208f91
|
||||||
)
|
)
|
||||||
|
|
||||||
vcpkg_cmake_configure(
|
vcpkg_cmake_configure(
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "dpp",
|
"name": "dpp",
|
||||||
"version": "10.0.29",
|
"version": "10.0.30",
|
||||||
"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",
|
||||||
|
@ -2333,7 +2333,7 @@
|
|||||||
"port-version": 1
|
"port-version": 1
|
||||||
},
|
},
|
||||||
"dpp": {
|
"dpp": {
|
||||||
"baseline": "10.0.29",
|
"baseline": "10.0.30",
|
||||||
"port-version": 0
|
"port-version": 0
|
||||||
},
|
},
|
||||||
"draco": {
|
"draco": {
|
||||||
|
@ -1,5 +1,10 @@
|
|||||||
{
|
{
|
||||||
"versions": [
|
"versions": [
|
||||||
|
{
|
||||||
|
"git-tree": "2224384b8c94dc8993bee072c9f506ef17e6eef4",
|
||||||
|
"version": "10.0.30",
|
||||||
|
"port-version": 0
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"git-tree": "57e513b7c5b9b43418e0be4bdbb739359878baaa",
|
"git-tree": "57e513b7c5b9b43418e0be4bdbb739359878baaa",
|
||||||
"version": "10.0.29",
|
"version": "10.0.29",
|
||||||
|
Loading…
Reference in New Issue
Block a user