mirror of
https://github.com/ZDoom/zdoom-macos-deps.git
synced 2024-11-24 04:41:37 +00:00
aedi: update jpeg-turbo to 3.0.1
This commit is contained in:
parent
81395dcc66
commit
f264cd3ceb
1 changed files with 2 additions and 2 deletions
|
@ -256,8 +256,8 @@ class JpegTurboTarget(base.CMakeStaticDependencyTarget):
|
|||
|
||||
def prepare_source(self, state: BuildState):
|
||||
state.download_source(
|
||||
'https://downloads.sourceforge.net/project/libjpeg-turbo/3.0.0/libjpeg-turbo-3.0.0.tar.gz',
|
||||
'c77c65fcce3d33417b2e90432e7a0eb05f59a7fff884022a9d931775d583bfaa')
|
||||
'https://downloads.sourceforge.net/project/libjpeg-turbo/3.0.1/libjpeg-turbo-3.0.1.tar.gz',
|
||||
'22429507714ae147b3acacd299e82099fce5d9f456882fc28e252e4579ba2a75')
|
||||
|
||||
def configure(self, state: BuildState):
|
||||
opts = state.options
|
||||
|
|
Loading…
Reference in a new issue