diff options
author | Rosen Penev <rosenp@gmail.com> | 2022-11-06 12:50:55 -0800 |
---|---|---|
committer | Rosen Penev <rosenp@gmail.com> | 2022-11-07 17:30:36 -0800 |
commit | 49452c2feeb6eea922e25f54837585898d761733 (patch) | |
tree | 88bc6ff0027a1c291597197ecc71bf50e22bbfc5 /libs/speex | |
parent | 449c3a0c34ace44170674aeeaf1cf91971a10a59 (diff) |
speex: update to 1.2.1
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Diffstat (limited to 'libs/speex')
-rw-r--r-- | libs/speex/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/libs/speex/Makefile b/libs/speex/Makefile index 63180ff4d..9f493ee16 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 |