summaryrefslogtreecommitdiffstats
path: root/qjackctl
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2021-07-15 11:00:46 +0000
committer Eric Hameleers <alien@slackware.com>2021-07-15 11:00:46 +0000
commit0169a0c8cdbfdc621a6e8b63412ed579a47e97eb (patch)
treece2d8cfc273349c21918475089f686eefe9843aa /qjackctl
parentc64fc7cc3cf5fc79920f91f09e02969ad88f1d42 (diff)
downloadasb-0169a0c8cdbfdc621a6e8b63412ed579a47e97eb.tar.gz
asb-0169a0c8cdbfdc621a6e8b63412ed579a47e97eb.tar.xz
qjackctl: update to 0.9.4
Diffstat (limited to 'qjackctl')
-rwxr-xr-xqjackctl/build/qjackctl.SlackBuild4
1 files changed, 3 insertions, 1 deletions
diff --git a/qjackctl/build/qjackctl.SlackBuild b/qjackctl/build/qjackctl.SlackBuild
index 225ad8b0..62eb9390 100755
--- a/qjackctl/build/qjackctl.SlackBuild
+++ b/qjackctl/build/qjackctl.SlackBuild
@@ -44,6 +44,8 @@
# * Update.
# 0.9.0-1: 03/jan/2021 by Eric Hameleers <alien@slackware.com>
# * Update.
+# 0.9.4-1: 15/jul/2021 by Eric Hameleers <alien@slackware.com>
+# * Update.
#
# Run 'sh qjackctl.SlackBuild' to build a Slackware package.
# The package (.txz) and .txt file as well as build logs are created in /tmp .
@@ -54,7 +56,7 @@
# Set initial variables:
PRGNAM=qjackctl
-VERSION=${VERSION:-0.9.0}
+VERSION=${VERSION:-0.9.4}
BUILD=${BUILD:-1}
NUMJOBS=${NUMJOBS:-" -j$(nproc) "}
TAG=${TAG:-alien}