mirror of
https://github.com/ZDoom/zdoom-macos-deps.git
synced 2024-11-21 11:31:07 +00:00
aedi: update radare2 to 5.9.6
This commit is contained in:
parent
91c4731df2
commit
d195aa2b84
1 changed files with 2 additions and 2 deletions
|
@ -206,8 +206,8 @@ class Radare2Target(base.MesonTarget):
|
|||
|
||||
def prepare_source(self, state: BuildState):
|
||||
state.download_source(
|
||||
'https://github.com/radareorg/radare2/releases/download/5.9.4/radare2-5.9.4.tar.xz',
|
||||
'edf4fc9255482ef790a85e1e563ecce147c6dc6ef49572586b3bb7fa6f1331b3')
|
||||
'https://github.com/radareorg/radare2/releases/download/5.9.6/radare2-5.9.6.tar.xz',
|
||||
'00fd262c8b23d0ce1b733b9dd9b0e7913062dcee0b5cf7c0d3682c041cc1a78d')
|
||||
|
||||
def detect(self, state: BuildState) -> bool:
|
||||
return state.has_source_file('man/radare2.1')
|
||||
|
|
Loading…
Reference in a new issue