summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2022-12-19 00:57:33 +0000
committer Eric Hameleers <alien@slackware.com>2022-12-19 00:57:33 +0000
commitafbd5a8570abd74b3bbdcc752ca4def4ba429342 (patch)
treeb38c38d5e95082d6bdb803da86c52ab0e824c4a6
parent4caa2e89b4e20e736547b8851711350968472ab9 (diff)
downloadasb-afbd5a8570abd74b3bbdcc752ca4def4ba429342.tar.gz
asb-afbd5a8570abd74b3bbdcc752ca4def4ba429342.tar.xz
audacity: update to 3.2.2
-rwxr-xr-xaudacity/build/audacity.SlackBuild4
1 files changed, 3 insertions, 1 deletions
diff --git a/audacity/build/audacity.SlackBuild b/audacity/build/audacity.SlackBuild
index 5107ec60..83190634 100755
--- a/audacity/build/audacity.SlackBuild
+++ b/audacity/build/audacity.SlackBuild
@@ -63,6 +63,8 @@
# mandatory, since audacity won't link against newer releases.
# 3.2.1-1: 10/oct/2022 by Eric Hameleers <alien@slackware.com>
# * Update.
+# 3.2.2-1: 18/dec/2022 by Eric Hameleers <alien@slackware.com>
+# * Update.
#
# Run 'sh audacity.SlackBuild' to build a Slackware package.
# The package (.t?z) and .txt file as well as build logs are created in /tmp .
@@ -71,7 +73,7 @@
# -----------------------------------------------------------------------------
PRGNAM=audacity
-VERSION=${VERSION:-3.2.1}
+VERSION=${VERSION:-3.2.2}
BUILD=${BUILD:-1}
NUMJOBS=${NUMJOBS:-" -j$(nproc) "}
TAG=${TAG:-alien}