aboutsummaryrefslogtreecommitdiff
path: root/ports
diff options
context:
space:
mode:
Diffstat (limited to 'ports')
-rw-r--r--ports/bshoshany-thread-pool/portfile.cmake4
-rw-r--r--ports/bshoshany-thread-pool/vcpkg.json2
2 files changed, 3 insertions, 3 deletions
diff --git a/ports/bshoshany-thread-pool/portfile.cmake b/ports/bshoshany-thread-pool/portfile.cmake
index 4c45e8f9c..b95869349 100644
--- a/ports/bshoshany-thread-pool/portfile.cmake
+++ b/ports/bshoshany-thread-pool/portfile.cmake
@@ -2,8 +2,8 @@
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO bshoshany/thread-pool
- REF v1.9
- SHA512 d87c67218a5373181332caa53aa611b79345df56fe2ba1452dbd552ef43fdeecbf2f6347f86c4730423c1545b4dc45524a4737949359cdda5ff911ce647eb8f4
+ REF v2.0.0
+ SHA512 eac1674ea999d25d8d0b8f1b24714830330ba4d345e3f730e49359bae89d9259e429d48357a45f7b4355cbbe1a63f04e7fe2c4e0be08b3bbea51018c62721fcc
HEAD_REF master
)
diff --git a/ports/bshoshany-thread-pool/vcpkg.json b/ports/bshoshany-thread-pool/vcpkg.json
index 4982a910c..86058533b 100644
--- a/ports/bshoshany-thread-pool/vcpkg.json
+++ b/ports/bshoshany-thread-pool/vcpkg.json
@@ -1,6 +1,6 @@
{
"name": "bshoshany-thread-pool",
- "version": "1.9",
+ "version": "2.0.0",
"description": "A C++17 Thread Pool for High-Performance Scientific Computing",
"homepage": "https://github.com/bshoshany/thread-pool"
}