aedi: update vpx to 1.11.0

This commit is contained in:
alexey.lysiuk 2021-10-30 16:27:11 +03:00
parent 86d182f4e5
commit c36b5d81bb
1 changed files with 2 additions and 2 deletions

View File

@ -481,8 +481,8 @@ class VpxTarget(ConfigureMakeDependencyTarget):
def prepare_source(self, state: BuildState):
state.download_source(
'https://github.com/webmproject/libvpx/archive/v1.10.0.tar.gz',
'85803ccbdbdd7a3b03d930187cb055f1353596969c1f92ebec2db839fa4f834a')
'https://github.com/webmproject/libvpx/archive/refs/tags/v1.11.0.tar.gz',
'965e51c91ad9851e2337aebcc0f517440c637c506f3a03948062e3d5ea129a83')
def configure(self, state: BuildState):
hosts = {