From 518f01997ec3cee89fa5a8c290d9f18face5bf04 Mon Sep 17 00:00:00 2001 From: Rosen Penev Date: Thu, 6 Jun 2019 22:07:24 -0700 Subject: [PATCH] opus: Update to 1.3.1 Signed-off-by: Rosen Penev --- libs/opus/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libs/opus/Makefile b/libs/opus/Makefile index f336a878d0..689b7c0ea9 100644 --- a/libs/opus/Makefile +++ b/libs/opus/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=opus -PKG_VERSION:=1.3 +PKG_VERSION:=1.3.1 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://archive.mozilla.org/pub/opus -PKG_HASH:=4f3d69aefdf2dbaf9825408e452a8a414ffc60494c70633560700398820dc550 +PKG_HASH:=65b58e1e25b2a114157014736a3d9dfeaad8d41be1c8179866f144a2fb44ff9d PKG_MAINTAINER:=Ted Hess , Ian Leonard PKG_LICENSE:=BSD-3-Clause