Skip to content

Commit

Permalink
aedi: update radare2 to 5.9.4
Browse files Browse the repository at this point in the history
  • Loading branch information
alexey-lysiuk committed Aug 9, 2024
1 parent d0e4db2 commit 6075d8d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions aedi/target/tool_tier2.py
Original file line number Diff line number Diff line change
Expand Up @@ -192,8 +192,8 @@ def __init__(self, name='radare2'):

def prepare_source(self, state: BuildState):
state.download_source(
'https://github.com/radareorg/radare2/releases/download/5.9.2/radare2-5.9.2.tar.xz',
'b43d0fa8970fb0fe8e4b3941795c7e3f0ca85f9e681e8e94078c4dc7d2eadcb7')
'https://github.com/radareorg/radare2/releases/download/5.9.4/radare2-5.9.4.tar.xz',
'edf4fc9255482ef790a85e1e563ecce147c6dc6ef49572586b3bb7fa6f1331b3')

def detect(self, state: BuildState) -> bool:
return state.has_source_file('man/radare2.1')
Expand Down

0 comments on commit 6075d8d

Please sign in to comment.