mirror of
https://github.com/ZDoom/zdoom-macos-deps.git
synced 2024-11-10 06:31:37 +00:00
build script: update glib to 2.66.4
This commit is contained in:
parent
4bcf1301e1
commit
bddd779361
1 changed files with 2 additions and 2 deletions
4
build.py
4
build.py
|
@ -792,8 +792,8 @@ class GlibTarget(Target):
|
|||
|
||||
def prepare_source(self, builder: 'Builder'):
|
||||
builder.download_source(
|
||||
'https://download.gnome.org/sources/glib/2.66/glib-2.66.3.tar.xz',
|
||||
'79f31365a99cb1cc9db028625635d1438890702acde9e2802eae0acebcf7b5b1')
|
||||
'https://download.gnome.org/sources/glib/2.66/glib-2.66.4.tar.xz',
|
||||
'97df8670e32f9fd4f7392b0980e661dd625012015d58350da1e58e343f4af984')
|
||||
|
||||
def detect(self, builder: 'Builder') -> bool:
|
||||
return os.path.exists(builder.source_path + 'glib.doap')
|
||||
|
|
Loading…
Reference in a new issue