mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-27 19:59:06 +08:00
[concurrentqueue] Update to 1.0.4 (#32183)
* [concurrentqueue] Update to 1.0.4 * [concurrentqueue] Update version files * [concurrentqueue] Remove deprecated vcpkg_minimum_required call * [concurrentqueue] Update version files
This commit is contained in:
parent
245b5fedb3
commit
b799de0c54
@ -1,9 +1,10 @@
|
||||
# header-only library
|
||||
|
||||
vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO cameron314/concurrentqueue
|
||||
REF 3747268264d0fa113e981658a99ceeae4dad05b7# v1.0.3
|
||||
SHA512 798d61e8e5b87cd1870df20410db18e2fcbc5e4e1d849308663cc0403a0d50d29b72428fc0a39231ae8bcb460c946559bde0f2d22584c335fe849cbcbe607ec2
|
||||
REF v${VERSION}
|
||||
SHA512 a27306d1a7ad725daf5155a8e33a93efd29839708b2147ba703d036c4a92e04cbd8a505d804d2596ccb4dd797e88aca030b1cb34a4eaf09c45abb0ab55e604ea
|
||||
HEAD_REF master
|
||||
)
|
||||
|
||||
@ -26,4 +27,5 @@ configure_file(
|
||||
|
||||
file(GLOB HEADER_FILES "${SOURCE_PATH}/*.h")
|
||||
file(INSTALL ${HEADER_FILES} DESTINATION "${CURRENT_PACKAGES_DIR}/include/${PORT}")
|
||||
file(INSTALL "${SOURCE_PATH}/LICENSE.md" DESTINATION "${CURRENT_PACKAGES_DIR}/share/${PORT}" RENAME copyright)
|
||||
|
||||
vcpkg_install_copyright(FILE_LIST "${SOURCE_PATH}/LICENSE.md")
|
||||
|
@ -1,9 +1,9 @@
|
||||
{
|
||||
"name": "concurrentqueue",
|
||||
"version": "1.0.3",
|
||||
"port-version": 1,
|
||||
"version": "1.0.4",
|
||||
"description": "A fast multi-producer, multi-consumer lock-free concurrent queue for C++11",
|
||||
"homepage": "https://github.com/cameron314/concurrentqueue",
|
||||
"license": "BSD-2-Clause OR BSL-1.0",
|
||||
"dependencies": [
|
||||
{
|
||||
"name": "vcpkg-cmake",
|
||||
|
@ -1701,8 +1701,8 @@
|
||||
"port-version": 1
|
||||
},
|
||||
"concurrentqueue": {
|
||||
"baseline": "1.0.3",
|
||||
"port-version": 1
|
||||
"baseline": "1.0.4",
|
||||
"port-version": 0
|
||||
},
|
||||
"configcat": {
|
||||
"baseline": "2.0.1",
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "d9e893a30c08cf74ea4155c9110c47d605e1e534",
|
||||
"version": "1.0.4",
|
||||
"port-version": 0
|
||||
},
|
||||
{
|
||||
"git-tree": "2a8223a8b75af74f94551fb342fd576e893c1ba7",
|
||||
"version": "1.0.3",
|
||||
|
Loading…
Reference in New Issue
Block a user