diff options
| author | Rémy Tassoux <contact@rt2.fr> | 2020-11-25 20:24:10 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-11-25 11:24:10 -0800 |
| commit | 385a4607c6c691f4f6a9c2ed103b493ebf157e66 (patch) | |
| tree | 24adf27077d1a7e674917b81a9cb855cf512f2ea | |
| parent | 2534ea40a4f95a297cad65b0ae1ce6547334f721 (diff) | |
| download | vcpkg-385a4607c6c691f4f6a9c2ed103b493ebf157e66.tar.gz vcpkg-385a4607c6c691f4f6a9c2ed103b493ebf157e66.zip | |
[bitsery] Update to 5.2.1 (#14722)
https://github.com/fraillt/bitsery/releases/tag/v5.2.1
| -rw-r--r-- | ports/bitsery/CONTROL | 2 | ||||
| -rw-r--r-- | ports/bitsery/portfile.cmake | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/ports/bitsery/CONTROL b/ports/bitsery/CONTROL index f219deb6e..30c159d8b 100644 --- a/ports/bitsery/CONTROL +++ b/ports/bitsery/CONTROL @@ -1,4 +1,4 @@ Source: bitsery -Version: 5.1.0 +Version: 5.2.1 Description: Header only C++ binary serialization library Homepage: https://github.com/fraillt/bitsery diff --git a/ports/bitsery/portfile.cmake b/ports/bitsery/portfile.cmake index 1069ed64c..146f6f75d 100644 --- a/ports/bitsery/portfile.cmake +++ b/ports/bitsery/portfile.cmake @@ -1,8 +1,8 @@ vcpkg_from_github( OUT_SOURCE_PATH SOURCE_PATH REPO fraillt/bitsery - REF d7876808195834f05fd84619b8f6b266e5c1d5bd - SHA512 ac2c6e3907f8ee8cf51070b3c00aab9071586510d8cfe30f9660ed5aa9918cd996c806b1db2b46d464f1d933fc41472e5406e63ba4814bdc37d2b0f1ad6e1083 + REF db884a0656a3aabb87da1ae6edf12629507f76a7 + SHA512 7c94a09ed7cf07aa6c347d2960de622c5d69a25c7af501d10224b02f9db1bb191e8a5f7f096de488650f5a164e554b20f950fcdde423afced0ebfed249cb1c3d HEAD_REF master ) @@ -13,7 +13,7 @@ vcpkg_configure_cmake( vcpkg_install_cmake() -vcpkg_fixup_cmake_targets( CONFIG_PATH lib/cmake/${PORT} ) +vcpkg_fixup_cmake_targets(CONFIG_PATH lib/cmake/${PORT}) file(REMOVE_RECURSE ${CURRENT_PACKAGES_DIR}/lib) file(REMOVE_RECURSE ${CURRENT_PACKAGES_DIR}/debug) |
