summaryrefslogtreecommitdiffstats
path: root/qsynth
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2021-07-15 08:39:21 +0000
committer Eric Hameleers <alien@slackware.com>2021-07-15 08:39:21 +0000
commitc19db8f9eea05f6f1344c40e8b87981ea1473e27 (patch)
tree1532f6108755711cd918d72ab86859dd1b00e4d4 /qsynth
parent97abc4ac6f1530558db622ccc26dda974f9c7706 (diff)
downloadasb-c19db8f9eea05f6f1344c40e8b87981ea1473e27.tar.gz
asb-c19db8f9eea05f6f1344c40e8b87981ea1473e27.tar.xz
qsynth: update to 0.9.4
Diffstat (limited to 'qsynth')
-rwxr-xr-xqsynth/build/qsynth.SlackBuild8
1 files changed, 5 insertions, 3 deletions
diff --git a/qsynth/build/qsynth.SlackBuild b/qsynth/build/qsynth.SlackBuild
index 62c33160..4f98e617 100755
--- a/qsynth/build/qsynth.SlackBuild
+++ b/qsynth/build/qsynth.SlackBuild
@@ -1,6 +1,6 @@
#!/bin/sh
# $Id$
-# Copyright 2019, 2020 Eric Hameleers, Eindhoven, NL
+# Copyright 2019, 2020, 2021 Eric Hameleers, Eindhoven, NL
# All rights reserved.
#
# Permission to use, copy, modify, and distribute this software for
@@ -33,7 +33,9 @@
# Changelog:
# 0.5.5-1: 11/Mar/2019 by Eric Hameleers <alien@slackware.com>
# * Initial build.
-# 0.6.3-1: 10/oct/2019 by Eric Hameleers <alien@slackware.com>
+# 0.6.3-1: 10/oct/2020 by Eric Hameleers <alien@slackware.com>
+# * Update.
+# 0.9.4-1: 15/jul/2021 by Eric Hameleers <alien@slackware.com>
# * Update.
#
# Run 'sh qsynth.SlackBuild' to build a Slackware package.
@@ -43,7 +45,7 @@
# -----------------------------------------------------------------------------
PRGNAM=qsynth
-VERSION=${VERSION:-0.6.3}
+VERSION=${VERSION:-0.9.4}
BUILD=${BUILD:-1}
NUMJOBS=${NUMJOBS:-" -j$(nproc) "}
TAG=${TAG:-alien}