diff --git a/releases.json b/releases.json index 35c42a638..c602c7032 100644 --- a/releases.json +++ b/releases.json @@ -346,6 +346,7 @@ "bshoshany-thread-pool" ], "versions": [ + "5.1.0-1", "5.0.0-1", "4.1.0-1", "4.0.1-1", diff --git a/subprojects/bshoshany-thread-pool.wrap b/subprojects/bshoshany-thread-pool.wrap index 8768e99c7..071fda1fa 100644 --- a/subprojects/bshoshany-thread-pool.wrap +++ b/subprojects/bshoshany-thread-pool.wrap @@ -1,8 +1,8 @@ [wrap-file] -directory = thread-pool-5.0.0 -source_url = https://github.com/bshoshany/thread-pool/archive/refs/tags/v5.0.0.zip -source_filename = thread-pool-5.0.0.zip -source_hash = d3e4be162c45ac784ac6fb2096f9494469571a3473a18829c2adae1aab67cfbc +directory = thread-pool-5.1.0 +source_url = https://github.com/bshoshany/thread-pool/archive/refs/tags/v5.1.0.zip +source_filename = thread-pool-5.1.0.zip +source_hash = ce4364b65d68465d6c8bc764997b3129178e0a52e6645443e7748973280f15d0 patch_directory = bshoshany-thread-pool [provide] diff --git a/subprojects/packagefiles/bshoshany-thread-pool/meson.build b/subprojects/packagefiles/bshoshany-thread-pool/meson.build index 54484b0db..6612f768a 100644 --- a/subprojects/packagefiles/bshoshany-thread-pool/meson.build +++ b/subprojects/packagefiles/bshoshany-thread-pool/meson.build @@ -1,9 +1,9 @@ project( 'bshoshany-thread-pool', 'cpp', - version: '5.0.0', + version: '5.1.0', license: 'MIT', - meson_version: '>=0.47.0', + meson_version: '>=0.56.0', default_options: ['cpp_std=c++17'], ) @@ -25,6 +25,4 @@ if not meson.is_subproject() install_headers('include/BS_thread_pool.hpp', 'modules/BS.thread_pool.cppm') endif -if meson.version().version_compare('>=0.54.0') - meson.override_dependency('bshoshany-thread-pool', bshoshany_thread_pool_dep) -endif +meson.override_dependency('bshoshany-thread-pool', bshoshany_thread_pool_dep)