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/pkg5                          |    2 +-
 components/library/soundtouch/Makefile                      |    5 ++---
 components/library/soundtouch/manifests/sample-manifest.p5m |    2 +-
 3 files changed, 4 insertions(+), 5 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
diff --git a/components/library/soundtouch/manifests/sample-manifest.p5m b/components/library/soundtouch/manifests/sample-manifest.p5m
index ef5654a..90464ec 100644
--- a/components/library/soundtouch/manifests/sample-manifest.p5m
+++ b/components/library/soundtouch/manifests/sample-manifest.p5m
@@ -10,7 +10,7 @@
 #
 
 #
-# Copyright 2023 <contributor>
+# Copyright 2024 <contributor>
 #
 
 set name=pkg.fmri value=pkg:/$(COMPONENT_FMRI)@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
diff --git a/components/library/soundtouch/pkg5 b/components/library/soundtouch/pkg5
index 6675832..e575dd7 100644
--- a/components/library/soundtouch/pkg5
+++ b/components/library/soundtouch/pkg5
@@ -9,4 +9,4 @@
         "library/audio/soundtouch"
     ],
     "name": "soundtouch"
-}
\ No newline at end of file
+}

--
Gitblit v1.9.3