mirror of
https://github.com/ZDoom/zdoom-macos-deps.git
synced 2024-11-10 06:31:37 +00:00
aedi: update nasm to 2.16.01
This commit is contained in:
parent
5f1d4ef475
commit
a2b57a5bca
1 changed files with 2 additions and 2 deletions
|
@ -123,8 +123,8 @@ class NasmTarget(base.ConfigureMakeDependencyTarget):
|
|||
|
||||
def prepare_source(self, state: BuildState):
|
||||
state.download_source(
|
||||
'https://www.nasm.us/pub/nasm/releasebuilds/2.15.05/nasm-2.15.05.tar.xz',
|
||||
'3caf6729c1073bf96629b57cee31eeb54f4f8129b01902c73428836550b30a3f')
|
||||
'https://www.nasm.us/pub/nasm/releasebuilds/2.16.01/nasm-2.16.01.tar.xz',
|
||||
'c77745f4802375efeee2ec5c0ad6b7f037ea9c87c92b149a9637ff099f162558')
|
||||
|
||||
def detect(self, state: BuildState) -> bool:
|
||||
return state.has_source_file('nasm.txt')
|
||||
|
|
Loading…
Reference in a new issue