From ab298c2235d83ad7fdda737c8e584420a4629f0b Mon Sep 17 00:00:00 2001 From: RealTimeChris <40668522+RealTimeChris@users.noreply.github.com> Date: Thu, 5 Dec 2024 17:46:31 -0500 Subject: [PATCH] [DiscordCoreAPI] to v2.0.8 and [Jsonifier] to v0.9.98 (#42386) Co-authored-by: WangWeiLin-MV <156736127+WangWeiLin-MV@users.noreply.github.com> --- ports/discordcoreapi/portfile.cmake | 4 +--- ports/discordcoreapi/vcpkg.json | 3 +-- ports/jsonifier/portfile.cmake | 4 +--- ports/jsonifier/vcpkg.json | 3 +-- versions/baseline.json | 8 ++++---- versions/d-/discordcoreapi.json | 5 +++++ versions/j-/jsonifier.json | 5 +++++ 7 files changed, 18 insertions(+), 14 deletions(-) diff --git a/ports/discordcoreapi/portfile.cmake b/ports/discordcoreapi/portfile.cmake index d17a421156..eb99479b29 100644 --- a/ports/discordcoreapi/portfile.cmake +++ b/ports/discordcoreapi/portfile.cmake @@ -6,7 +6,7 @@ vcpkg_from_github( OUT_SOURCE_PATH SOURCE_PATH REPO RealTimeChris/DiscordCoreAPI REF "v${VERSION}" - SHA512 344e960491e17e9626f6ab4a42f28fe59842c0c15cf32ef2508e850099105667c651feaa6dd642207413fbeac43283310fe2b9a98a2ebfd4a49716da43e5cade + SHA512 d977ed7d8805f0b110450d3baf0256eae11ecc25947496c657a9c9b17aa9222db92435f28ebd924c166927e4714b3e9ae388f64836175cc96b78b08315031ede HEAD_REF main ) @@ -23,8 +23,6 @@ endif() vcpkg_cmake_configure( SOURCE_PATH "${SOURCE_PATH}" - # Due to CMake/DCADetectArchitecture.cmake invoking a sub-CMake and using the source tree as the target - DISABLE_PARALLEL_CONFIGURE ) vcpkg_cmake_install() diff --git a/ports/discordcoreapi/vcpkg.json b/ports/discordcoreapi/vcpkg.json index 3417fc992a..f15ce5e973 100644 --- a/ports/discordcoreapi/vcpkg.json +++ b/ports/discordcoreapi/vcpkg.json @@ -1,7 +1,6 @@ { "name": "discordcoreapi", - "version": "2.0.7", - "port-version": 1, + "version": "2.0.8", "description": "A Discord bot library written in C++ using custom asynchronous coroutines.", "homepage": "https://discordcoreapi.com", "license": "MIT", diff --git a/ports/jsonifier/portfile.cmake b/ports/jsonifier/portfile.cmake index 79b10828fc..22d4b01a37 100644 --- a/ports/jsonifier/portfile.cmake +++ b/ports/jsonifier/portfile.cmake @@ -2,7 +2,7 @@ vcpkg_from_github( OUT_SOURCE_PATH SOURCE_PATH REPO realtimechris/jsonifier REF "v${VERSION}" - SHA512 6168378a117850297fcda78853a0babd0ce7e0ca21b3e8c276acb7e75e04d85ed8909061a62e3324c309fe9e31bc59d89ea06e47853b50481843273e95172ab8 + SHA512 d6465426218429a1597fa66b2d8cb912bce00831d663be7b8ea406267537dd6f455c1b99c3c8551dd8165a75d9dbe42fefedbad5979eb45d01e0286f08daad96 HEAD_REF main ) @@ -10,8 +10,6 @@ set(VCPKG_BUILD_TYPE release) # header-only vcpkg_cmake_configure( SOURCE_PATH "${SOURCE_PATH}" - # Due to CMake/JsonifierDetectArchitecture.cmake invoking a sub-CMake and using the source tree as the target - DISABLE_PARALLEL_CONFIGURE ) vcpkg_cmake_install() diff --git a/ports/jsonifier/vcpkg.json b/ports/jsonifier/vcpkg.json index da80b4e090..1d9196252a 100644 --- a/ports/jsonifier/vcpkg.json +++ b/ports/jsonifier/vcpkg.json @@ -1,7 +1,6 @@ { "name": "jsonifier", - "version": "0.9.97", - "port-version": 1, + "version": "0.9.98", "description": "A few classes for parsing and serializing json - very rapidly.", "homepage": "https://github.com/realtimechris/jsonifier", "license": "MIT", diff --git a/versions/baseline.json b/versions/baseline.json index 09ee9d1c91..f43f1ee942 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -2357,8 +2357,8 @@ "port-version": 4 }, "discordcoreapi": { - "baseline": "2.0.7", - "port-version": 1 + "baseline": "2.0.8", + "port-version": 0 }, "discount": { "baseline": "3.0.0d", @@ -3909,8 +3909,8 @@ "port-version": 0 }, "jsonifier": { - "baseline": "0.9.97", - "port-version": 1 + "baseline": "0.9.98", + "port-version": 0 }, "jsonnet": { "baseline": "0.20.0", diff --git a/versions/d-/discordcoreapi.json b/versions/d-/discordcoreapi.json index 9902de2ffd..5b1842b48c 100644 --- a/versions/d-/discordcoreapi.json +++ b/versions/d-/discordcoreapi.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "27e0ce86a5c8ede0c9f6c3586bb53ec3d15dfd9f", + "version": "2.0.8", + "port-version": 0 + }, { "git-tree": "1371e3f72145af807a144e3fadb1daf58c0b7cdd", "version": "2.0.7", diff --git a/versions/j-/jsonifier.json b/versions/j-/jsonifier.json index af011007e6..998079574e 100644 --- a/versions/j-/jsonifier.json +++ b/versions/j-/jsonifier.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "1c74184d63d1f960f3abc909d45469b454b30c9f", + "version": "0.9.98", + "port-version": 0 + }, { "git-tree": "5d654c9f844e2a31fdefed0d5e628d241e6451f6", "version": "0.9.97",