mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-01-19 04:43:02 +08:00
[taskflow] update to 3.0.0 (#15894)
* update taskflow portfile to 3.0.0 * update version Co-authored-by: Jonliu1993 <13720414433@163.com>
This commit is contained in:
parent
29286672ee
commit
421777e4b2
@ -1,4 +1,4 @@
|
||||
Source: taskflow
|
||||
Version: 2.7.0
|
||||
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 v2.7.0
|
||||
SHA512 1498739cfe5af9ce66815a82c18edde38a4806d9288c8c7859b8f1621f8353258adfaf80275d4a2294cc3dc09365d8a18219210453aa1b7bb7658abd026b13f2
|
||||
REF v3.0.0
|
||||
SHA512 5c838ff4436ade1f3755eb6859f724188be2bfcd11baf172413a0bdc18bc516b7b911e6d83a140c95548f844a8c8b908992bdec10b3b6569876a3e3b2d5b821e
|
||||
HEAD_REF master
|
||||
)
|
||||
|
||||
|
@ -5633,7 +5633,7 @@
|
||||
"port-version": 0
|
||||
},
|
||||
"taskflow": {
|
||||
"baseline": "2.7.0",
|
||||
"baseline": "3.0.0",
|
||||
"port-version": 0
|
||||
},
|
||||
"tbb": {
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "cfa2c53934444b309b97a672883d35da17246d86",
|
||||
"version-string": "3.0.0",
|
||||
"port-version": 0
|
||||
},
|
||||
{
|
||||
"git-tree": "efe56bba7e13bcf283b57fed39637a7e4789c1da",
|
||||
"version-string": "2.7.0",
|
||||
|
Loading…
Reference in New Issue
Block a user