diff options
author | Peter Wagner <tripolar@gmx.at> | 2019-06-10 11:32:25 +0200 |
---|---|---|
committer | Peter Wagner <tripolar@gmx.at> | 2019-06-10 11:32:25 +0200 |
commit | 6b0bc288eda030a1f269ddb5b29871b6f2c3e565 (patch) | |
tree | 87ea91286784d154c465afbf094630976b1758be /libs/speexdsp | |
parent | 2cc8276a0af956b029eedc9733460ece89f1a390 (diff) |
libspeexdsp: update to 1.2.0
Signed-off-by: Peter Wagner <tripolar@gmx.at>
Diffstat (limited to 'libs/speexdsp')
-rw-r--r-- | libs/speexdsp/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libs/speexdsp/Makefile b/libs/speexdsp/Makefile index 5b94e14b7..284a1cab3 100644 --- a/libs/speexdsp/Makefile +++ b/libs/speexdsp/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=speexdsp -PKG_VERSION:=1.2rc3 +PKG_VERSION:=1.2.0 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz -PKG_SOURCE_URL:=http://downloads.us.xiph.org/releases/speex/ -PKG_HASH:=4ae688600039f5d224bdf2e222d2fbde65608447e4c2f681585e4dca6df692f1 +PKG_SOURCE_URL:=https://downloads.us.xiph.org/releases/speex/ +PKG_HASH:=682042fc6f9bee6294ec453f470dadc26c6ff29b9c9e9ad2ffc1f4312fd64771 PKG_FIXUP:=autoreconf PKG_INSTALL:=1 |