aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonLiu1993 <63675417+JonLiu1993@users.noreply.github.com>2021-02-27 05:14:35 +0800
committerGitHub <noreply@github.com>2021-02-26 13:14:35 -0800
commite3e1b64d2aaec22b713f9f1cf2f32e59a4b7c401 (patch)
tree22c2403f066f0ce759759958c208be1dc2edc990
parentd8f0941690337acef83a4a76a70e09993eb2b55a (diff)
downloadvcpkg-e3e1b64d2aaec22b713f9f1cf2f32e59a4b7c401.tar.gz
vcpkg-e3e1b64d2aaec22b713f9f1cf2f32e59a4b7c401.zip
[concurrentqueue] Update to 1.0.3 (#16404)
* [concurrentqueue] Update to 1.0.3 * update version
-rw-r--r--ports/concurrentqueue/CONTROL4
-rw-r--r--ports/concurrentqueue/portfile.cmake4
-rw-r--r--ports/concurrentqueue/vcpkg.json6
-rw-r--r--versions/baseline.json2
-rw-r--r--versions/c-/concurrentqueue.json5
5 files changed, 14 insertions, 7 deletions
diff --git a/ports/concurrentqueue/CONTROL b/ports/concurrentqueue/CONTROL
deleted file mode 100644
index c39dd4366..000000000
--- a/ports/concurrentqueue/CONTROL
+++ /dev/null
@@ -1,4 +0,0 @@
-Source: concurrentqueue
-Version: 1.0.2
-Homepage: https://github.com/cameron314/concurrentqueue
-Description: A fast multi-producer, multi-consumer lock-free concurrent queue for C++11
diff --git a/ports/concurrentqueue/portfile.cmake b/ports/concurrentqueue/portfile.cmake
index d2d104d33..ed5c189f9 100644
--- a/ports/concurrentqueue/portfile.cmake
+++ b/ports/concurrentqueue/portfile.cmake
@@ -2,8 +2,8 @@
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO cameron314/concurrentqueue
- REF v1.0.2
- SHA512 9f5e42c0956d142741be3772cbf49a22179e78571df0e5c680a48ff46b9228981c7d5ca56ee77ae6e1bf2396c4a81f12cb72cfdd689219a6346fa29f6f9ea866
+ REF 3747268264d0fa113e981658a99ceeae4dad05b7# v1.0.3
+ SHA512 798d61e8e5b87cd1870df20410db18e2fcbc5e4e1d849308663cc0403a0d50d29b72428fc0a39231ae8bcb460c946559bde0f2d22584c335fe849cbcbe607ec2
HEAD_REF master
)
diff --git a/ports/concurrentqueue/vcpkg.json b/ports/concurrentqueue/vcpkg.json
new file mode 100644
index 000000000..f091937d6
--- /dev/null
+++ b/ports/concurrentqueue/vcpkg.json
@@ -0,0 +1,6 @@
+{
+ "name": "concurrentqueue",
+ "version": "1.0.3",
+ "description": "A fast multi-producer, multi-consumer lock-free concurrent queue for C++11",
+ "homepage": "https://github.com/cameron314/concurrentqueue"
+}
diff --git a/versions/baseline.json b/versions/baseline.json
index 6e3bf0039..57d938f03 100644
--- a/versions/baseline.json
+++ b/versions/baseline.json
@@ -1309,7 +1309,7 @@
"port-version": 1
},
"concurrentqueue": {
- "baseline": "1.0.2",
+ "baseline": "1.0.3",
"port-version": 0
},
"console-bridge": {
diff --git a/versions/c-/concurrentqueue.json b/versions/c-/concurrentqueue.json
index db7c25ecd..444fe721b 100644
--- a/versions/c-/concurrentqueue.json
+++ b/versions/c-/concurrentqueue.json
@@ -1,6 +1,11 @@
{
"versions": [
{
+ "git-tree": "929e70702c63103c0ec48d7de8cfe3da02f699ba",
+ "version": "1.0.3",
+ "port-version": 0
+ },
+ {
"git-tree": "c3ff6de6bf5fe5a62c4fc71aa6b58aff79d246d2",
"version-string": "1.0.2",
"port-version": 0