mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 02:11:36 +08:00
[Jsonifier] to v0.9.97 and [DiscordCoreAPI] to v2.0.7 (#40868)
Co-authored-by: Cheney Wang <38240633+Cheney-W@users.noreply.github.com> Co-authored-by: WangWeiLin-MV <156736127+WangWeiLin-MV@users.noreply.github.com>
This commit is contained in:
parent
1185e7591f
commit
e63bd09dc0
@ -6,7 +6,7 @@ vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO RealTimeChris/DiscordCoreAPI
|
||||
REF "v${VERSION}"
|
||||
SHA512 99d1792e9949e50c856fb1833a839ae8c31cd9290c43b6091086387722d838472088443352b8ebdbd88f0e7ac5bfa756e175e4f048def1b30153623f532c7e5a
|
||||
SHA512 344e960491e17e9626f6ab4a42f28fe59842c0c15cf32ef2508e850099105667c651feaa6dd642207413fbeac43283310fe2b9a98a2ebfd4a49716da43e5cade
|
||||
HEAD_REF main
|
||||
)
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "discordcoreapi",
|
||||
"version": "2.0.6",
|
||||
"version": "2.0.7",
|
||||
"description": "A Discord bot library written in C++ using custom asynchronous coroutines.",
|
||||
"homepage": "https://discordcoreapi.com",
|
||||
"license": "MIT",
|
||||
|
@ -2,7 +2,7 @@ vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO realtimechris/jsonifier
|
||||
REF "v${VERSION}"
|
||||
SHA512 7f86c6634a599fafaba012d30c586340074cbed9d9ac6eadc270da253b725ce9ae9f920d1bf1e60530579b6e4fb4cd5c0eda8c491c0c704da471e4ac05c29c7b
|
||||
SHA512 6168378a117850297fcda78853a0babd0ce7e0ca21b3e8c276acb7e75e04d85ed8909061a62e3324c309fe9e31bc59d89ea06e47853b50481843273e95172ab8
|
||||
HEAD_REF main
|
||||
)
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "jsonifier",
|
||||
"version": "0.9.96",
|
||||
"version": "0.9.97",
|
||||
"description": "A few classes for parsing and serializing json - very rapidly.",
|
||||
"homepage": "https://github.com/realtimechris/jsonifier",
|
||||
"license": "MIT",
|
||||
|
@ -303,11 +303,6 @@ discord-rpc:arm64-uwp=fail
|
||||
discord-rpc:x64-uwp=fail
|
||||
discordcoreapi:x64-linux=skip # cause linux CI to hang https://github.com/microsoft/vcpkg/pull/40229
|
||||
discordcoreapi:x64-osx=fail
|
||||
# failed with dependency https://github.com/RealTimeChris/DiscordCoreAPI/issues/45
|
||||
discordcoreapi:x64-uwp=fail
|
||||
discordcoreapi:x64-windows=fail
|
||||
discordcoreapi:x64-windows-static=fail
|
||||
discordcoreapi:x64-windows-static-md=fail
|
||||
discount:x64-android=fail
|
||||
eathread:x64-android=fail
|
||||
ecal:arm-neon-android=fail
|
||||
|
@ -2329,7 +2329,7 @@
|
||||
"port-version": 4
|
||||
},
|
||||
"discordcoreapi": {
|
||||
"baseline": "2.0.6",
|
||||
"baseline": "2.0.7",
|
||||
"port-version": 0
|
||||
},
|
||||
"discount": {
|
||||
@ -3877,7 +3877,7 @@
|
||||
"port-version": 0
|
||||
},
|
||||
"jsonifier": {
|
||||
"baseline": "0.9.96",
|
||||
"baseline": "0.9.97",
|
||||
"port-version": 0
|
||||
},
|
||||
"jsonnet": {
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "b3a2a5137d39b32f98a88f4e454b885a6097929f",
|
||||
"version": "2.0.7",
|
||||
"port-version": 0
|
||||
},
|
||||
{
|
||||
"git-tree": "cf7406d145c55d85306226b283a9d7b3224e62c2",
|
||||
"version": "2.0.6",
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "dfff3ea4e35d5d5df9f66101829cfe766e5b6f66",
|
||||
"version": "0.9.97",
|
||||
"port-version": 0
|
||||
},
|
||||
{
|
||||
"git-tree": "8f2f2b25b98924de736300a7cefc6ff2f3e07449",
|
||||
"version": "0.9.96",
|
||||
|
Loading…
Reference in New Issue
Block a user