mirror of
https://github.com/ZDoom/zdoom-macos-deps.git
synced 2025-02-16 08:31:30 +00:00
aedi: update rizin to 0.7.1
This commit is contained in:
parent
0ef2203c03
commit
c903d2f5bc
1 changed files with 2 additions and 2 deletions
|
@ -226,8 +226,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.7.0/rizin-src-v0.7.0.tar.xz',
|
'https://github.com/rizinorg/rizin/releases/download/v0.7.1/rizin-src-v0.7.1.tar.xz',
|
||||||
'fc6734320d88b9e2537296aa0364a3c3b955fecc8d64dda26f1f3ede7c8d6c31')
|
'149dc8eed4070089b6e4e65071d55f571c0d2e4c72d2ee420562a2321308c294')
|
||||||
|
|
||||||
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