mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-06-07 16:52:53 +08:00
[bshoshany-thread-pool] Updated to v3.3.0 (#26154)
* [bshoshany-thread-pool] Updated to v3.3.0 * [bshoshany-thread-pool] Updated to v3.3.0 * Update ports/bshoshany-thread-pool/portfile.cmake Co-authored-by: Lily Wang <94091114+LilyWangLL@users.noreply.github.com> * Update ports/bshoshany-thread-pool/portfile.cmake Co-authored-by: Lily Wang <94091114+LilyWangLL@users.noreply.github.com> * [bshoshany-thread-pool] Fixed SHA Co-authored-by: Lily Wang <94091114+LilyWangLL@users.noreply.github.com>
This commit is contained in:
parent
df806d3a4b
commit
02b300f2a2
@ -1,13 +1,13 @@
|
|||||||
vcpkg_from_github(
|
vcpkg_from_github(
|
||||||
OUT_SOURCE_PATH SOURCE_PATH
|
OUT_SOURCE_PATH SOURCE_PATH
|
||||||
REPO bshoshany/thread-pool
|
REPO bshoshany/thread-pool
|
||||||
REF v3.2.0
|
REF v3.3.0
|
||||||
SHA512 785d6c4827e39b0128501ff4379ba0ffbf90ef4b612eccd0279027e6fc9ce9d2a463c2b8b93515ca0a1dc86dc4c34d9849bc281940b1f490086d1db49d5521bb
|
SHA512 980c8dfe90e04cbc622ee4ae2ce67444069311619f0dc5d7ac3b3a3ea59ead42d4c867e669e8ce9c71cdc2a4bae431402a8f5032ab29fdfc1ca507b0e7102d8f
|
||||||
HEAD_REF master
|
HEAD_REF master
|
||||||
)
|
)
|
||||||
|
|
||||||
file(GLOB HEADER_FILES LIST_DIRECTORIES false "${SOURCE_PATH}/*.hpp")
|
file(GLOB HEADER_FILES LIST_DIRECTORIES false "${SOURCE_PATH}/*.hpp")
|
||||||
|
|
||||||
file(INSTALL "${HEADER_FILES}" DESTINATION "${CURRENT_PACKAGES_DIR}/include")
|
file(INSTALL ${HEADER_FILES} DESTINATION "${CURRENT_PACKAGES_DIR}/include")
|
||||||
|
|
||||||
file(INSTALL "${SOURCE_PATH}/LICENSE.txt" DESTINATION "${CURRENT_PACKAGES_DIR}/share/${PORT}" RENAME copyright)
|
file(INSTALL "${SOURCE_PATH}/LICENSE.txt" DESTINATION "${CURRENT_PACKAGES_DIR}/share/${PORT}" RENAME copyright)
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "bshoshany-thread-pool",
|
"name": "bshoshany-thread-pool",
|
||||||
"version": "3.2.0",
|
"version": "3.3.0",
|
||||||
"maintainers": "Barak Shoshany <baraksh@gmail.com>",
|
"maintainers": "Barak Shoshany <baraksh@gmail.com>",
|
||||||
"description": "BS::thread_pool: a fast, lightweight, and easy-to-use C++17 thread pool library",
|
"description": "BS::thread_pool: a fast, lightweight, and easy-to-use C++17 thread pool library",
|
||||||
"homepage": "https://github.com/bshoshany/thread-pool",
|
"homepage": "https://github.com/bshoshany/thread-pool",
|
||||||
|
@ -1,5 +1,10 @@
|
|||||||
{
|
{
|
||||||
"versions": [
|
"versions": [
|
||||||
|
{
|
||||||
|
"git-tree": "dbe9095cfdb6128d117003b2495f84e50653c220",
|
||||||
|
"version": "3.3.0",
|
||||||
|
"port-version": 0
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"git-tree": "fee21d430188c7e3c7f7d92da0cb30c48b6cafba",
|
"git-tree": "fee21d430188c7e3c7f7d92da0cb30c48b6cafba",
|
||||||
"version": "3.2.0",
|
"version": "3.2.0",
|
||||||
|
@ -1181,7 +1181,7 @@
|
|||||||
"port-version": 0
|
"port-version": 0
|
||||||
},
|
},
|
||||||
"bshoshany-thread-pool": {
|
"bshoshany-thread-pool": {
|
||||||
"baseline": "3.2.0",
|
"baseline": "3.3.0",
|
||||||
"port-version": 0
|
"port-version": 0
|
||||||
},
|
},
|
||||||
"bsio": {
|
"bsio": {
|
||||||
|
Loading…
Reference in New Issue
Block a user