Skip to content

Commit

Permalink
[dp-thread-pool]: update to 0.7.0 (#43046)
Browse files Browse the repository at this point in the history
  • Loading branch information
DeveloperPaul123 authored Jan 2, 2025
1 parent fa643c3 commit 6cfd64e
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 5 deletions.
2 changes: 1 addition & 1 deletion ports/dp-thread-pool/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO DeveloperPaul123/thread-pool
REF ${VERSION}
SHA512 fccd39616f7961fbd4ff6c2f845b4d1494e50a85e44d1799c30308bdee0b2e13f55011c5a535a555857a91157a7dddf4ec38e1020f693ae33bf0977d8fb97451
SHA512 c2a75117f7def0dacc2679f8eb70835acfba58d1aba7beec9bf0a29cdb23883222294dc4b04b77e323f8ecb8623b70d728bee46bf2c5a4fd6711a749c9709981
HEAD_REF master
)

Expand Down
3 changes: 1 addition & 2 deletions ports/dp-thread-pool/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"name": "dp-thread-pool",
"version": "0.6.2",
"port-version": 1,
"version": "0.7.0",

This comment has been minimized.

Copy link
@Willltep

Willltep Jan 3, 2025

#Bash do thread pool

"maintainers": "Paul Tsouchlos <[email protected]>",
"description": "dp::thread_pool - fast, lightweight C++20 thread pool.",
"homepage": "https://github.com/DeveloperPaul123/thread-pool",
Expand Down
4 changes: 2 additions & 2 deletions versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -2393,8 +2393,8 @@
"port-version": 0
},
"dp-thread-pool": {
"baseline": "0.6.2",
"port-version": 1
"baseline": "0.7.0",
"port-version": 0
},
"dpdk": {
"baseline": "24.07",
Expand Down
5 changes: 5 additions & 0 deletions versions/d-/dp-thread-pool.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "9016b440875e13fa99e727ed07d87eb06c6ccee6",
"version": "0.7.0",
"port-version": 0
},
{
"git-tree": "b1d9e561e042312a0001dfbcb150bec1f4a40e98",
"version": "0.6.2",
Expand Down

0 comments on commit 6cfd64e

Please sign in to comment.