aboutsummaryrefslogtreecommitdiff
path: root/ports/cpp-taskflow
diff options
context:
space:
mode:
authorReinforce-II <fate@eastal.com>2019-08-07 14:22:31 +0900
committerVictor Romero <romerosanchezv@gmail.com>2019-08-06 22:22:31 -0700
commit554668ce8d3ba988c3aacb7b4be0be5c7fad7f33 (patch)
tree57a95869f44c28e86f675374c55813c2e7ab6e7b /ports/cpp-taskflow
parent47a03142e4831c3b4e34114f4e193965dedc4c93 (diff)
downloadvcpkg-554668ce8d3ba988c3aacb7b4be0be5c7fad7f33.tar.gz
vcpkg-554668ce8d3ba988c3aacb7b4be0be5c7fad7f33.zip
[cpp-taskflow] update to 2.2.0 (#7554)
* [cpp-taskflow] update to 2.2.0 * use release tag instead of the commit id
Diffstat (limited to 'ports/cpp-taskflow')
-rw-r--r--ports/cpp-taskflow/CONTROL2
-rw-r--r--ports/cpp-taskflow/portfile.cmake4
2 files changed, 3 insertions, 3 deletions
diff --git a/ports/cpp-taskflow/CONTROL b/ports/cpp-taskflow/CONTROL
index 4abf5457f..69b58ea81 100644
--- a/ports/cpp-taskflow/CONTROL
+++ b/ports/cpp-taskflow/CONTROL
@@ -1,3 +1,3 @@
Source: cpp-taskflow
-Version: 2018-11-30
+Version: 2.2.0
Description: Fast Parallel Tasking Programming Library using Modern C++.
diff --git a/ports/cpp-taskflow/portfile.cmake b/ports/cpp-taskflow/portfile.cmake
index 1f596f0d4..5160d02a2 100644
--- a/ports/cpp-taskflow/portfile.cmake
+++ b/ports/cpp-taskflow/portfile.cmake
@@ -5,8 +5,8 @@ include(vcpkg_common_functions)
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO cpp-taskflow/cpp-taskflow
- REF 97252f7d782c6e896122645175c08131ce10e649
- SHA512 df8ae9ea449663cb548f3c37346c2e0c785add2d86b9c618aea2741d81fe88c34b0d3d0e610a4b571973f9bc18631becedfe28e029ecf0c0cc87e4c35a280a29
+ REF v2.2.0
+ SHA512 c075f1b7e4dd6ed6d9561b860b660ee4b28eddb321d8aa8746fbec45b1039ab686700156e4273da5a4ac7af0707975331befd9bf3e51f18925ea3a9a60083549
HEAD_REF master
)