aedi: update rizin to 0.6.3

This commit is contained in:
alexey.lysiuk 2023-10-18 12:34:08 +03:00
parent f8fb3cbed3
commit 51b70c7768

View file

@ -153,8 +153,8 @@ class RizinTarget(base.MesonTarget):
def prepare_source(self, state: BuildState):
state.download_source(
'https://github.com/rizinorg/rizin/releases/download/v0.6.2/rizin-src-v0.6.2.tar.xz',
'e29a00a3e22004bdd10146d286b1cce0e06196d41aae4729aafc9d78321ff86b')
'https://github.com/rizinorg/rizin/releases/download/v0.6.3/rizin-src-v0.6.3.tar.xz',
'95f64c6ab9e6daa9e9fa5634398eb8f6cdb4ebf2e814da2e4cb969d31f4509c2')
def detect(self, state: BuildState) -> bool:
return state.has_source_file('binrz/man/rizin.1')