summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Biermann <tbier@posteo.de>2022-11-12 11:29:13 +0000
committerTim Biermann <tbier@posteo.de>2022-11-12 18:16:26 +0000
commit7b60d1a3421da2e4ea32ecce2d30343089699aca (patch)
tree518b9b7c3d8b60093556e2c628852e5f4ed202a1
parentacc53de5bc9b15c951495913f60a0cc219f6ac78 (diff)
downloadcontrib-7b60d1a3421da2e4ea32ecce2d30343089699aca.tar.gz
contrib-7b60d1a3421da2e4ea32ecce2d30343089699aca.tar.xz
soundtouch: 2.3.1 -> 2.3.2
-rw-r--r--soundtouch/.footprint4
-rw-r--r--soundtouch/.signature8
-rw-r--r--soundtouch/Pkgfile6
3 files changed, 9 insertions, 9 deletions
diff --git a/soundtouch/.footprint b/soundtouch/.footprint
index 32b081c67..568be1d21 100644
--- a/soundtouch/.footprint
+++ b/soundtouch/.footprint
@@ -17,7 +17,7 @@ drwxr-xr-x root/root usr/lib/cmake/SoundTouch/
-rw-r--r-- root/root usr/lib/cmake/SoundTouch/SoundTouchTargets-release.cmake
-rw-r--r-- root/root usr/lib/cmake/SoundTouch/SoundTouchTargets.cmake
lrwxrwxrwx root/root usr/lib/libSoundTouch.so -> libSoundTouch.so.2
-lrwxrwxrwx root/root usr/lib/libSoundTouch.so.2 -> libSoundTouch.so.2.3.1
--rwxr-xr-x root/root usr/lib/libSoundTouch.so.2.3.1
+lrwxrwxrwx root/root usr/lib/libSoundTouch.so.2 -> libSoundTouch.so.2.3.2
+-rwxr-xr-x root/root usr/lib/libSoundTouch.so.2.3.2
drwxr-xr-x root/root usr/lib/pkgconfig/
-rw-r--r-- root/root usr/lib/pkgconfig/soundtouch.pc
diff --git a/soundtouch/.signature b/soundtouch/.signature
index b95237114..cc217a723 100644
--- a/soundtouch/.signature
+++ b/soundtouch/.signature
@@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/contrib.pub
-RWSagIOpLGJF35TL6a+lxdWHK0ogaISbA5iqT8wNYOojmLdLeuLAzmQKO5orhjIvybhpAbgGAtPI3HOy4Bvs4TxeJvpv4yhEZQE=
-SHA256 (Pkgfile) = d61f10a96ce275b958e6c0b8198a2d962ec33263ec6a42e6cc13eaf8e68a9da1
-SHA256 (.footprint) = 0d077becc7a8347c54dca749d944656cde616e30dc75ebd2b2569f78825c43e2
-SHA256 (soundtouch-2.3.1.tar.gz) = 6900996607258496ce126924a19fe9d598af9d892cf3f33d1e4daaa9b42ae0b1
+RWSagIOpLGJF39Ak5uEq++x+fJYr6FG6z6bz6qQbfKYw592eRSDJvhKmrL3Sp6ZWcM7Z7Z2KJMu78/TPMVrZywCxgBDkKHgSyw4=
+SHA256 (Pkgfile) = c8bfad3d3201fd8b3536e0aea5f2f9a507986fd3020c7df89d53496de0331e47
+SHA256 (.footprint) = 8803768504651852cb4fb7fdc40d75fc00b4feffd08017b773da7d2053bf08b9
+SHA256 (soundtouch-2.3.2.tar.gz) = 3bde8ddbbc3661f04e151f72cf21ca9d8f8c88e265833b65935b8962d12d6b08
diff --git a/soundtouch/Pkgfile b/soundtouch/Pkgfile
index 66fc17a5b..0d17aea33 100644
--- a/soundtouch/Pkgfile
+++ b/soundtouch/Pkgfile
@@ -4,12 +4,12 @@
# Depends on: cmake ninja
name=soundtouch
-version=2.3.1
-release=2
+version=2.3.2
+release=1
source=(https://www.surina.net/$name/$name-$version.tar.gz)
build() {
- cmake -S $name-$version -B build -G Ninja \
+ cmake -S $name -B build -G Ninja \
-D CMAKE_INSTALL_PREFIX=/usr \
-D CMAKE_BUILD_TYPE=Release \
-D CMAKE_INSTALL_LIBDIR=lib \

Generated by cgit