mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-27 18:31:15 +08:00
Updating the necessary files. (#35358)
This commit is contained in:
parent
c01832ef83
commit
16eaa5d37f
@ -6,7 +6,7 @@ vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO RealTimeChris/DiscordCoreAPI
|
||||
REF "v${VERSION}"
|
||||
SHA512 678f2cf892139582cf5d77a33d4f03cfb2d264d5f0af3912ffd378ab05ee40f27703c9ad5496a72af68fb8ea2ab66192701f911b0d1bfff53542fd1d7e9ec65e
|
||||
SHA512 12302c6ef374ee7e88538c4f736642ab15b6455f3db08ffd2028a84c843c0c13300f3ee300f5e12d3c7621fa9f914d3ceb29da52587ed678f6d0ce41c3d9e0d5
|
||||
HEAD_REF main
|
||||
)
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "discordcoreapi",
|
||||
"version": "2.0.2",
|
||||
"version": "2.0.3",
|
||||
"description": "A Discord bot library written in C++ using custom asynchronous coroutines.",
|
||||
"homepage": "https://discordcoreapi.com",
|
||||
"license": "MIT",
|
||||
|
@ -1,8 +1,8 @@
|
||||
vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO realtimechris/jsonifier
|
||||
REF "v${VERSION}"
|
||||
SHA512 e2611b116cd6d73426b32fea11b3b52527466e7e59d8e8c842ccca9dac2b42679457d7ad77e11512c15fb319e650c74bbee0dce3ae7d24c127b756790eebf020
|
||||
REF "v${VERSION}"
|
||||
SHA512 436dc66699ef924ca953e4d05b035ff7279fbbae932e74902eed0c6b9fd3e2bf282425c82f0d7d65392307602b5c603cf956d513df4c080c76566d4d9c61b373
|
||||
HEAD_REF main
|
||||
PATCHES
|
||||
uninstall-head.patch
|
||||
|
@ -1,7 +1,6 @@
|
||||
{
|
||||
"name": "jsonifier",
|
||||
"version": "0.9.91",
|
||||
"port-version": 1,
|
||||
"version": "0.9.92",
|
||||
"description": "A few classes for parsing and serializing json - very rapidly.",
|
||||
"homepage": "https://github.com/realtimechris/jsonifier",
|
||||
"license": "MIT",
|
||||
|
@ -282,6 +282,7 @@ directxsdk:x64-windows=skip
|
||||
directxsdk:x64-windows-static-md=skip
|
||||
discord-rpc:arm64-uwp=fail
|
||||
discord-rpc:x64-uwp=fail
|
||||
discordcoreapi:x64-linux=fail
|
||||
discordcoreapi:x64-osx=fail
|
||||
discount:x64-android=fail
|
||||
drogon:arm-neon-android=fail
|
||||
|
@ -2205,7 +2205,7 @@
|
||||
"port-version": 3
|
||||
},
|
||||
"discordcoreapi": {
|
||||
"baseline": "2.0.2",
|
||||
"baseline": "2.0.3",
|
||||
"port-version": 0
|
||||
},
|
||||
"discount": {
|
||||
@ -3689,8 +3689,8 @@
|
||||
"port-version": 2
|
||||
},
|
||||
"jsonifier": {
|
||||
"baseline": "0.9.91",
|
||||
"port-version": 1
|
||||
"baseline": "0.9.92",
|
||||
"port-version": 0
|
||||
},
|
||||
"jsonnet": {
|
||||
"baseline": "0.20.0",
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "a836f4645f8f1dd567ed87160f62c4026b8db784",
|
||||
"version": "2.0.3",
|
||||
"port-version": 0
|
||||
},
|
||||
{
|
||||
"git-tree": "4105594f2f8aef84bb0aa20917d473727e0d9700",
|
||||
"version": "2.0.2",
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "58dc6092ed3ff864e9b96b10b265586bffac3eeb",
|
||||
"version": "0.9.92",
|
||||
"port-version": 0
|
||||
},
|
||||
{
|
||||
"git-tree": "be9213f10f70e56d8f7fad547c9691558f9babc9",
|
||||
"version": "0.9.91",
|
||||
|
Loading…
x
Reference in New Issue
Block a user