mirror of
https://github.com/ZDoom/zdoom-macos-deps.git
synced 2024-11-24 12:51:36 +00:00
aedi: update rizin to 0.6.3
This commit is contained in:
parent
f8fb3cbed3
commit
51b70c7768
1 changed files with 2 additions and 2 deletions
|
@ -153,8 +153,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.2/rizin-src-v0.6.2.tar.xz',
|
'https://github.com/rizinorg/rizin/releases/download/v0.6.3/rizin-src-v0.6.3.tar.xz',
|
||||||
'e29a00a3e22004bdd10146d286b1cce0e06196d41aae4729aafc9d78321ff86b')
|
'95f64c6ab9e6daa9e9fa5634398eb8f6cdb4ebf2e814da2e4cb969d31f4509c2')
|
||||||
|
|
||||||
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')
|
||||||
|
|
Loading…
Reference in a new issue