зеркало из https://github.com/microsoft/vcpkg.git
[DiscordCoreAPI] Update to version 2022-06-18. (#25292)
* Updates! * Updating version data. * Updates! * Updates! * Updates! * Updates! * Updates! * Fixed an issue. * Fixed an issue. * Fixed an issue. * Fixed an issue. * Fixed an issue. * Fixed an issue. * Fixed an issue. * Fixed an issue. * Fixed an issue. * Fixed an issue. * Fixed an issue. * Fixing an issue. * Fixing an issue. * Fixing an issue. * Fixing an issue. * Updates! * Updates! * Updating version info. * Updating version info. * Updating version info. * Minor modifications. * Minor modifications. * Fixed a voice data interpolation issue. * Fixed a voice data interpolation issue. * Fixed a voice data interpolation issue. * Fixed a voice data interpolation issue. * Updates! * Updates! * Updates! * Updates! * Updates - fixed a thread contention issue. * Updates - fixed a thread contention issue. * Update portfile.cmake * Update versions/d-/discordcoreapi.json * Update portfile.cmake * Updating - fixing an issue. * Updating - fixing an issue. * Updates - fixed a voice reconnection issue. * Updates - fixed a voice reconnection issue. Co-authored-by: Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com>
This commit is contained in:
Родитель
d6aff8080a
Коммит
b54b707136
|
@ -5,8 +5,8 @@ endif()
|
|||
vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO RealTimeChris/DiscordCoreAPI
|
||||
REF e80a0209c3192252ac7f7cd6a4d16afaf42f7902
|
||||
SHA512 6f318e12613b5a5103ffdd093ab7e281ffcc1320de2f7612a55d5402d2dc85d24356acd8a27c0734b1eec2bc0dc6f8a6e1fa97ea200a18c2d05225ab472ecffc
|
||||
REF c708c4c78b1478123bca314718ce5e2c2edafcf8
|
||||
SHA512 66415ad7ec0cfce55f3d89edb89e821b6c9d97cfcfbd0b9b321f2546f1f58511d72b9aa9a91f878441b445bdda7d259ec25e441cfe9101793348b92c3600ba5f
|
||||
HEAD_REF main
|
||||
)
|
||||
|
||||
|
|
|
@ -1,14 +1,12 @@
|
|||
{
|
||||
"name": "discordcoreapi",
|
||||
"version-date": "2022-05-05",
|
||||
"version-date": "2022-06-18",
|
||||
"description": "A Discord bot library written in C++ using custom asynchronous coroutines.",
|
||||
"homepage": "https://discordcoreapi.com",
|
||||
"license": "AGPL-3.0-or-later",
|
||||
"supports": "(windows & x64 & !static) | (linux & x64)",
|
||||
"dependencies": [
|
||||
"curl",
|
||||
"ffmpeg",
|
||||
"glib",
|
||||
"libsodium",
|
||||
"nlohmann-json",
|
||||
"openssl",
|
||||
|
|
|
@ -1917,7 +1917,7 @@
|
|||
"port-version": 1
|
||||
},
|
||||
"discordcoreapi": {
|
||||
"baseline": "2022-05-05",
|
||||
"baseline": "2022-06-18",
|
||||
"port-version": 0
|
||||
},
|
||||
"discount": {
|
||||
|
|
|
@ -1,5 +1,10 @@
|
|||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "3d2d47eba4f4f28696fbc652359684d4018fab53",
|
||||
"version-date": "2022-06-18",
|
||||
"port-version": 0
|
||||
},
|
||||
{
|
||||
"git-tree": "c672bbd1eb0e22b11d0f3c20202a603c3a4634ed",
|
||||
"version-date": "2022-05-05",
|
||||
|
|
Загрузка…
Ссылка в новой задаче