[bshoshany-thread-pool] Updated to v4.0.0 (#35896)

* [bshoshany-thread-pool] Updated to v4.0.0

* [bshoshany-thread-pool] Updated to v4.0.0
This commit is contained in:
Barak Shoshany 2023-12-28 02:46:07 -05:00 committed by GitHub
parent cb1e472877
commit ffb614f8c1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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 43200acf989adbabc0478d847931d2e46c4ce13de9d28f2e603e6b86d38a7370c0e50bacd36bff5a1a200f33ae6394764adc64ce9a54df5e418d85fb525b4b3f
SHA512 a503f6877d8264c79bdffec204551a3bfba50c608dba34bbfb8145dc480715ed3d86d3d70cbe86855d3a739474c4de6e204ab1f95fe9fd3245e93cddd7e345af
HEAD_REF master
)

View File

@ -1,6 +1,6 @@
{
"name": "bshoshany-thread-pool",
"version": "3.5.0",
"version": "4.0.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": "0dab54b91bf4c70fc898cb14fb2505773f54660b",
"version": "4.0.0",
"port-version": 0
},
{
"git-tree": "ed9b93bfd6a7031b7d96fa5443873f4c2634a049",
"version": "3.5.0",

View File

@ -1337,7 +1337,7 @@
"port-version": 0
},
"bshoshany-thread-pool": {
"baseline": "3.5.0",
"baseline": "4.0.0",
"port-version": 0
},
"bsio": {