mirror of
https://github.com/ZDoom/zdoom-macos-deps.git
synced 2024-11-10 06:31:37 +00:00
aedi: update rizin to 0.6.1
This commit is contained in:
parent
2a9f632a37
commit
b83c103ccc
1 changed files with 2 additions and 2 deletions
|
@ -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')
|
||||
|
|
Loading…
Reference in a new issue