Skip to content

Commit

Permalink
dlfcn-win32: update to 1.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
bgilbert authored and neheb committed Sep 23, 2024
1 parent b441871 commit ff13cde
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 @@ -583,6 +583,7 @@
"dl"
],
"versions": [
"1.4.1-1",
"1.3.1-1"
]
},
Expand Down
8 changes: 4 additions & 4 deletions subprojects/dlfcn-win32.wrap
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
[wrap-file]
directory = dlfcn-win32-1.3.1
source_url = https://github.com/dlfcn-win32/dlfcn-win32/archive/refs/tags/v1.3.1.tar.gz
source_filename = dlfcn-win32-1.3.1.tar.gz
source_hash = f7248a8baeb79d9bcd5f702cc08a777431708758e70d1730b59674c5e795e88a
directory = dlfcn-win32-1.4.1
source_url = https://github.com/dlfcn-win32/dlfcn-win32/archive/refs/tags/v1.4.1.tar.gz
source_filename = dlfcn-win32-1.4.1.tar.gz
source_hash = 30a9f72bdf674857899eb7e553df1f0d362c5da2a576ae51f886e1171fbdb399
patch_directory = dlfcn-win32

[provide]
Expand Down
2 changes: 1 addition & 1 deletion subprojects/packagefiles/dlfcn-win32/meson.build
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
project(
'dlfcn-win32',
'c',
version: '1.3.1',
version: '1.4.1',
meson_version: '>=0.49.0',
)

Expand Down

0 comments on commit ff13cde

Please sign in to comment.