aedi: update gmake to 4.4

This commit is contained in:
alexey.lysiuk 2023-01-09 17:35:49 +02:00
parent d6f7ae1bc8
commit 30b03454ea

View file

@ -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')