Skip to content

Commit

Permalink
aedi: update radare2 to 5.9.8
Browse files Browse the repository at this point in the history
  • Loading branch information
alexey-lysiuk committed Nov 20, 2024
1 parent 9336374 commit 3480ce4
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 @@ -206,8 +206,8 @@ def __init__(self, name='radare2'):

def prepare_source(self, state: BuildState):
state.download_source(
'https://github.com/radareorg/radare2/releases/download/5.9.6/radare2-5.9.6.tar.xz',
'00fd262c8b23d0ce1b733b9dd9b0e7913062dcee0b5cf7c0d3682c041cc1a78d')
'https://github.com/radareorg/radare2/releases/download/5.9.8/radare2-5.9.8.tar.xz',
'de061db6089cc1321ba9062b8aa9a0adaaa7a4d25128aab37a2a44e71a939829')

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

0 comments on commit 3480ce4

Please sign in to comment.