mirror of
https://github.com/ZDoom/zdoom-macos-deps.git
synced 2024-11-24 21:01:59 +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):
|
||||
state.download_source(
|
||||
'https://ftp.gnu.org/gnu/make/make-4.3.tar.lz',
|
||||
'de1a441c4edf952521db30bfca80baae86a0ff1acd0a00402999344f04c45e82')
|
||||
'https://ftp.gnu.org/gnu/make/make-4.4.tar.lz',
|
||||
'48d0fc0b2a04bb50f2911c16da65723285f7f4804c74fc5a2124a3df6c5f78c4')
|
||||
|
||||
def detect(self, state: BuildState) -> bool:
|
||||
return state.has_source_file('doc/make.1')
|
||||
|
|
Loading…
Reference in a new issue