diff --git a/ports/libhsplasma/portfile.cmake b/ports/libhsplasma/portfile.cmake index 5393b9ca569..e805e844f89 100644 --- a/ports/libhsplasma/portfile.cmake +++ b/ports/libhsplasma/portfile.cmake @@ -1,8 +1,8 @@ vcpkg_from_github( OUT_SOURCE_PATH SOURCE_PATH REPO H-uru/libhsplasma - REF e435db76f86a0258ccd6f62a8bcd1f8b42d4f22d #2021.06.08 - SHA512 ebd53633f22662793613c689b5a07f6149ed2b437c42a024e7c14a18d4411356edb11c95c08e1215dde443988fd1e4bcdd8d35fc30ca2545f507d6a61565cc69 + REF 2327302a62b891f551b5f6daf899cf86997dce72 # 2022.05.19 + SHA512 89755e502e4a66a56013e3ff52c8d0c2350e5681be49c1b47f580591e3c3da24c587dee5af4f9524ea43f2d86f24ecef611d62d6045b293eb8d09cd5f0ac3d18 HEAD_REF master ) @@ -27,4 +27,5 @@ vcpkg_fixup_pkgconfig() vcpkg_copy_pdbs() file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug/include") +file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug/share") file(INSTALL "${SOURCE_PATH}/COPYING" DESTINATION "${CURRENT_PACKAGES_DIR}/share/${PORT}" RENAME copyright) diff --git a/ports/libhsplasma/vcpkg.json b/ports/libhsplasma/vcpkg.json index 92bc718ae02..44639e11ce8 100644 --- a/ports/libhsplasma/vcpkg.json +++ b/ports/libhsplasma/vcpkg.json @@ -1,9 +1,9 @@ { "name": "libhsplasma", - "version-string": "2021.06.08", - "port-version": 1, + "version-date": "2022-05-19", "description": "Cross-platform Plasma data and network library", "homepage": "https://github.com/H-uru/libhsplasma", + "license": "GPL-3.0-or-later", "supports": "!(arm | uwp)", "dependencies": [ "libjpeg-turbo", diff --git a/versions/baseline.json b/versions/baseline.json index bc6ae776684..3c9b1f60fcc 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -3661,8 +3661,8 @@ "port-version": 3 }, "libhsplasma": { - "baseline": "2021.06.08", - "port-version": 1 + "baseline": "2022-05-19", + "port-version": 0 }, "libhv": { "baseline": "1.2.4", diff --git a/versions/l-/libhsplasma.json b/versions/l-/libhsplasma.json index 146287506c0..dcfd8672acc 100644 --- a/versions/l-/libhsplasma.json +++ b/versions/l-/libhsplasma.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "8b2f7f61711ccfb81d5d9a8b34e057494bd5f902", + "version-date": "2022-05-19", + "port-version": 0 + }, { "git-tree": "1e9aee8fff86881286f825d1efa9afd1d4f013c6", "version-string": "2021.06.08",