Skip to content

Commit

Permalink
[DPP] Bump to version 10.0.31 (#41118)
Browse files Browse the repository at this point in the history
  • Loading branch information
braindigitalis committed Sep 23, 2024
1 parent 7a23bce commit ed44c84
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ports/dpp/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO brainboxdotcc/DPP
REF "v${VERSION}"
SHA512 4842e5e688893275e524f998bdcac1d308165a02c280f69eaa898aa8f9986a97fe687e20e3428f30777c49f1feb47905da462bbdba8c9a5ea00067e560208f91
SHA512 0aac06f8ee67e3b4c430c9844beb6bdc3e31adebfcb2c077d18be8a8295451d70735f96dd5316d299df30b4cc4229180ffbad5095e51b49adf182290a8133a90
)

vcpkg_cmake_configure(
Expand Down
2 changes: 1 addition & 1 deletion ports/dpp/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "dpp",
"version": "10.0.30",
"version": "10.0.31",
"description": "D++ Extremely Lightweight C++ Discord Library.",
"homepage": "https://dpp.dev/",
"license": "Apache-2.0",
Expand Down
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -2377,7 +2377,7 @@
"port-version": 0
},
"dpp": {
"baseline": "10.0.30",
"baseline": "10.0.31",
"port-version": 0
},
"draco": {
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": "190a206eddf272472a4668d756e0293096341f97",
"version": "10.0.31",
"port-version": 0
},
{
"git-tree": "2224384b8c94dc8993bee072c9f506ef17e6eef4",
"version": "10.0.30",
Expand Down

0 comments on commit ed44c84

Please sign in to comment.