aboutsummaryrefslogtreecommitdiff
path: root/libs/libvpx
diff options
context:
space:
mode:
authorRosen Penev <rosenp@gmail.com>2022-11-04 21:30:29 -0700
committerRosen Penev <rosenp@gmail.com>2022-11-05 10:29:46 -0700
commitd4410f7750aa3201cf438f61566c90e1d1047f0e (patch)
tree0fa56592645af949f849eec54954eb0ad4c14ac5 /libs/libvpx
parent6164a8bab74617aab75de3984719809b99eb83c1 (diff)
libvpx: update to 1.12.0
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Diffstat (limited to 'libs/libvpx')
-rw-r--r--libs/libvpx/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/libs/libvpx/Makefile b/libs/libvpx/Makefile
index 03164af2f..743ccadc4 100644
--- a/libs/libvpx/Makefile
+++ b/libs/libvpx/Makefile
@@ -9,12 +9,12 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=libvpx
-PKG_VERSION:=1.11.0
+PKG_VERSION:=1.12.0
PKG_RELEASE:=$(AUTORELEASE)
PKG_SOURCE_PROTO:=git
PKG_SOURCE_URL:=https://chromium.googlesource.com/webm/libvpx
-PKG_MIRROR_HASH:=495e1f6d389d1c3b613a97927df7750aa499c649fd11eec6e1c9dcf5f403f134
+PKG_MIRROR_HASH:=19d9bd55198f063875cc72bdfa5eb9fa7cc1ae8af33979f807d2c82b66349933
PKG_SOURCE_VERSION:=v$(PKG_VERSION)
PKG_MAINTAINER:=Luiz Angelo Daros de Luca <luizluca@gmail.com>