mirror of
https://github.com/ZDoom/zdoom-macos-deps.git
synced 2024-11-25 05:11:49 +00:00
aedi: update gmake to 4.4
This commit is contained in:
parent
d6f7ae1bc8
commit
30b03454ea
1 changed files with 2 additions and 2 deletions
|
@ -71,8 +71,8 @@ class GmakeTarget(ConfigureMakeDependencyTarget):
|
||||||
|
|
||||||
def prepare_source(self, state: BuildState):
|
def prepare_source(self, state: BuildState):
|
||||||
state.download_source(
|
state.download_source(
|
||||||
'https://ftp.gnu.org/gnu/make/make-4.3.tar.lz',
|
'https://ftp.gnu.org/gnu/make/make-4.4.tar.lz',
|
||||||
'de1a441c4edf952521db30bfca80baae86a0ff1acd0a00402999344f04c45e82')
|
'48d0fc0b2a04bb50f2911c16da65723285f7f4804c74fc5a2124a3df6c5f78c4')
|
||||||
|
|
||||||
def detect(self, state: BuildState) -> bool:
|
def detect(self, state: BuildState) -> bool:
|
||||||
return state.has_source_file('doc/make.1')
|
return state.has_source_file('doc/make.1')
|
||||||
|
|
Loading…
Reference in a new issue