mirror of
https://github.com/ZDoom/zdoom-macos-deps.git
synced 2024-11-23 12:22:40 +00:00
aedi: update 7zip to 24.08
This commit is contained in:
parent
1f0149bb9b
commit
1e9c6faebb
1 changed files with 2 additions and 2 deletions
|
@ -262,8 +262,8 @@ class SeverZipTarget(base.MakeTarget):
|
||||||
|
|
||||||
def prepare_source(self, state: BuildState):
|
def prepare_source(self, state: BuildState):
|
||||||
state.download_source(
|
state.download_source(
|
||||||
'https://7-zip.org/a/7z2406-src.tar.xz',
|
'https://7-zip.org/a/7z2408-src.tar.xz',
|
||||||
'2aa1660c773525b2ed84d6cd7ff0680c786ec0893b87e4db44654dcb7f5ac8b5')
|
'aa04aac906a04df59e7301f4c69e9f48808e6c8ecae4eb697703a47bfb0ac042')
|
||||||
|
|
||||||
def detect(self, state: BuildState) -> bool:
|
def detect(self, state: BuildState) -> bool:
|
||||||
return state.has_source_file('CPP/7zip/cmpl_mac_arm64.mak')
|
return state.has_source_file('CPP/7zip/cmpl_mac_arm64.mak')
|
||||||
|
|
Loading…
Reference in a new issue