summaryrefslogtreecommitdiffstats
path: root/musescore/build/musescore.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'musescore/build/musescore.SlackBuild')
-rwxr-xr-xmusescore/build/musescore.SlackBuild6
1 files changed, 4 insertions, 2 deletions
diff --git a/musescore/build/musescore.SlackBuild b/musescore/build/musescore.SlackBuild
index ad2a9b08..5bad4061 100755
--- a/musescore/build/musescore.SlackBuild
+++ b/musescore/build/musescore.SlackBuild
@@ -1,6 +1,6 @@
#!/bin/sh
# $Id$
-# Copyright 2019 Eric Hameleers, Eindhoven, NL
+# Copyright 2019, 2020 Eric Hameleers, Eindhoven, NL
# All rights reserved.
#
# Permission to use, copy, modify, and distribute this software for
@@ -43,6 +43,8 @@
# * Update.
# 3.3.3-1: 27/nov/2019 by Eric Hameleers <alien@slackware.com>
# * Update.
+# 3.3.4-1: 20/jan/2020 by Eric Hameleers <alien@slackware.com>
+# * Update.
#
# Run 'sh musescore.SlackBuild' to build a Slackware package.
# The package (.t?z) and .txt file as well as build logs are created in /tmp .
@@ -52,7 +54,7 @@
SRCNAM=MuseScore
PRGNAM=musescore
-VERSION=${VERSION:-3.3.3}
+VERSION=${VERSION:-3.3.4}
MAJVER=$(echo $VERSION |cut -d. -f1,2)
BUILD=${BUILD:-1}
NUMJOBS=${NUMJOBS:-" -j$(nproc) "}