Skip to content

Commit f181bfc

Browse files
trim21jpakkane
authored andcommitted
fmt: upgrade to 11.1.1
1 parent a5c47ff commit f181bfc

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

Diff for: releases.json

+1
Original file line numberDiff line numberDiff line change
@@ -841,6 +841,7 @@
841841
"fmt"
842842
],
843843
"versions": [
844+
"11.1.1-1",
844845
"11.0.2-1",
845846
"11.0.1-1",
846847
"10.2.0-2",

Diff for: subprojects/fmt.wrap

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
[wrap-file]
2-
directory = fmt-11.0.2
3-
source_url = https://github.com/fmtlib/fmt/archive/11.0.2.tar.gz
4-
source_filename = fmt-11.0.2.tar.gz
5-
source_hash = 6cb1e6d37bdcb756dbbe59be438790db409cdb4868c66e888d5df9f13f7c027f
2+
directory = fmt-11.1.1
3+
source_url = https://github.com/fmtlib/fmt/archive/11.1.1.tar.gz
4+
source_filename = fmt-11.1.1.tar.gz
5+
source_hash = 482eed9efbc98388dbaee5cb5f368be5eca4893456bb358c18b7ff71f835ae43
66
patch_directory = fmt
77

88
[provide]

Diff for: subprojects/packagefiles/fmt/meson.build

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
project('fmt', 'cpp', version: '11.0.2', license: 'MIT WITH fmt-exception', default_options: ['cpp_std=c++14'])
1+
project('fmt', 'cpp', version: '11.1.1', license: 'MIT WITH fmt-exception', default_options: ['cpp_std=c++14'])
22

33
fmt_private_cpp_args = []
44
fmt_interface_cpp_args = []

0 commit comments

Comments
 (0)