Skip to content

Commit

Permalink
[bshoshany-thread-pool] Updated to v3.4.0 (#31418)
Browse files Browse the repository at this point in the history
* [bshoshany-thread-pool] Updated to v3.4.0

* [bshoshany-thread-pool] Updated to v3.4.0
  • Loading branch information
bshoshany authored May 16, 2023
1 parent 3a32348 commit 429c605
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 4 deletions.
4 changes: 2 additions & 2 deletions ports/bshoshany-thread-pool/portfile.cmake
Original file line number Diff line number Diff line change
@@ -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
)

Expand Down
2 changes: 1 addition & 1 deletion ports/bshoshany-thread-pool/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bshoshany-thread-pool",
"version": "3.3.0",
"version": "3.4.0",
"maintainers": "Barak Shoshany <[email protected]>",
"description": "BS::thread_pool: a fast, lightweight, and easy-to-use C++17 thread pool library",
"homepage": "https://github.com/bshoshany/thread-pool",
Expand Down
5 changes: 5 additions & 0 deletions versions/b-/bshoshany-thread-pool.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "e7d60a5fc41c5f4aa283aeb1527a4bc8b55e934c",
"version": "3.4.0",
"port-version": 0
},
{
"git-tree": "dbe9095cfdb6128d117003b2495f84e50653c220",
"version": "3.3.0",
Expand Down
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -1273,7 +1273,7 @@
"port-version": 0
},
"bshoshany-thread-pool": {
"baseline": "3.3.0",
"baseline": "3.4.0",
"port-version": 0
},
"bsio": {
Expand Down

0 comments on commit 429c605

Please sign in to comment.