aboutsummaryrefslogtreecommitdiff
path: root/ports/taskflow
diff options
context:
space:
mode:
authorchausner <15180557+chausner@users.noreply.github.com>2021-09-13 23:43:59 +0200
committerGitHub <noreply@github.com>2021-09-13 14:43:59 -0700
commit0adcf54f037b5bb4837e0905ab63f0ca0d4cd3b4 (patch)
treeda8d9c40989a252144856d27c204740e8ee286bc /ports/taskflow
parent061e92ab17c2e21c3d73c7ea7319fe4e925bd8c3 (diff)
downloadvcpkg-0adcf54f037b5bb4837e0905ab63f0ca0d4cd3b4.tar.gz
vcpkg-0adcf54f037b5bb4837e0905ab63f0ca0d4cd3b4.zip
[Taskflow] update to 3.2.0 (#20122)
* Update taskflow to 3.2.0 * Update CI baseline Co-authored-by: chausner <chausner@users.noreply.github.com>
Diffstat (limited to 'ports/taskflow')
-rw-r--r--ports/taskflow/portfile.cmake4
-rw-r--r--ports/taskflow/vcpkg.json2
2 files changed, 3 insertions, 3 deletions
diff --git a/ports/taskflow/portfile.cmake b/ports/taskflow/portfile.cmake
index 67fff78f0..56e6564a3 100644
--- a/ports/taskflow/portfile.cmake
+++ b/ports/taskflow/portfile.cmake
@@ -2,8 +2,8 @@
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO taskflow/taskflow
- REF 86460588739bc15205e491ed3ef35030f6bec040 #v3.1.0
- SHA512 c52952795f233f1e13d6d4f6e473bc8cfcfb6d245ba268874cb2fcb51766b2d57fc8a445a059ea215727f6f621c3fa95d1654223d21a6771a27a02048f904f5d
+ REF cbcf750895259d1e01089d4cc4535dc962bc7848 #v3.2.0
+ SHA512 584f81a8c9d314fbd5bc3497cead659488e17ded90cca9144e867ea5d18f50bd8bc554eaefc21ed82e73b5c92a89c5502434e214b0543b65442a2c261d2ef396
HEAD_REF master
)
diff --git a/ports/taskflow/vcpkg.json b/ports/taskflow/vcpkg.json
index bf4d7f905..a71f32208 100644
--- a/ports/taskflow/vcpkg.json
+++ b/ports/taskflow/vcpkg.json
@@ -1,6 +1,6 @@
{
"name": "taskflow",
- "version": "3.1.0",
+ "version": "3.2.0",
"description": "Fast Parallel Tasking Programming Library using Modern C++",
"homepage": "https://github.com/taskflow/taskflow"
}