aedi: update pcre to 8.45

This commit is contained in:
alexey.lysiuk 2021-07-03 15:43:43 +03:00
parent f8c35c422b
commit 2c7c7937f3

View file

@ -422,8 +422,8 @@ class PcreTarget(ConfigureMakeStaticDependencyTarget):
def prepare_source(self, state: BuildState): def prepare_source(self, state: BuildState):
state.download_source( state.download_source(
'https://ftp.pcre.org/pub/pcre/pcre-8.44.tar.bz2', 'https://ftp.pcre.org/pub/pcre/pcre-8.45.tar.bz2',
'19108658b23b3ec5058edc9f66ac545ea19f9537234be1ec62b714c84399366d') '4dae6fdcd2bb0bb6c37b5f97c33c2be954da743985369cddac3546e3218bffb8')
def detect(self, state: BuildState) -> bool: def detect(self, state: BuildState) -> bool:
return os.path.exists(state.source + 'pcre.h.in') return os.path.exists(state.source + 'pcre.h.in')