mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-27 10:21:07 +08:00
[taskflow] Update to 3.7.0 (#38716)
Update taskflow port from 3.6.0 to 3.7.0 : https://taskflow.github.io/taskflow/release-3-7-0.html - [x] Changes comply with the [maintainer guide](https://github.com/microsoft/vcpkg-docs/blob/main/vcpkg/contributing/maintainer-guide.md). - [x] SHA512s are updated for each updated download. - [ ] ~~The "supports" clause reflects platforms that may be fixed by this new version.~~ - [ ] ~~Any fixed [CI baseline](https://github.com/microsoft/vcpkg/blob/master/scripts/ci.baseline.txt) entries are removed from that file.~~ - [ ] ~~Any patches that are no longer applied are deleted from the port's directory.~~ - [x] The version database is fixed by rerunning `./vcpkg x-add-version --all` and committing the result. - [x] Only one version is added to each modified port's versions file.
This commit is contained in:
parent
2f89ebec97
commit
885bde66cb
@ -2,8 +2,8 @@
|
||||
vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO taskflow/taskflow
|
||||
REF "v${VERSION}"
|
||||
SHA512 1bf17b69cdb29b982fc74b9091f5b6c8fc4fd3004b26afe7e73e71569738e492cf8663b71d98cfbc4e240c08ceb8a99bf51cccce95254710722f89929a4bbea8
|
||||
REF "v${VERSION}"
|
||||
SHA512 2faecc9eaf9e7f24253a5aedbb4ef6164ba8b5181b7f2c65d8646c21300f28278d7817e928eeab7e85ec2b9644508a8665bab1a7482ec85a7f6de18cecb32d6f
|
||||
HEAD_REF master
|
||||
)
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "taskflow",
|
||||
"version": "3.6.0",
|
||||
"version": "3.7.0",
|
||||
"description": "Fast Parallel Tasking Programming Library using Modern C++",
|
||||
"homepage": "https://github.com/taskflow/taskflow",
|
||||
"license": "MIT",
|
||||
|
@ -8553,7 +8553,7 @@
|
||||
"port-version": 0
|
||||
},
|
||||
"taskflow": {
|
||||
"baseline": "3.6.0",
|
||||
"baseline": "3.7.0",
|
||||
"port-version": 0
|
||||
},
|
||||
"tbb": {
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "7faf25c4da57c68df003765f15858b1a9998c68e",
|
||||
"version": "3.7.0",
|
||||
"port-version": 0
|
||||
},
|
||||
{
|
||||
"git-tree": "ce89c70566c24ddbcaf7ddb1ee9dc3101c3c30e0",
|
||||
"version": "3.6.0",
|
||||
|
Loading…
x
Reference in New Issue
Block a user