mirror of
https://github.com/ZDoom/zdoom-macos-deps.git
synced 2024-11-23 20:32:42 +00:00
aedi: update radare2 to 5.9.4
This commit is contained in:
parent
d0e4db2b7f
commit
6075d8db75
1 changed files with 2 additions and 2 deletions
|
@ -192,8 +192,8 @@ class Radare2Target(base.MesonTarget):
|
||||||
|
|
||||||
def prepare_source(self, state: BuildState):
|
def prepare_source(self, state: BuildState):
|
||||||
state.download_source(
|
state.download_source(
|
||||||
'https://github.com/radareorg/radare2/releases/download/5.9.2/radare2-5.9.2.tar.xz',
|
'https://github.com/radareorg/radare2/releases/download/5.9.4/radare2-5.9.4.tar.xz',
|
||||||
'b43d0fa8970fb0fe8e4b3941795c7e3f0ca85f9e681e8e94078c4dc7d2eadcb7')
|
'edf4fc9255482ef790a85e1e563ecce147c6dc6ef49572586b3bb7fa6f1331b3')
|
||||||
|
|
||||||
def detect(self, state: BuildState) -> bool:
|
def detect(self, state: BuildState) -> bool:
|
||||||
return state.has_source_file('man/radare2.1')
|
return state.has_source_file('man/radare2.1')
|
||||||
|
|
Loading…
Reference in a new issue