mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 03:00:19 +08:00
[bshoshany-thread-pool] Updated to v4.1.0 (#37631)
This commit is contained in:
parent
d23dedb2b2
commit
5d2c66778d
@ -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
|
||||
)
|
||||
|
||||
|
@ -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",
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "7abe89f1cf1c33f953c027825b6861abccc4beb7",
|
||||
"version": "4.1.0",
|
||||
"port-version": 0
|
||||
},
|
||||
{
|
||||
"git-tree": "eedda7057a9359ec30cec22194f7a5da5320ac16",
|
||||
"version": "4.0.1",
|
||||
|
@ -1361,7 +1361,7 @@
|
||||
"port-version": 0
|
||||
},
|
||||
"bshoshany-thread-pool": {
|
||||
"baseline": "4.0.1",
|
||||
"baseline": "4.1.0",
|
||||
"port-version": 0
|
||||
},
|
||||
"bsio": {
|
||||
|
Loading…
Reference in New Issue
Block a user