summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2022-01-23 10:08:28 +0000
committer Eric Hameleers <alien@slackware.com>2022-01-23 10:08:28 +0000
commit29a63938a6b0ed63977093c623f7dd856e243dd8 (patch)
tree92f2a209507bebafba85c06500fa513af20aa77d
parent1042de6604bb92e3ddc6a884b68f415e3fed49ee (diff)
downloadasb-29a63938a6b0ed63977093c623f7dd856e243dd8.tar.gz
asb-29a63938a6b0ed63977093c623f7dd856e243dd8.tar.xz
qsynth: updated to 0.9.5
-rwxr-xr-xqsynth/build/qsynth.SlackBuild6
1 files changed, 4 insertions, 2 deletions
diff --git a/qsynth/build/qsynth.SlackBuild b/qsynth/build/qsynth.SlackBuild
index 4f98e617..e8e47822 100755
--- a/qsynth/build/qsynth.SlackBuild
+++ b/qsynth/build/qsynth.SlackBuild
@@ -1,6 +1,6 @@
#!/bin/sh
# $Id$
-# Copyright 2019, 2020, 2021 Eric Hameleers, Eindhoven, NL
+# Copyright 2019, 2020, 2021, 2022 Eric Hameleers, Eindhoven, NL
# All rights reserved.
#
# Permission to use, copy, modify, and distribute this software for
@@ -37,6 +37,8 @@
# * Update.
# 0.9.4-1: 15/jul/2021 by Eric Hameleers <alien@slackware.com>
# * Update.
+# 0.9.5-1: 23/jan/2022 by Eric Hameleers <alien@slackware.com>
+# * Update.
#
# Run 'sh qsynth.SlackBuild' to build a Slackware package.
# The package (.t?z) and .txt file as well as build logs are created in /tmp .
@@ -45,7 +47,7 @@
# -----------------------------------------------------------------------------
PRGNAM=qsynth
-VERSION=${VERSION:-0.9.4}
+VERSION=${VERSION:-0.9.5}
BUILD=${BUILD:-1}
NUMJOBS=${NUMJOBS:-" -j$(nproc) "}
TAG=${TAG:-alien}