mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-26 01:30:55 +08:00
[atomic-queue] update to 1.6.5 (#41327)
This commit is contained in:
parent
1d6436322d
commit
54eb2f9bbc
@ -2,7 +2,7 @@ vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO max0x7ba/atomic_queue
|
||||
REF "v${VERSION}"
|
||||
SHA512 1e6aa7f06f8254520303e600187c4d2968ca3747ab3127e6a58e537c34bc06d0a417c20c1d7fabbfd81eec1936cd3017c1b5eb546f8fcb4993ccc0708667da73
|
||||
SHA512 2c1813074fd166f1d3491527a1faac1cc297f0b0e15fedf66a64465efc310256cce657e7205e41d277fa513bb322d18a273c6a9a6ce85ec8d182a2c81f90c35c
|
||||
HEAD_REF master
|
||||
)
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "atomic-queue",
|
||||
"version": "1.6.4",
|
||||
"version": "1.6.5",
|
||||
"description": "Minimalistic header-only thread-safe ultra-low-latency multiple-producer-multiple-consumer lockless queues based on circular buffer with std::atomic.",
|
||||
"homepage": "https://github.com/max0x7ba/atomic_queue",
|
||||
"license": "MIT"
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "f66ffc7a1238fb105af0cd946544c2a94600fce9",
|
||||
"version": "1.6.5",
|
||||
"port-version": 0
|
||||
},
|
||||
{
|
||||
"git-tree": "b88cd34bcb65c0fa36106282bd37722c6a65e853",
|
||||
"version": "1.6.4",
|
||||
|
@ -333,7 +333,7 @@
|
||||
"port-version": 3
|
||||
},
|
||||
"atomic-queue": {
|
||||
"baseline": "1.6.4",
|
||||
"baseline": "1.6.5",
|
||||
"port-version": 0
|
||||
},
|
||||
"attr": {
|
||||
|
Loading…
x
Reference in New Issue
Block a user