Updating the necessary files. (#33788)

This commit is contained in:
RealTimeChris 2023-09-18 12:54:09 -04:00 committed by GitHub
parent 500700a90c
commit cc9679a9b4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
7 changed files with 16 additions and 6 deletions

View File

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

View File

@ -1,6 +1,6 @@
{
"name": "discordcoreapi",
"version": "1.90",
"version": "2.0",
"description": "A Discord bot library written in C++ using custom asynchronous coroutines.",
"homepage": "https://discordcoreapi.com",
"license": "MIT",

View File

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

View File

@ -1,6 +1,6 @@
{
"name": "jsonifier",
"version": "0.9.7",
"version": "0.9.8",
"description": "A few classes for parsing and serializing json - very rapidly.",
"homepage": "https://github.com/realtimechris/jsonifier",
"license": "MIT",

View File

@ -2165,7 +2165,7 @@
"port-version": 3
},
"discordcoreapi": {
"baseline": "1.90",
"baseline": "2.0",
"port-version": 0
},
"discount": {
@ -3569,7 +3569,7 @@
"port-version": 0
},
"jsonifier": {
"baseline": "0.9.7",
"baseline": "0.9.8",
"port-version": 0
},
"jsonnet": {

View File

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

View File

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