Skip to content

Commit

Permalink
spdlog: update to 1.15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Totto16 authored and neheb committed Dec 27, 2024
1 parent a160247 commit 1ad22e5
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
1 change: 1 addition & 0 deletions releases.json
Original file line number Diff line number Diff line change
Expand Up @@ -3403,6 +3403,7 @@
"spdlog"
],
"versions": [
"1.15.0-1",
"1.14.1-2",
"1.14.1-1",
"1.14.0-1",
Expand Down
2 changes: 1 addition & 1 deletion subprojects/packagefiles/spdlog/meson.build
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
project(
'spdlog',
'cpp',
version: '1.14.1',
version: '1.15.0',
license: 'MIT',
meson_version: '>=0.56.0',
)
Expand Down
8 changes: 4 additions & 4 deletions subprojects/spdlog.wrap
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
[wrap-file]
directory = spdlog-1.14.1
source_url = https://github.com/gabime/spdlog/archive/refs/tags/v1.14.1.tar.gz
source_filename = spdlog-1.14.1.tar.gz
source_hash = 1586508029a7d0670dfcb2d97575dcdc242d3868a259742b69f100801ab4e16b
directory = spdlog-1.15.0
source_url = https://github.com/gabime/spdlog/archive/refs/tags/v1.15.0.tar.gz
source_filename = spdlog-1.15.0.tar.gz
source_hash = 9962648c9b4f1a7bbc76fd8d9172555bad1871fdb14ff4f842ef87949682caa5
patch_directory = spdlog

[provide]
Expand Down

0 comments on commit 1ad22e5

Please sign in to comment.