mirror of
https://github.com/irssi/irssi.git
synced 2026-08-08 19:30:15 +02:00
up glib wrap
This commit is contained in:
parent
51f2a4f7fb
commit
e64ed836a5
2 changed files with 5 additions and 5 deletions
|
|
@ -6,7 +6,7 @@ project('irssi', 'c',
|
|||
############################
|
||||
############################
|
||||
|
||||
glib_internal_version = 'glib-2.74.3' # keep this in sync with subprojects/glib.wrap
|
||||
glib_internal_version = 'glib-2.74.7' # keep this in sync with subprojects/glib.wrap
|
||||
glib_pcre2_internal_version = 'pcre2-10.40'
|
||||
glib_libffi_internal_version = 'libffi'
|
||||
cc = meson.get_compiler('c')
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
[wrap-file]
|
||||
# make sure to update the glib_internal_version in meson.build
|
||||
directory = glib-2.74.3
|
||||
source_url = https://download.gnome.org/sources/glib/2.74/glib-2.74.3.tar.xz
|
||||
source_filename = glib-2.74.3.tar.xz
|
||||
source_hash = e9bc41ecd9690d9bc6a970cc7380119b828e5b6a4b16c393c638b3dc2b87cbcb
|
||||
directory = glib-2.74.7
|
||||
source_url = https://download.gnome.org/sources/glib/2.74/glib-2.74.7.tar.xz
|
||||
source_filename = glib-2.74.7.tar.xz
|
||||
source_hash = 196ab86c27127a61b7a70c3ba6af7b97bdc01c07cd3b21abd5e778b955eccb1b
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue