Skip to content

Commit 4eff9e1

Browse files
committed
update fmt 11.1.4 -> 11.2.0
1 parent feacbe2 commit 4eff9e1

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

subprojects/fmt.wrap

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
[wrap-file]
2-
directory = fmt-11.1.4
3-
source_url = https://github.com/fmtlib/fmt/archive/refs/tags/11.1.4.tar.gz
4-
source_filename = fmt-11.1.4.tar.gz
5-
source_hash = ac366b7b4c2e9f0dde63a59b3feb5ee59b67974b14ee5dc9ea8ad78aa2c1ee1e
2+
directory = fmt-11.2.0
3+
source_url = https://github.com/fmtlib/fmt/archive/refs/tags/11.2.0.tar.gz
4+
source_filename = fmt-11.2.0.tar.gz
5+
source_hash = bc23066d87ab3168f27cef3e97d545fa63314f5c79df5ea444d41d56f962c6af
66
patch_directory = fmt
77

88
[provide]

subprojects/packagefiles/fmt/meson.build

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
project('fmt', 'cpp', version: '11.1.4', license: 'MIT WITH fmt-exception', default_options: ['cpp_std=c++20'])
1+
project('fmt', 'cpp', version: '11.2.0', license: 'MIT WITH fmt-exception', default_options: ['cpp_std=c++20'])
22

33
fmt_private_cpp_args = []
44
fmt_interface_cpp_args = []
@@ -12,7 +12,7 @@ endif
1212

1313
header_only = get_option('header-only')
1414

15-
fmt_lib = library(
15+
fmt_lib = library(11.1.4
1616
'fmt',
1717
'src/format.cc',
1818
'src/os.cc',

0 commit comments

Comments
 (0)