From 87f5c8115e0ba1c2602f9245e6cf4ee2489f09c2 Mon Sep 17 00:00:00 2001
From: Andreas Wacknitz <A.Wacknitz@gmx.de>
Date: Sun, 31 Mar 2024 17:28:06 +0200
Subject: [PATCH] soundtouch: update to 2.3.3

---
 components/library/soundtouch/Makefile |    5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/components/library/soundtouch/Makefile b/components/library/soundtouch/Makefile
index a3be392..bf47c9f 100644
--- a/components/library/soundtouch/Makefile
+++ b/components/library/soundtouch/Makefile
@@ -17,14 +17,13 @@
 include ../../../make-rules/shared-macros.mk
 
 COMPONENT_NAME=         soundtouch
-COMPONENT_VERSION=      2.3.2
-COMPONENT_REVISION=		1
+COMPONENT_VERSION=      2.3.3
 COMPONENT_SUMMARY=      Audio Processing Library
 COMPONENT_SRC=          $(COMPONENT_NAME)-$(COMPONENT_VERSION)
 COMPONENT_ARCHIVE=      $(COMPONENT_SRC).tar.gz
 COMPONENT_PROJECT_URL=  https://www.surina.net/soundtouch
 COMPONENT_ARCHIVE_URL=	$(COMPONENT_PROJECT_URL)/$(COMPONENT_ARCHIVE)
-COMPONENT_ARCHIVE_HASH= sha256:3bde8ddbbc3661f04e151f72cf21ca9d8f8c88e265833b65935b8962d12d6b08
+COMPONENT_ARCHIVE_HASH= sha256:43b23dfac2f64a3aff55d64be096ffc7b73842c3f5665caff44975633a975a99
 COMPONENT_FMRI=         library/audio/soundtouch
 COMPONENT_CLASSIFICATION=System/Multimedia Libraries
 COMPONENT_LICENSE=      LGPLv2.1

--
Gitblit v1.9.3