[concurrentqueue] Update to 1.0.2 (#13820)

https://github.com/cameron314/concurrentqueue/releases/tag/v1.0.2
This commit is contained in:
Rémy Tassoux 2020-10-06 19:31:45 +02:00 committed by GitHub
parent 50092417f7
commit 40230b8e3f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 7 deletions

View File

@ -1,3 +1,4 @@
Source: concurrentqueue
Version: 1.0.1
Version: 1.0.2
Homepage: https://github.com/cameron314/concurrentqueue
Description: A fast multi-producer, multi-consumer lock-free concurrent queue for C++11

View File

@ -1,11 +1,10 @@
# header-only library
include(vcpkg_common_functions)
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO cameron314/concurrentqueue
REF 79cec4c3bf1ca23ea4a03adfcd3c2c3659684dd2 # v1.0.1
SHA512 04f4d378cfc3d90772144e89c0ec6b310354befb3f2068bf8b16f5f672604436149fef04035435f2067f606241cb726702941cf17b0305aa5cf32bd51b5c3bbd
REF v1.0.2
SHA512 9f5e42c0956d142741be3772cbf49a22179e78571df0e5c680a48ff46b9228981c7d5ca56ee77ae6e1bf2396c4a81f12cb72cfdd689219a6346fa29f6f9ea866
HEAD_REF master
)
@ -27,7 +26,6 @@ configure_file(
@ONLY
)
file(INSTALL ${SOURCE_PATH}/LICENSE.md DESTINATION ${CURRENT_PACKAGES_DIR}/share/concurrentqueue RENAME copyright)
file(GLOB HEADER_FILES ${SOURCE_PATH}/*.h)
file(COPY ${HEADER_FILES} DESTINATION ${CURRENT_PACKAGES_DIR}/include/concurrentqueue)
file(INSTALL ${HEADER_FILES} DESTINATION ${CURRENT_PACKAGES_DIR}/include/${PORT})
file(INSTALL ${SOURCE_PATH}/LICENSE.md DESTINATION ${CURRENT_PACKAGES_DIR}/share/${PORT} RENAME copyright)