mirror of
https://github.com/ZDoom/zdoom-macos-deps.git
synced 2024-11-10 06:31:37 +00:00
aedi: update 7zip to 24.06
This commit is contained in:
parent
f0634c99b8
commit
a68d899e61
1 changed files with 2 additions and 3 deletions
|
@ -248,9 +248,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/7z2301-src.tar.xz',
|
'https://7-zip.org/a/7z2406-src.tar.xz',
|
||||||
'356071007360e5a1824d9904993e8b2480b51b570e8c9faf7c0f58ebe4bf9f74',
|
'2aa1660c773525b2ed84d6cd7ff0680c786ec0893b87e4db44654dcb7f5ac8b5')
|
||||||
patches='7zip-fix-errors')
|
|
||||||
|
|
||||||
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