mirror of
https://github.com/ZDoom/zdoom-macos-deps.git
synced 2024-11-22 03:51:33 +00:00
aedi: update vpx to 1.12.0
This commit is contained in:
parent
c8f0ae9cb5
commit
a82b92ecc8
1 changed files with 2 additions and 2 deletions
|
@ -479,8 +479,8 @@ class VpxTarget(ConfigureMakeDependencyTarget):
|
|||
|
||||
def prepare_source(self, state: BuildState):
|
||||
state.download_source(
|
||||
'https://github.com/webmproject/libvpx/archive/refs/tags/v1.11.0.tar.gz',
|
||||
'965e51c91ad9851e2337aebcc0f517440c637c506f3a03948062e3d5ea129a83')
|
||||
'https://github.com/webmproject/libvpx/archive/refs/tags/v1.12.0.tar.gz',
|
||||
'f1acc15d0fd0cb431f4bf6eac32d5e932e40ea1186fe78e074254d6d003957bb')
|
||||
|
||||
def configure(self, state: BuildState):
|
||||
hosts = {
|
||||
|
|
Loading…
Reference in a new issue