From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from [2a0a:edc0:0:1101:1d::39] (helo=dude03.red.stw.pengutronix.de) by metis.ext.pengutronix.de with esmtp (Exim 4.92) (envelope-from ) id 1lChtl-0004lv-8X for ptxdist@pengutronix.de; Thu, 18 Feb 2021 12:55:09 +0100 From: Lucas Stach Date: Thu, 18 Feb 2021 12:55:09 +0100 Message-Id: <20210218115509.639157-1-l.stach@pengutronix.de> MIME-Version: 1.0 Subject: [ptxdist] [PATCH] speexdsp: version bump 1.2rc3 -> 1.2.0 List-Id: PTXdist Development Mailing List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: ptxdist@pengutronix.de Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: ptxdist-bounces@pengutronix.de Sender: "ptxdist" To: ptxdist@pengutronix.de Adds some more optimizations and corner case fixes. Signed-off-by: Lucas Stach --- It only took 4.5 years for the final release to happen after the rc3 release, so the 1.5 year lag of updating the ptxdist rule after the upstream release might be excusable. ;) --- rules/speexdsp.make | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rules/speexdsp.make b/rules/speexdsp.make index cb616aa3f301..8ea235022c9b 100644 --- a/rules/speexdsp.make +++ b/rules/speexdsp.make @@ -14,8 +14,8 @@ PACKAGES-$(PTXCONF_SPEEXDSP) += speexdsp # # Paths and names # -SPEEXDSP_VERSION := 1.2rc3 -SPEEXDSP_MD5 := 70d9d31184f7eb761192fd1ef0b73333 +SPEEXDSP_VERSION := 1.2.0 +SPEEXDSP_MD5 := b722df341576dc185d897131321008fc SPEEXDSP := speexdsp-$(SPEEXDSP_VERSION) SPEEXDSP_SUFFIX := tar.gz SPEEXDSP_URL := http://downloads.xiph.org/releases/speex//$(SPEEXDSP).$(SPEEXDSP_SUFFIX) -- 2.29.2 _______________________________________________ ptxdist mailing list ptxdist@pengutronix.de To unsubscribe, send a mail with subject "unsubscribe" to ptxdist-request@pengutronix.de