Skip to content

Commit

Permalink
aedi: update rizin to 0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
alexey-lysiuk committed Feb 25, 2024
1 parent bc2b55f commit 0ef2203
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 @@ -226,8 +226,8 @@ def __init__(self, name='rizin'):

def prepare_source(self, state: BuildState):
state.download_source(
'https://github.com/rizinorg/rizin/releases/download/v0.6.3/rizin-src-v0.6.3.tar.xz',
'95f64c6ab9e6daa9e9fa5634398eb8f6cdb4ebf2e814da2e4cb969d31f4509c2')
'https://github.com/rizinorg/rizin/releases/download/v0.7.0/rizin-src-v0.7.0.tar.xz',
'fc6734320d88b9e2537296aa0364a3c3b955fecc8d64dda26f1f3ede7c8d6c31')

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

0 comments on commit 0ef2203

Please sign in to comment.