aboutsummaryrefslogtreecommitdiff
path: root/ports/taskflow
diff options
context:
space:
mode:
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"
}