aedi: update rizin to 0.7.0

This commit is contained in:
alexey.lysiuk 2024-02-25 10:28:06 +02:00
parent bc2b55f48f
commit 0ef2203c03

View file

@ -226,8 +226,8 @@ class RizinTarget(base.MesonTarget):
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')