[libhsplasma] Update to 2022-05-19 (#25133)

* [libhsplasma] bump to current

* add-x-version
This commit is contained in:
Adam Johnson 2022-06-08 07:35:11 -04:00 committed by GitHub
parent e279491392
commit 4b313f0289
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 12 additions and 6 deletions

View File

@ -1,8 +1,8 @@
vcpkg_from_github( vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH OUT_SOURCE_PATH SOURCE_PATH
REPO H-uru/libhsplasma REPO H-uru/libhsplasma
REF e435db76f86a0258ccd6f62a8bcd1f8b42d4f22d #2021.06.08 REF 2327302a62b891f551b5f6daf899cf86997dce72 # 2022.05.19
SHA512 ebd53633f22662793613c689b5a07f6149ed2b437c42a024e7c14a18d4411356edb11c95c08e1215dde443988fd1e4bcdd8d35fc30ca2545f507d6a61565cc69 SHA512 89755e502e4a66a56013e3ff52c8d0c2350e5681be49c1b47f580591e3c3da24c587dee5af4f9524ea43f2d86f24ecef611d62d6045b293eb8d09cd5f0ac3d18
HEAD_REF master HEAD_REF master
) )
@ -27,4 +27,5 @@ vcpkg_fixup_pkgconfig()
vcpkg_copy_pdbs() vcpkg_copy_pdbs()
file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug/include") 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) file(INSTALL "${SOURCE_PATH}/COPYING" DESTINATION "${CURRENT_PACKAGES_DIR}/share/${PORT}" RENAME copyright)

View File

@ -1,9 +1,9 @@
{ {
"name": "libhsplasma", "name": "libhsplasma",
"version-string": "2021.06.08", "version-date": "2022-05-19",
"port-version": 1,
"description": "Cross-platform Plasma data and network library", "description": "Cross-platform Plasma data and network library",
"homepage": "https://github.com/H-uru/libhsplasma", "homepage": "https://github.com/H-uru/libhsplasma",
"license": "GPL-3.0-or-later",
"supports": "!(arm | uwp)", "supports": "!(arm | uwp)",
"dependencies": [ "dependencies": [
"libjpeg-turbo", "libjpeg-turbo",

View File

@ -3661,8 +3661,8 @@
"port-version": 3 "port-version": 3
}, },
"libhsplasma": { "libhsplasma": {
"baseline": "2021.06.08", "baseline": "2022-05-19",
"port-version": 1 "port-version": 0
}, },
"libhv": { "libhv": {
"baseline": "1.2.4", "baseline": "1.2.4",

View File

@ -1,5 +1,10 @@
{ {
"versions": [ "versions": [
{
"git-tree": "8b2f7f61711ccfb81d5d9a8b34e057494bd5f902",
"version-date": "2022-05-19",
"port-version": 0
},
{ {
"git-tree": "1e9aee8fff86881286f825d1efa9afd1d4f013c6", "git-tree": "1e9aee8fff86881286f825d1efa9afd1d4f013c6",
"version-string": "2021.06.08", "version-string": "2021.06.08",