Skip to content

Commit

Permalink
Updating version database.
Browse files Browse the repository at this point in the history
  • Loading branch information
RealTimeChris committed Apr 7, 2022
1 parent 5c4fde4 commit bb44c59
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions ports/discordcoreapi/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ endif()
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO RealTimeChris/DiscordCoreAPI
REF e3b7f0f718c7e67c8a2c7b3a6d223503215d81b3
SHA512 c3bdcb692a9f1f7de602624e1fe1ac35c004a50510d48154b3a5822889f1aa5bdc4893b8433ad1a6a6d85154ba2d11462e0b5c711214063c6b2b4f915892e1cf
REF 3668803a4c1fc780ecfef6f374f1bc18c9dbb008
SHA512 657adcdc08c0bbff825425c32ec838b8275683ea8112ae72dd46b0068939c6c296d6ca35faf01f1af3942770fa1d62986a725eb2e574d60929129107d7791a9c
HEAD_REF main
)

Expand All @@ -16,12 +16,12 @@ vcpkg_cmake_configure(

vcpkg_cmake_install()

vcpkg_copy_pdbs()

vcpkg_cmake_config_fixup(NO_PREFIX_CORRECTION)

vcpkg_fixup_pkgconfig()

vcpkg_copy_pdbs()

file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug/include")

if(VCPKG_LIBRARY_LINKAGE STREQUAL "static")
Expand Down
2 changes: 1 addition & 1 deletion ports/discordcoreapi/vcpkg.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "A Discord bot library written in C++ using custom asynchronous coroutines.",
"homepage": "https://discordcoreapi.com",
"license": "AGPL-3.0-or-later",
"supports": "(windows & x64 & !static) | (linux & x64)",
"supports": "(!static & x64 & (windows | uwp)) | (x64 & linux)",
"dependencies": [
"curl",
"ffmpeg",
Expand Down
2 changes: 1 addition & 1 deletion versions/d-/discordcoreapi.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"versions": [
{
"git-tree": "bdb620d5722e60dc65f60bb2e3538de86c8fb459",
"git-tree": "e60207cd96b8ffb704dd7ce537531fb336ca0c84",
"version-date": "2022-03-30",
"port-version": 0
}
Expand Down

0 comments on commit bb44c59

Please sign in to comment.