mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-01-19 04:43:02 +08:00
[taskflow] update to 3.1.0 (#17407)
* [taskflow] update to 3.1.0 * update version
This commit is contained in:
parent
4e103fa5d2
commit
68047ccea7
@ -1,4 +0,0 @@
|
||||
Source: taskflow
|
||||
Version: 3.0.0
|
||||
Description: Fast Parallel Tasking Programming Library using Modern C++.
|
||||
Homepage: https://github.com/taskflow/taskflow
|
@ -2,8 +2,8 @@
|
||||
vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO taskflow/taskflow
|
||||
REF v3.0.0
|
||||
SHA512 5c838ff4436ade1f3755eb6859f724188be2bfcd11baf172413a0bdc18bc516b7b911e6d83a140c95548f844a8c8b908992bdec10b3b6569876a3e3b2d5b821e
|
||||
REF 86460588739bc15205e491ed3ef35030f6bec040 #v3.1.0
|
||||
SHA512 c52952795f233f1e13d6d4f6e473bc8cfcfb6d245ba268874cb2fcb51766b2d57fc8a445a059ea215727f6f621c3fa95d1654223d21a6771a27a02048f904f5d
|
||||
HEAD_REF master
|
||||
)
|
||||
|
||||
|
6
ports/taskflow/vcpkg.json
Normal file
6
ports/taskflow/vcpkg.json
Normal file
@ -0,0 +1,6 @@
|
||||
{
|
||||
"name": "taskflow",
|
||||
"version": "3.1.0",
|
||||
"description": "Fast Parallel Tasking Programming Library using Modern C++",
|
||||
"homepage": "https://github.com/taskflow/taskflow"
|
||||
}
|
@ -5889,7 +5889,7 @@
|
||||
"port-version": 0
|
||||
},
|
||||
"taskflow": {
|
||||
"baseline": "3.0.0",
|
||||
"baseline": "3.1.0",
|
||||
"port-version": 0
|
||||
},
|
||||
"tbb": {
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "0cdd85bb7b520cb75c0bf6f89cf01bb65cb53fd2",
|
||||
"version": "3.1.0",
|
||||
"port-version": 0
|
||||
},
|
||||
{
|
||||
"git-tree": "cfa2c53934444b309b97a672883d35da17246d86",
|
||||
"version-string": "3.0.0",
|
||||
|
Loading…
Reference in New Issue
Block a user