[bshoshany-thread-pool] Updated to v3.4.0 (#31418)

* [bshoshany-thread-pool] Updated to v3.4.0

* [bshoshany-thread-pool] Updated to v3.4.0
This commit is contained in:
Barak Shoshany 2023-05-16 13:00:33 -04:00 committed by GitHub
parent 3a32348aa0
commit 429c605af8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 9 additions and 4 deletions

View File

@ -1,8 +1,8 @@
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO bshoshany/thread-pool
REF v3.3.0
SHA512 980c8dfe90e04cbc622ee4ae2ce67444069311619f0dc5d7ac3b3a3ea59ead42d4c867e669e8ce9c71cdc2a4bae431402a8f5032ab29fdfc1ca507b0e7102d8f
REF v3.4.0
SHA512 4eea216422ea7fd6df52589e84fefb34248fe56fd0bbdcc5c33ae21c0ba6b950ec74a31eeea144edfc22444f6777dc09f668fd3ed5236604e0c7de62e45381a7
HEAD_REF master
)

View File

@ -1,6 +1,6 @@
{
"name": "bshoshany-thread-pool",
"version": "3.3.0",
"version": "3.4.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": "e7d60a5fc41c5f4aa283aeb1527a4bc8b55e934c",
"version": "3.4.0",
"port-version": 0
},
{
"git-tree": "dbe9095cfdb6128d117003b2495f84e50653c220",
"version": "3.3.0",

View File

@ -1273,7 +1273,7 @@
"port-version": 0
},
"bshoshany-thread-pool": {
"baseline": "3.3.0",
"baseline": "3.4.0",
"port-version": 0
},
"bsio": {