From: Luiz Angelo Daros de Luca Date: Sun, 16 Jun 2024 04:40:28 +0000 (-0300) Subject: libvpx: update to 1.14.1 X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=f4cd68343f8032bc962de438db1d0f8ed8a34653;p=openwrt-packages.git 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 --- diff --git a/libs/libvpx/Makefile b/libs/libvpx/Makefile index 0f3b4cbe2..540dbbc88 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