summaryrefslogtreecommitdiffstats
path: root/guitarix
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2021-01-08 18:52:10 +0000
committer Eric Hameleers <alien@slackware.com>2021-01-08 18:52:10 +0000
commit088f8b14ff643eaa53f3635eadf2f6802ebcb538 (patch)
tree660c4369a8ad6acdb450fc46262e18787fe4866f /guitarix
parent1d9c0d47a315c460f00fa83d41b7e1adcafc18a3 (diff)
downloadasb-088f8b14ff643eaa53f3635eadf2f6802ebcb538.tar.gz
asb-088f8b14ff643eaa53f3635eadf2f6802ebcb538.tar.xz
guitarix: update to 0.42.1
Diffstat (limited to 'guitarix')
-rwxr-xr-xguitarix/build/guitarix.SlackBuild6
1 files changed, 4 insertions, 2 deletions
diff --git a/guitarix/build/guitarix.SlackBuild b/guitarix/build/guitarix.SlackBuild
index 759b11e7..c21875a6 100755
--- a/guitarix/build/guitarix.SlackBuild
+++ b/guitarix/build/guitarix.SlackBuild
@@ -1,6 +1,6 @@
#!/bin/sh
# $Id$
-# Copyright 2020 Eric Hameleers <alien@slackware.com>
+# Copyright 2020, 2021 Eric Hameleers <alien@slackware.com>
# All rights reserved.
#
# Permission to use, copy, modify, and distribute this software for
@@ -41,6 +41,8 @@
# * Recompiled against newer boost in slackware-current.
# 0.42.0-1: 20/dec/2020 by Eric Hameleers <alien@slackware.com>
# * Update. Use faust.
+# 0.42.1-1: 08/jan/2021 by Eric Hameleers <alien@slackware.com>
+# * Update.
#
# Run 'sh guitarix.SlackBuild' to build a Slackware package.
# The package (.t?z) and .txt file as well as build logs are created in /tmp .
@@ -49,7 +51,7 @@
# -----------------------------------------------------------------------------
PRGNAM=guitarix
-VERSION=${VERSION:-0.42.0}
+VERSION=${VERSION:-0.42.1}
BUILD=${BUILD:-1}
NUMJOBS=${NUMJOBS:-" -j$(nproc) "}
TAG=${TAG:-alien}