Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[DiscordCoreAPI] Updating to version 2022-10-12 #27205

Merged
merged 11 commits into from
Oct 13, 2022
4 changes: 2 additions & 2 deletions ports/discordcoreapi/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ endif()
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO RealTimeChris/DiscordCoreAPI
REF 057df9c13edce1939e48abb0ecbf737bd8349bd2
SHA512 81ec37163c7667e3f87b91db95f71f52d3a9301200131626e67fae1d23a774edf6e0597d987a7a7cc4128419a147da0766186e9ee5a14efafc5751c8de31ca27
REF 76579b6ed6e4417cea6bd3f1202a7c6d400c7b21
SHA512 2d6b7722c8c0a5cb4dda7ad2ace06bdf7feeda70cb10ed34a8baf07c9f1c6a92cb33750b7a399a08012dc65e35f222505bd978232cafd645312b5944f0078eb5
HEAD_REF main
)

Expand Down
2 changes: 1 addition & 1 deletion ports/discordcoreapi/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "discordcoreapi",
"version-date": "2022-09-25",
"version-date": "2022-10-12",
"description": "A Discord bot library written in C++ using custom asynchronous coroutines.",
"homepage": "https://discordcoreapi.com",
"license": "LGPL-2.1-or-later",
Expand Down
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -1961,7 +1961,7 @@
"port-version": 1
},
"discordcoreapi": {
"baseline": "2022-09-25",
"baseline": "2022-10-12",
"port-version": 0
},
"discount": {
Expand Down
5 changes: 5 additions & 0 deletions versions/d-/discordcoreapi.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "176943241df65995c37a1a7b1f9033d2feb1bc45",
"version-date": "2022-10-12",
"port-version": 0
},
{
"git-tree": "0d2e0511274658095bc45584a95d7964017f0f9a",
"version-date": "2022-09-25",
Expand Down