From f4cd68343f8032bc962de438db1d0f8ed8a34653 Mon Sep 17 00:00:00 2001 From: Luiz Angelo Daros de Luca Date: Sun, 16 Jun 2024 01:40:28 -0300 Subject: [PATCH] libvpx: update to 1.14.1 This release includes enhancements and bug fixes. This release is ABI compatible with the previous release. See: https://github.com/webmproject/libvpx/releases/tag/v1.14.1 Signed-off-by: Luiz Angelo Daros de Luca --- libs/libvpx/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libs/libvpx/Makefile b/libs/libvpx/Makefile index 0f3b4cbe24..540dbbc880 100644 --- a/libs/libvpx/Makefile +++ b/libs/libvpx/Makefile @@ -9,12 +9,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=libvpx -PKG_VERSION:=1.14.0 +PKG_VERSION:=1.14.1 PKG_RELEASE:=1 PKG_SOURCE_PROTO:=git PKG_SOURCE_URL:=https://chromium.googlesource.com/webm/libvpx -PKG_MIRROR_HASH:=00c35f3101a55ac8f899174bacc27bb45fabfc2dd47ccfaa69eaab65d88e89cd +PKG_MIRROR_HASH:=a9737eadde24611fbbf080f28c792d804ea0970dadbc9421b427e18bb8f14820 PKG_SOURCE_VERSION:=v$(PKG_VERSION) PKG_MAINTAINER:=Luiz Angelo Daros de Luca