From 6648143c483de00d29fa46ca57ffdc3364e15b2a Mon Sep 17 00:00:00 2001 From: FlightlessMango Date: Sat, 27 Jan 2024 09:47:53 +0100 Subject: [PATCH] bump spdlog to 1.13.0 --- meson.build | 2 +- subprojects/spdlog.wrap | 18 +++++++++--------- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/meson.build b/meson.build index 9261c92a..954a45ed 100644 --- a/meson.build +++ b/meson.build @@ -229,7 +229,7 @@ if not spdlog_dep.found() 'default_library=static', 'compile_library=true', 'werror=false', - 'tests=false', + 'tests=disabled', 'external_fmt=disabled' ]) spdlog_dep = spdlog_sp.get_variable('spdlog_dep') diff --git a/subprojects/spdlog.wrap b/subprojects/spdlog.wrap index 463b1989..c85f3055 100644 --- a/subprojects/spdlog.wrap +++ b/subprojects/spdlog.wrap @@ -1,13 +1,13 @@ [wrap-file] -directory = spdlog-1.12.0 -source_url = https://github.com/gabime/spdlog/archive/refs/tags/v1.12.0.tar.gz -source_filename = spdlog-1.12.0.tar.gz -source_hash = 4dccf2d10f410c1e2feaff89966bfc49a1abb29ef6f08246335b110e001e09a9 -patch_filename = spdlog_1.12.0-1_patch.zip -patch_url = https://wrapdb.mesonbuild.com/v2/spdlog_1.12.0-1/get_patch -patch_hash = 0515906db7324df0e439bdd018bf019a60304430f6af8f1725910652e30ebe69 -source_fallback_url = https://github.com/mesonbuild/wrapdb/releases/download/spdlog_1.12.0-1/spdlog-1.12.0.tar.gz -wrapdb_version = 1.12.0-1 +directory = spdlog-1.13.0 +source_url = https://github.com/gabime/spdlog/archive/refs/tags/v1.13.0.tar.gz +source_filename = spdlog-1.13.0.tar.gz +source_hash = 534f2ee1a4dcbeb22249856edfb2be76a1cf4f708a20b0ac2ed090ee24cfdbc9 +patch_filename = spdlog_1.13.0-1_patch.zip +patch_url = https://wrapdb.mesonbuild.com/v2/spdlog_1.13.0-1/get_patch +patch_hash = 556b539cf582a46673ede4202ac037b891328dd5ea76862ffe05b060fc4f4775 +source_fallback_url = https://github.com/mesonbuild/wrapdb/releases/download/spdlog_1.13.0-1/spdlog-1.13.0.tar.gz +wrapdb_version = 1.13.0-1 [provide] spdlog = spdlog_dep