Skip to content

Commit

Permalink
[libhsplasma] Update to 2022-05-19 (#25133)
Browse files Browse the repository at this point in the history
* [libhsplasma] bump to current

* add-x-version
  • Loading branch information
Hoikas authored Jun 8, 2022
1 parent e279491 commit 4b313f0
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 6 deletions.
5 changes: 3 additions & 2 deletions ports/libhsplasma/portfile.cmake
Original file line number Diff line number Diff line change
@@ -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
)

Expand All @@ -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)
4 changes: 2 additions & 2 deletions ports/libhsplasma/vcpkg.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
4 changes: 2 additions & 2 deletions versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
5 changes: 5 additions & 0 deletions versions/l-/libhsplasma.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "8b2f7f61711ccfb81d5d9a8b34e057494bd5f902",
"version-date": "2022-05-19",
"port-version": 0
},
{
"git-tree": "1e9aee8fff86881286f825d1efa9afd1d4f013c6",
"version-string": "2021.06.08",
Expand Down

0 comments on commit 4b313f0

Please sign in to comment.