[bshoshany-thread-pool] Updated to v4.1.0 (#37631)

This commit is contained in:
Barak Shoshany 2024-03-25 18:30:38 -04:00 committed by GitHub
parent d23dedb2b2
commit 5d2c66778d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 8 additions and 3 deletions

View File

@ -2,7 +2,7 @@ vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO bshoshany/thread-pool
REF "v${VERSION}"
SHA512 37ebde68a9dc74204fc3df90a8f69cf17be241224eb2176d0841be0d412f8882ecf9abcc7eb61a19874b542988c22a88b4f7087efa86d0f435f996fa438eef5a
SHA512 4908f00def23082e7ddc0b24a710e53b3fde51b02188e79cfcd9dabb22627ebd1b6e5b3c4bf1b366eae79660c26878cc034c171747c3d0b7ef8a98c85a77033b
HEAD_REF master
)

View File

@ -1,6 +1,6 @@
{
"name": "bshoshany-thread-pool",
"version": "4.0.1",
"version": "4.1.0",
"maintainers": "Barak Shoshany <baraksh@gmail.com>",
"description": "BS::thread_pool: a fast, lightweight, and easy-to-use C++17 thread pool library",
"homepage": "https://github.com/bshoshany/thread-pool",

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "7abe89f1cf1c33f953c027825b6861abccc4beb7",
"version": "4.1.0",
"port-version": 0
},
{
"git-tree": "eedda7057a9359ec30cec22194f7a5da5320ac16",
"version": "4.0.1",

View File

@ -1361,7 +1361,7 @@
"port-version": 0
},
"bshoshany-thread-pool": {
"baseline": "4.0.1",
"baseline": "4.1.0",
"port-version": 0
},
"bsio": {