aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRémy Tassoux <contact@rt2.fr>2019-11-04 21:59:41 +0100
committerGitHub <noreply@github.com>2019-11-04 21:59:41 +0100
commit9b3f7a503c12f96ec2d0e0efe741657f9f85d54f (patch)
tree6e8be76931c5c8b090b0aa728c598080d6848e61
parent7b7908bd30591d84b8731aff296aeaf607e3e429 (diff)
downloadvcpkg-9b3f7a503c12f96ec2d0e0efe741657f9f85d54f.tar.gz
vcpkg-9b3f7a503c12f96ec2d0e0efe741657f9f85d54f.zip
[bitsery] Update to 5.0.1
-rw-r--r--ports/bitsery/CONTROL2
-rw-r--r--ports/bitsery/portfile.cmake7
2 files changed, 4 insertions, 5 deletions
diff --git a/ports/bitsery/CONTROL b/ports/bitsery/CONTROL
index 63ebade47..f2f18255a 100644
--- a/ports/bitsery/CONTROL
+++ b/ports/bitsery/CONTROL
@@ -1,3 +1,3 @@
Source: bitsery
-Version: 5.0.0
+Version: 5.0.1-1
Description: Header only C++ binary serialization library
diff --git a/ports/bitsery/portfile.cmake b/ports/bitsery/portfile.cmake
index 8900f27b0..53a8bc5ac 100644
--- a/ports/bitsery/portfile.cmake
+++ b/ports/bitsery/portfile.cmake
@@ -3,8 +3,8 @@ include(vcpkg_common_functions)
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO fraillt/bitsery
- REF f85dff74151530fb05241877e3c80afab5891467
- SHA512 27dc79e80224f1429fccbbff75d9562e19db60a50567cb66c7999587cbf4a0b8344e3865ec804c63d05e041377dcc30de6fdc5ddfb99c779894ddd811f0d4a71
+ REF v5.0.1
+ SHA512 b4bb0cdec177b2b3e02f66bd313e4742345c5d928d862be3a3cf1b726006741cf6db2258bb7078bb42f46ed6247838c553bbb9c95b42566d9b05397554676696
HEAD_REF master
PATCHES fix-install-paths.patch
)
@@ -19,5 +19,4 @@ vcpkg_install_cmake()
# Delete redundant and empty directories
file(REMOVE_RECURSE ${CURRENT_PACKAGES_DIR}/debug)
-# Install license
-file(INSTALL ${SOURCE_PATH}/LICENSE DESTINATION ${CURRENT_PACKAGES_DIR}/share/bitsery RENAME copyright)
+file(INSTALL ${SOURCE_PATH}/LICENSE DESTINATION ${CURRENT_PACKAGES_DIR}/share/${PORT} RENAME copyright)