Skip to content

Commit

Permalink
aedi: update rizin to 0.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
alexey-lysiuk committed Aug 20, 2023
1 parent 2a9f632 commit b83c103
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 @@ -154,8 +154,8 @@ def __init__(self, name='rizin'):

def prepare_source(self, state: BuildState):
state.download_source(
'https://github.com/rizinorg/rizin/releases/download/v0.6.0/rizin-src-v0.6.0.tar.xz',
'6a924906efdf547ac50462767f5add53902436e7a4862d2c0e24ca91b7761508')
'https://github.com/rizinorg/rizin/releases/download/v0.6.1/rizin-src-v0.6.1.tar.xz',
'760647caf8a78a638a0e040bf7b89c3ed064fabdfeac4fe44ff15d62baac6c91')

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

0 comments on commit b83c103

Please sign in to comment.