diff --git a/.vscode/settings.json b/.vscode/settings.json index 8fd89e6..26710c7 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -88,6 +88,7 @@ }, "clangd.onConfigChanged": "restart", "cSpell.words": [ + "fakelabel", "fontsize", "halign", "libusb", diff --git a/subprojects/cli11.wrap b/subprojects/cli11.wrap index c2f92b2..96a2f77 100644 --- a/subprojects/cli11.wrap +++ b/subprojects/cli11.wrap @@ -1,9 +1,10 @@ [wrap-file] -directory = CLI11-2.3.2 -source_url = https://github.com/CLIUtils/CLI11/archive/refs/tags/v2.3.2.tar.gz -source_filename = CLI11-2.3.2.tar.gz -source_hash = aac0ab42108131ac5d3344a9db0fdf25c4db652296641955720a4fbe52334e22 -wrapdb_version = 2.3.2-1 +directory = CLI11-2.5.0 +source_url = https://github.com/CLIUtils/CLI11/archive/refs/tags/v2.5.0.tar.gz +source_filename = CLI11-2.5.0.tar.gz +source_hash = 17e02b4cddc2fa348e5dbdbb582c59a3486fa2b2433e70a0c3bacb871334fd55 +source_fallback_url = https://github.com/mesonbuild/wrapdb/releases/download/cli11_2.5.0-2/CLI11-2.5.0.tar.gz +wrapdb_version = 2.5.0-2 [provide] -cli11 = CLI11_dep \ No newline at end of file +dependency_names = CLI11 \ No newline at end of file diff --git a/subprojects/gtest.wrap b/subprojects/gtest.wrap index 2b9a32d..21359e0 100644 --- a/subprojects/gtest.wrap +++ b/subprojects/gtest.wrap @@ -1,13 +1,13 @@ [wrap-file] -directory = googletest-1.14.0 -source_url = https://github.com/google/googletest/archive/refs/tags/v1.14.0.tar.gz -source_filename = gtest-1.14.0.tar.gz -source_hash = 8ad598c73ad796e0d8280b082cebd82a630d73e73cd3c70057938a6501bba5d7 -patch_filename = gtest_1.14.0-1_patch.zip -patch_url = https://wrapdb.mesonbuild.com/v2/gtest_1.14.0-1/get_patch -patch_hash = 2e693c7d3f9370a7aa6dac802bada0874d3198ad4cfdf75647b818f691182b50 -source_fallback_url = https://github.com/mesonbuild/wrapdb/releases/download/gtest_1.14.0-1/gtest-1.14.0.tar.gz -wrapdb_version = 1.14.0-1 +directory = googletest-1.17.0 +source_url = https://github.com/google/googletest/archive/refs/tags/v1.17.0.tar.gz +source_filename = googletest-1.17.0.tar.gz +source_hash = 65fab701d9829d38cb77c14acdc431d2108bfdbf8979e40eb8ae567edf10b27c +patch_filename = gtest_1.17.0-4_patch.zip +patch_url = https://wrapdb.mesonbuild.com/v2/gtest_1.17.0-4/get_patch +patch_hash = 3abf7662d09db706453a5b064a1e914678c74b9d9b0b19382747ca561d0d8750 +source_fallback_url = https://github.com/mesonbuild/wrapdb/releases/download/gtest_1.17.0-4/googletest-1.17.0.tar.gz +wrapdb_version = 1.17.0-4 [provide] gtest = gtest_dep