We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d0a0090 commit a44948aCopy full SHA for a44948a
Vcpkg/ports/discordcoreapi/portfile.cmake
@@ -6,7 +6,7 @@ vcpkg_from_github(
6
OUT_SOURCE_PATH SOURCE_PATH
7
REPO RealTimeChris/DiscordCoreAPI
8
REF "v${VERSION}"
9
- SHA512 d977ed7d8805f0b110450d3baf0256eae11ecc25947496c657a9c9b17aa9222db92435f28ebd924c166927e4714b3e9ae388f64836175cc96b78b08315031ede
+ SHA512 f4957899d8bb8683d9a9515a1e58fc3c0babc69f19bf671209ce4a187fb7c50b5b3d31a167100da702801bcc52892a1923d50bdcb6e5d1dc4f2e6f3c329e5661
10
HEAD_REF main
11
)
12
Vcpkg/ports/discordcoreapi/vcpkg.json
@@ -1,6 +1,6 @@
1
{
2
"name": "discordcoreapi",
3
- "version": "2.0.8",
+ "version": "2.0.9",
4
"description": "A Discord bot library written in C++ using custom asynchronous coroutines.",
5
"homepage": "https://discordcoreapi.com",
"license": "MIT",
0 commit comments