[DiscordCoreAPI] to v2.0.1 and [Jsonifier] to v0.9.9 (#34341)

This commit is contained in:
RealTimeChris 2023-10-09 18:35:53 -04:00 committed by GitHub
parent 8cad42c221
commit aada2de03f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
8 changed files with 19 additions and 8 deletions

View File

@ -6,7 +6,7 @@ vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO RealTimeChris/DiscordCoreAPI
REF "v${VERSION}"
SHA512 60b63c65bdc32a541a9287afc6de21b0fa3caf717abbd442df08c8e52f1516f1d33b2fc6cf5f230061776aa48af5b4c54c9a0facf061e682371f566c991670a2
SHA512 57a8389718cd0f03a6e7a53e39d5ee267140cb4696c89abf6ac424d78f69516d6dc12f24ac19bc07533f9509459b987e2d2c1d7426d2f727ea124f5fcb649512
HEAD_REF main
)

View File

@ -1,10 +1,10 @@
{
"name": "discordcoreapi",
"version": "2.0",
"version": "2.0.1",
"description": "A Discord bot library written in C++ using custom asynchronous coroutines.",
"homepage": "https://discordcoreapi.com",
"license": "MIT",
"supports": "(windows & x64 & !xbox) | (linux & x64)",
"supports": "(windows & x64 & !xbox) | (linux & x64) | (osx & x64)",
"dependencies": [
"jsonifier",
"libsodium",

View File

@ -2,7 +2,7 @@ vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO realtimechris/jsonifier
REF "v${VERSION}"
SHA512 6cc28660c8dd9a5e299d8ebcc2c26d1859925b00e58db96351a17a12934df78b1e1a2d3b26fccdee0e2bbb46a13e26dbae7149a80611b02bc69aad6874c11df2
SHA512 1e51b64a802437674d87a6a61396b2e3878fece954be8560b6ef8fc58a6180c82c3e0f7d922c77c881dd3029f83866842fa146501f961faff3aa3072dadd5e1b
HEAD_REF main
)

View File

@ -1,10 +1,10 @@
{
"name": "jsonifier",
"version": "0.9.8",
"version": "0.9.9",
"description": "A few classes for parsing and serializing json - very rapidly.",
"homepage": "https://github.com/realtimechris/jsonifier",
"license": "MIT",
"supports": "(windows & x64 & !uwp & !xbox) | (linux & x64) | (osx & x64)",
"supports": "(windows & x64 & !xbox) | (linux & x64) | (osx & x64)",
"dependencies": [
{
"name": "vcpkg-cmake",

View File

@ -287,6 +287,7 @@ directxsdk:x64-windows=skip
directxsdk:x64-windows-static-md=skip
discord-rpc:arm64-uwp=fail
discord-rpc:x64-uwp=fail
discordcoreapi:x64-osx=fail
discount:x64-android=fail
dlib:arm64-uwp=fail
dlib:x64-uwp=fail

View File

@ -2173,7 +2173,7 @@
"port-version": 3
},
"discordcoreapi": {
"baseline": "2.0",
"baseline": "2.0.1",
"port-version": 0
},
"discount": {
@ -3605,7 +3605,7 @@
"port-version": 0
},
"jsonifier": {
"baseline": "0.9.8",
"baseline": "0.9.9",
"port-version": 0
},
"jsonnet": {

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "3b4e38bd8dd9683ee4923d31a64426a01e8b3466",
"version": "2.0.1",
"port-version": 0
},
{
"git-tree": "374bc763a70ab0e9556a40bdea62ea9a9cf7d8bd",
"version": "2.0",

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "9e89f30157ff02233bb4ec6661f40356e6a94260",
"version": "0.9.9",
"port-version": 0
},
{
"git-tree": "3e076a2668e15aa6ad44ff29f45356467f745766",
"version": "0.9.8",