Skip to content

Commit

Permalink
Merge branch 'master' of github.com:brainboxdotcc/DPP into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
braindigitalis committed Nov 30, 2023
2 parents eb3b533 + d66b99a commit 0920c64
Show file tree
Hide file tree
Showing 5 changed files with 221 additions and 143 deletions.
2 changes: 1 addition & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ updates:
- package-ecosystem: "gitsubmodule"
directory: "/"
schedule:
interval: "daily"
interval: "monthly"
target-branch: "dev"
allow:
- dependency-name: "doxygen-awesome-css"
Expand Down
2 changes: 1 addition & 1 deletion vcpkg/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 b26ac0aeff359737498394f832c1b5ac918e662b5a290ccc9a5e6131c743d85fa6f6cf3984c709381c97430195015399d530f29ce733b93a02e3c0ea36b8350b
SHA512 497451c880c92356aa7884bcd7a89a8642ab54a8141fb0b24de85a46d6d00c74e7f24cc09bd5ad9b9faff58f7837825486b261d75b63e630bf114fde5813d1e1
)

vcpkg_cmake_configure(
Expand Down
2 changes: 1 addition & 1 deletion vcpkg/ports/dpp/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "dpp",
"version": "10.0.27",
"version": "10.0.28",
"description": "D++ Extremely Lightweight C++ Discord Library.",
"homepage": "https://dpp.dev/",
"license": "Apache-2.0",
Expand Down
Loading

0 comments on commit 0920c64

Please sign in to comment.