aedi: update rizin to 0.6.2

This commit is contained in:
alexey.lysiuk 2023-09-14 10:23:21 +03:00
parent ff85dcb6bf
commit c105934f67
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): def prepare_source(self, state: BuildState):
state.download_source( state.download_source(
'https://github.com/rizinorg/rizin/releases/download/v0.6.1/rizin-src-v0.6.1.tar.xz', 'https://github.com/rizinorg/rizin/releases/download/v0.6.2/rizin-src-v0.6.2.tar.xz',
'760647caf8a78a638a0e040bf7b89c3ed064fabdfeac4fe44ff15d62baac6c91') 'e29a00a3e22004bdd10146d286b1cce0e06196d41aae4729aafc9d78321ff86b')
def detect(self, state: BuildState) -> bool: def detect(self, state: BuildState) -> bool:
return state.has_source_file('binrz/man/rizin.1') return state.has_source_file('binrz/man/rizin.1')