From 49452c2feeb6eea922e25f54837585898d761733 Mon Sep 17 00:00:00 2001 From: Rosen Penev Date: Sun, 6 Nov 2022 12:50:55 -0800 Subject: [PATCH] speex: update to 1.2.1 Signed-off-by: Rosen Penev --- libs/speex/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/libs/speex/Makefile b/libs/speex/Makefile index 63180ff4d7..9f493ee168 100644 --- a/libs/speex/Makefile +++ b/libs/speex/Makefile @@ -8,15 +8,16 @@ include $(TOPDIR)/rules.mk PKG_NAME:=speex -PKG_VERSION:=1.2.0 +PKG_VERSION:=1.2.1 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=http://downloads.us.xiph.org/releases/speex/ -PKG_HASH:=eaae8af0ac742dc7d542c9439ac72f1f385ce838392dc849cae4536af9210094 +PKG_HASH:=4b44d4f2b38a370a2d98a78329fefc56a0cf93d1c1be70029217baae6628feea PKG_FIXUP:=autoreconf PKG_INSTALL:=1 +PKG_BUILD_PARALLEL:=1 PKG_CPE_ID:=cpe:/a:xiph:speex