[bshoshany-thread-pool] Updated to v2.0.0 (#19582)

* Updated bshoshany-thread-pool to v2.0.0

* Updated versions database
This commit is contained in:
Barak Shoshany 2021-08-18 20:09:48 -04:00 committed by GitHub
parent 75d6f76838
commit 3fee81c152
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 9 additions and 4 deletions

View File

@ -2,8 +2,8 @@
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO bshoshany/thread-pool
REF v1.9
SHA512 d87c67218a5373181332caa53aa611b79345df56fe2ba1452dbd552ef43fdeecbf2f6347f86c4730423c1545b4dc45524a4737949359cdda5ff911ce647eb8f4
REF v2.0.0
SHA512 eac1674ea999d25d8d0b8f1b24714830330ba4d345e3f730e49359bae89d9259e429d48357a45f7b4355cbbe1a63f04e7fe2c4e0be08b3bbea51018c62721fcc
HEAD_REF master
)

View File

@ -1,6 +1,6 @@
{
"name": "bshoshany-thread-pool",
"version": "1.9",
"version": "2.0.0",
"description": "A C++17 Thread Pool for High-Performance Scientific Computing",
"homepage": "https://github.com/bshoshany/thread-pool"
}

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "5ce890350a3e619b459eac4f676aa3e0858316b4",
"version": "2.0.0",
"port-version": 0
},
{
"git-tree": "4ec35ab1086df444d30b05ff49cf2a66c21ebd52",
"version": "1.9",

View File

@ -1077,7 +1077,7 @@
"port-version": 0
},
"bshoshany-thread-pool": {
"baseline": "1.9",
"baseline": "2.0.0",
"port-version": 0
},
"bsio": {