Updating the necessary files. (#33217)

This commit is contained in:
RealTimeChris 2023-08-17 14:08:58 -04:00 committed by GitHub
parent 0b01579433
commit a41cb3e775
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 158beeb5739ab69e5d2977c78030b24cada3e32a9b53ec0195a7b17b30c686ecd3fe29f5f11a530118312bd14db5b8d0ac0707e1675d0a3fc4da355ad66527dd
SHA512 5db6a8190aa5189647207399b8ae165963029e517aa6e57564c428def19dab13811a627b8114382fe757b986fdc0d50da23680dadb417d63c0254450b3b302e9
HEAD_REF main
)

View File

@ -1,6 +1,6 @@
{
"name": "discordcoreapi",
"version": "1.70",
"version": "1.80",
"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 d06000ed5c9311e840fee37a85085d9f8712fc65d83f6e52ae08f31bdcba80309064ccb1978e5ca8d76e2c848f7506e5a1830e2536ba38955f5bb45866664cab
SHA512 160fa6c542d4dbd0ef931c10e4e4c8c1bc9917742f66e341b823bb890729d311e2990455be1187fe8b1f4d71e7bc85e107c4a367ace514bd911b8185a6f43e86
HEAD_REF main
)

View File

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

View File

@ -2157,7 +2157,7 @@
"port-version": 3
},
"discordcoreapi": {
"baseline": "1.70",
"baseline": "1.80",
"port-version": 0
},
"discount": {
@ -3549,7 +3549,7 @@
"port-version": 0
},
"jsonifier": {
"baseline": "0.9.5",
"baseline": "0.9.6",
"port-version": 0
},
"jsonnet": {

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "789b50745e33c0e6eaa40302779200a613b44a08",
"version": "1.80",
"port-version": 0
},
{
"git-tree": "dfd9cf5247abe59fa2e2465e9768f4da42ae3508",
"version": "1.70",

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "a7b70ee5b86b8dcecc7c0661491a4f1b84adc315",
"version": "0.9.6",
"port-version": 0
},
{
"git-tree": "fb8f713395cadfb17465e75f390763ae796b0a11",
"version": "0.9.5",