diff --git a/ports/discordcoreapi/portfile.cmake b/ports/discordcoreapi/portfile.cmake index 6e949c2609..58c50c6eb7 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 60b63c65bdc32a541a9287afc6de21b0fa3caf717abbd442df08c8e52f1516f1d33b2fc6cf5f230061776aa48af5b4c54c9a0facf061e682371f566c991670a2 + SHA512 57a8389718cd0f03a6e7a53e39d5ee267140cb4696c89abf6ac424d78f69516d6dc12f24ac19bc07533f9509459b987e2d2c1d7426d2f727ea124f5fcb649512 HEAD_REF main ) diff --git a/ports/discordcoreapi/vcpkg.json b/ports/discordcoreapi/vcpkg.json index 9c49ebf14a..7781e56fa1 100644 --- a/ports/discordcoreapi/vcpkg.json +++ b/ports/discordcoreapi/vcpkg.json @@ -1,10 +1,10 @@ { "name": "discordcoreapi", - "version": "2.0", + "version": "2.0.1", "description": "A Discord bot library written in C++ using custom asynchronous coroutines.", "homepage": "https://discordcoreapi.com", "license": "MIT", - "supports": "(windows & x64 & !xbox) | (linux & x64)", + "supports": "(windows & x64 & !xbox) | (linux & x64) | (osx & x64)", "dependencies": [ "jsonifier", "libsodium", diff --git a/ports/jsonifier/portfile.cmake b/ports/jsonifier/portfile.cmake index cd1f9563ea..1556a53bc0 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 6cc28660c8dd9a5e299d8ebcc2c26d1859925b00e58db96351a17a12934df78b1e1a2d3b26fccdee0e2bbb46a13e26dbae7149a80611b02bc69aad6874c11df2 + SHA512 1e51b64a802437674d87a6a61396b2e3878fece954be8560b6ef8fc58a6180c82c3e0f7d922c77c881dd3029f83866842fa146501f961faff3aa3072dadd5e1b HEAD_REF main ) diff --git a/ports/jsonifier/vcpkg.json b/ports/jsonifier/vcpkg.json index 130ad4cb40..6038fd9b90 100644 --- a/ports/jsonifier/vcpkg.json +++ b/ports/jsonifier/vcpkg.json @@ -1,10 +1,10 @@ { "name": "jsonifier", - "version": "0.9.8", + "version": "0.9.9", "description": "A few classes for parsing and serializing json - very rapidly.", "homepage": "https://github.com/realtimechris/jsonifier", "license": "MIT", - "supports": "(windows & x64 & !uwp & !xbox) | (linux & x64) | (osx & x64)", + "supports": "(windows & x64 & !xbox) | (linux & x64) | (osx & x64)", "dependencies": [ { "name": "vcpkg-cmake", diff --git a/scripts/ci.baseline.txt b/scripts/ci.baseline.txt index d3f996e999..29c97317da 100644 --- a/scripts/ci.baseline.txt +++ b/scripts/ci.baseline.txt @@ -287,6 +287,7 @@ directxsdk:x64-windows=skip directxsdk:x64-windows-static-md=skip discord-rpc:arm64-uwp=fail discord-rpc:x64-uwp=fail +discordcoreapi:x64-osx=fail discount:x64-android=fail dlib:arm64-uwp=fail dlib:x64-uwp=fail diff --git a/versions/baseline.json b/versions/baseline.json index c9eae07add..54f3bf838d 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -2173,7 +2173,7 @@ "port-version": 3 }, "discordcoreapi": { - "baseline": "2.0", + "baseline": "2.0.1", "port-version": 0 }, "discount": { @@ -3605,7 +3605,7 @@ "port-version": 0 }, "jsonifier": { - "baseline": "0.9.8", + "baseline": "0.9.9", "port-version": 0 }, "jsonnet": { diff --git a/versions/d-/discordcoreapi.json b/versions/d-/discordcoreapi.json index aaa0d2bc20..fb065baf9e 100644 --- a/versions/d-/discordcoreapi.json +++ b/versions/d-/discordcoreapi.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "3b4e38bd8dd9683ee4923d31a64426a01e8b3466", + "version": "2.0.1", + "port-version": 0 + }, { "git-tree": "374bc763a70ab0e9556a40bdea62ea9a9cf7d8bd", "version": "2.0", diff --git a/versions/j-/jsonifier.json b/versions/j-/jsonifier.json index 1ce6a7c736..62aa5f801e 100644 --- a/versions/j-/jsonifier.json +++ b/versions/j-/jsonifier.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "9e89f30157ff02233bb4ec6661f40356e6a94260", + "version": "0.9.9", + "port-version": 0 + }, { "git-tree": "3e076a2668e15aa6ad44ff29f45356467f745766", "version": "0.9.8",