mirror of
https://github.com/ZDoom/zdoom-macos-deps.git
synced 2024-11-22 12:01:27 +00:00
aedi: update pcre to 8.45
This commit is contained in:
parent
f8c35c422b
commit
2c7c7937f3
1 changed files with 2 additions and 2 deletions
|
@ -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')
|
||||||
|
|
Loading…
Reference in a new issue