aedi: update rizin to 0.6.1

This commit is contained in:
alexey.lysiuk 2023-08-20 10:06:58 +03:00
parent 2a9f632a37
commit b83c103ccc
1 changed files with 2 additions and 2 deletions

View File

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