mirror of
https://github.com/ZDoom/zdoom-macos-deps.git
synced 2025-01-31 12:00:35 +00:00
aedi: update rizin to 0.7.3
This commit is contained in:
parent
2208de4ad7
commit
fd9191e94b
1 changed files with 2 additions and 2 deletions
|
@ -224,8 +224,8 @@ class RizinTarget(base.MesonTarget):
|
|||
|
||||
def prepare_source(self, state: BuildState):
|
||||
state.download_source(
|
||||
'https://github.com/rizinorg/rizin/releases/download/v0.7.2/rizin-src-v0.7.2.tar.xz',
|
||||
'fcff3fb45ae2b75e3f604bc7a08076e322e6e14def79098186378065ccb3582a')
|
||||
'https://github.com/rizinorg/rizin/releases/download/v0.7.3/rizin-src-v0.7.3.tar.xz',
|
||||
'e0ed25ada6be42098d38da9ccef4befbd549e477e80f8dffa5ca1b8ff9fbda74')
|
||||
|
||||
def detect(self, state: BuildState) -> bool:
|
||||
return state.has_source_file('binrz/man/rizin.1')
|
||||
|
|
Loading…
Reference in a new issue