aedi: update rizin to 0.7.2

This commit is contained in:
alexey.lysiuk 2024-03-06 09:30:59 +02:00
parent 9b7d50e5e8
commit 62900b43e1
1 changed files with 2 additions and 2 deletions

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.7.1/rizin-src-v0.7.1.tar.xz',
'149dc8eed4070089b6e4e65071d55f571c0d2e4c72d2ee420562a2321308c294')
'https://github.com/rizinorg/rizin/releases/download/v0.7.2/rizin-src-v0.7.2.tar.xz',
'fcff3fb45ae2b75e3f604bc7a08076e322e6e14def79098186378065ccb3582a')
def detect(self, state: BuildState) -> bool:
return state.has_source_file('binrz/man/rizin.1')