Browse Source

libspeexdsp: update to 1.2.0

Signed-off-by: Peter Wagner <tripolar@gmx.at>
lilik-openwrt-22.03
Peter Wagner 5 years ago
parent
commit
6b0bc288ed
1 changed files with 3 additions and 3 deletions
  1. +3
    -3
      libs/speexdsp/Makefile

+ 3
- 3
libs/speexdsp/Makefile View File

@ -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


Loading…
Cancel
Save