From adde47e6f97c7b547f0cea4175959bef4fdbb170 Mon Sep 17 00:00:00 2001 From: Rosen Penev Date: Sun, 26 May 2024 19:36:35 -0700 Subject: [PATCH] opus: update to 1.5.2 Signed-off-by: Rosen Penev --- libs/opus/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/libs/opus/Makefile b/libs/opus/Makefile index ba4f7064d..2297141ae 100644 --- a/libs/opus/Makefile +++ b/libs/opus/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=opus -PKG_VERSION:=1.5.1 -PKG_RELEASE:=2 +PKG_VERSION:=1.5.2 +PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://downloads.xiph.org/releases/opus -PKG_HASH:=b84610959b8d417b611aa12a22565e0a3732097c6389d19098d844543e340f85 +PKG_HASH:=65c1d2f78b9f2fb20082c38cbe47c951ad5839345876e46941612ee87f9a7ce1 PKG_MAINTAINER:=Ted Hess , Ian Leonard PKG_LICENSE:=BSD-3-Clause