mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-27 22:51:37 +08:00
[vcpkg baseline] Update discordcoreapi, jsonifier version (#32563)
This commit is contained in:
parent
679b49480a
commit
452ed95c1c
@ -6,7 +6,7 @@ vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO RealTimeChris/DiscordCoreAPI
|
||||
REF "v${VERSION}"
|
||||
SHA512 a073aa37c666083ed62ff036cd5a3419d6d558b952aceec0c8584b0889bc0402625e2318255d2a92949e1954e70f54892157edd2374b7152eadc0bb5ba868b65
|
||||
SHA512 e10bcf274b2487d117990a511b87d9ef15e390f23c5788ba34043167211a7182bbbb9c81ed0eb4f3a3435fa692401f3f7c4a6a15a2c7cbdcd2230d122d2ced13
|
||||
HEAD_REF main
|
||||
)
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "discordcoreapi",
|
||||
"version": "1.50",
|
||||
"version": "1.60",
|
||||
"description": "A Discord bot library written in C++ using custom asynchronous coroutines.",
|
||||
"homepage": "https://discordcoreapi.com",
|
||||
"license": "LGPL-2.1-or-later",
|
||||
|
@ -2,7 +2,7 @@ vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO realtimechris/jsonifier
|
||||
REF "v${VERSION}"
|
||||
SHA512 6b7af20a5cfedd98200e537b284d513f8ee964d76c28d8f01cdc40e324f051b3fa48c2d68ddc92c8dd2ed494b807b4dfdaca25430fc4f6bf68b9e9a8fc9a8644
|
||||
SHA512 d06000ed5c9311e840fee37a85085d9f8712fc65d83f6e52ae08f31bdcba80309064ccb1978e5ca8d76e2c848f7506e5a1830e2536ba38955f5bb45866664cab
|
||||
HEAD_REF main
|
||||
)
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "jsonifier",
|
||||
"version": "0.9.4",
|
||||
"version": "0.9.5",
|
||||
"description": "A few classes for parsing and serializing json - very rapidly.",
|
||||
"homepage": "https://github.com/realtimechris/jsonifier",
|
||||
"license": "MIT",
|
||||
|
@ -2133,7 +2133,7 @@
|
||||
"port-version": 3
|
||||
},
|
||||
"discordcoreapi": {
|
||||
"baseline": "1.50",
|
||||
"baseline": "1.60",
|
||||
"port-version": 0
|
||||
},
|
||||
"discount": {
|
||||
@ -3517,7 +3517,7 @@
|
||||
"port-version": 0
|
||||
},
|
||||
"jsonifier": {
|
||||
"baseline": "0.9.4",
|
||||
"baseline": "0.9.5",
|
||||
"port-version": 0
|
||||
},
|
||||
"jsonnet": {
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "1ed32e38f0959575a32ad92111e6e2b157184cfd",
|
||||
"version": "1.60",
|
||||
"port-version": 0
|
||||
},
|
||||
{
|
||||
"git-tree": "5470dc11ff71563bac3bd6d27b677561051a995f",
|
||||
"version": "1.50",
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "fb8f713395cadfb17465e75f390763ae796b0a11",
|
||||
"version": "0.9.5",
|
||||
"port-version": 0
|
||||
},
|
||||
{
|
||||
"git-tree": "81bce1af7b2990ff2664572b50e320b112044b78",
|
||||
"version": "0.9.4",
|
||||
|
Loading…
Reference in New Issue
Block a user