Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions releases.json
Original file line number Diff line number Diff line change
Expand Up @@ -195,6 +195,7 @@
"backward-cpp"
],
"versions": [
"1.6-4",
"1.6-3",
"1.6-2",
"1.6-1"
Expand Down Expand Up @@ -1340,6 +1341,7 @@
"tz"
],
"versions": [
"3.0.3-1",
"3.0.1-2",
"3.0.1-1",
"3.0.0-1",
Expand Down Expand Up @@ -3265,6 +3267,7 @@
"quill"
],
"versions": [
"9.0.3-1",
"9.0.2-1",
"9.0.0-1",
"8.2.0-1",
Expand Down Expand Up @@ -3535,6 +3538,7 @@
"sdl3_image"
],
"versions": [
"3.2.4-2",
"3.2.4-1"
]
},
Expand Down
8 changes: 4 additions & 4 deletions subprojects/hinnant-date.wrap
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
[wrap-file]
source_url = https://github.com/HowardHinnant/date/archive/v3.0.1.tar.gz
source_filename = date-3.0.1.tar.gz
source_hash = 7a390f200f0ccd207e8cff6757e04817c1a0aec3e327b006b7eb451c57ee3538
directory = date-3.0.1
source_url = https://github.com/HowardHinnant/date/archive/v3.0.3.tar.gz
source_filename = date-3.0.3.tar.gz
source_hash = 30de45a34a2605cca33a993a9ea54e8f140f23b1caf1acf3c2fd436c42c7d942
directory = date-3.0.3
patch_directory = hinnant-date

[provide]
Expand Down
10 changes: 6 additions & 4 deletions subprojects/packagefiles/backward-cpp/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,12 @@ if bfd.found()
'-DBACKWARD_HAS_BFD=1',
language: 'cpp',
)
if meson.version().version_compare('>= 0.62')
deps += dependency('dl')
else
deps += cpp.find_library('dl')
if host_machine.system() != 'windows'
if meson.version().version_compare('>= 0.62')
deps += dependency('dl')
else
deps += cpp.find_library('dl')
endif
endif
endif

Expand Down
1 change: 1 addition & 0 deletions subprojects/packagefiles/hinnant-date/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ project(
['cpp'],
default_options: ['cpp_std=c++17'],
license: 'MIT',
version: '3.0.3',
)

pkg = import('pkgconfig')
Expand Down
1 change: 1 addition & 0 deletions subprojects/packagefiles/sdl3_image/src/meson.build
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
img_src = files(
'IMG.c',
'IMG_avif.c',
'IMG_bmp.c',
'IMG_gif.c',
Expand Down
8 changes: 4 additions & 4 deletions subprojects/quill.wrap
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
[wrap-file]
directory = quill-9.0.2
source_url = https://github.com/odygrd/quill/archive/refs/tags/v9.0.2.tar.gz
source_filename = quill-9.0.2.tar.gz
source_hash = 7f5c6fbcc779d7d47a473b209a18908aadd691b2e3c82c4264ea015f6fbe4859
directory = quill-9.0.3
source_url = https://github.com/odygrd/quill/archive/refs/tags/v9.0.3.tar.gz
source_filename = quill-9.0.3.tar.gz
source_hash = 209b9a3fed9b44f61a50acc34fdc9f5f22338c03644728466e2f4a4b83036476

[provide]
quill = quill_dep