libvpx: add v1.14.1 (#46941)

This commit is contained in:
Wouter Deconinck 2024-10-13 04:22:34 -05:00 committed by GitHub
parent 36761715fd
commit a4ca6452c0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -19,7 +19,15 @@ class Libvpx(AutotoolsPackage):
license("BSD-3-Clause") license("BSD-3-Clause")
version("1.10.0", sha256="85803ccbdbdd7a3b03d930187cb055f1353596969c1f92ebec2db839fa4f834a") version("1.14.1", sha256="901747254d80a7937c933d03bd7c5d41e8e6c883e0665fadcb172542167c7977")
# Deprecated versions
# https://nvd.nist.gov/vuln/detail/CVE-2023-44488
version(
"1.10.0",
sha256="85803ccbdbdd7a3b03d930187cb055f1353596969c1f92ebec2db839fa4f834a",
deprecated=True,
)
depends_on("c", type="build") # generated depends_on("c", type="build") # generated
depends_on("cxx", type="build") # generated depends_on("cxx", type="build") # generated