mirror of
https://github.com/ZDoom/zdoom-macos-deps.git
synced 2024-11-22 12:01:27 +00:00
aedi: update glib to 2.72.3
This commit is contained in:
parent
7a76fb577b
commit
110e474862
1 changed files with 2 additions and 2 deletions
|
@ -143,8 +143,8 @@ class GlibTarget(BuildTarget):
|
||||||
|
|
||||||
def prepare_source(self, state: BuildState):
|
def prepare_source(self, state: BuildState):
|
||||||
state.download_source(
|
state.download_source(
|
||||||
'https://download.gnome.org/sources/glib/2.68/glib-2.68.3.tar.xz',
|
'https://download.gnome.org/sources/glib/2.72/glib-2.72.3.tar.xz',
|
||||||
'e7e1a3c20c026109c45c9ec4a31d8dcebc22e86c69486993e565817d64be3138')
|
'4a39a2f624b8512d500d5840173eda7fa85f51c109052eae806acece85d345f0')
|
||||||
|
|
||||||
def detect(self, state: BuildState) -> bool:
|
def detect(self, state: BuildState) -> bool:
|
||||||
return state.has_source_file('glib.doap')
|
return state.has_source_file('glib.doap')
|
||||||
|
|
Loading…
Reference in a new issue