[bshoshany-thread-pool] Updated to v5.1.0 (#49226)

This commit is contained in:
Barak Shoshany
2026-01-05 14:28:25 -05:00
committed by GitHub
parent cf45291d3d
commit 1691a371c0
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 ba118decce074a3bbd004dcd3d2ee233b629c6f7b452e6e81700107f22c1b426931121b03e6497c1e3035dfdc6631080ebb539201fcbe1c3a8e919210d3ebf91
SHA512 8f0752962908b81b096f964729aa47e2bc6111a8458f6ec6f3db5970e0245c0ad5b2af2c3cc38bfeb59c9cffc5710613b977b943e51fc3f4ebb92c0b12d1804e
HEAD_REF master
)

View File

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

View File

@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "c33b29d4887afd17e45999cd95f3a4852eccf4ee",
"version": "5.1.0",
"port-version": 0
},
{
"git-tree": "c510dba5b5989297225afde0848cb82ab8ccb1ad",
"version": "5.0.0",

View File

@@ -1485,7 +1485,7 @@
"port-version": 0
},
"bshoshany-thread-pool": {
"baseline": "5.0.0",
"baseline": "5.1.0",
"port-version": 0
},
"bsio": {