mirror of
https://github.com/ZDoom/zdoom-macos-deps.git
synced 2024-11-10 14:41:43 +00:00
aedi: update vpx to 1.11.0
This commit is contained in:
parent
86d182f4e5
commit
c36b5d81bb
1 changed files with 2 additions and 2 deletions
|
@ -481,8 +481,8 @@ class VpxTarget(ConfigureMakeDependencyTarget):
|
||||||
|
|
||||||
def prepare_source(self, state: BuildState):
|
def prepare_source(self, state: BuildState):
|
||||||
state.download_source(
|
state.download_source(
|
||||||
'https://github.com/webmproject/libvpx/archive/v1.10.0.tar.gz',
|
'https://github.com/webmproject/libvpx/archive/refs/tags/v1.11.0.tar.gz',
|
||||||
'85803ccbdbdd7a3b03d930187cb055f1353596969c1f92ebec2db839fa4f834a')
|
'965e51c91ad9851e2337aebcc0f517440c637c506f3a03948062e3d5ea129a83')
|
||||||
|
|
||||||
def configure(self, state: BuildState):
|
def configure(self, state: BuildState):
|
||||||
hosts = {
|
hosts = {
|
||||||
|
|
Loading…
Reference in a new issue