summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2020-03-11 14:10:18 +0000
committer Eric Hameleers <alien@slackware.com>2020-03-11 14:10:18 +0000
commit43a05abe5942319f3ff9ef7b560dbce061631fdd (patch)
treee40d1f606660faf71a2c6163978198ba6f24a156
parentc3c0ed2c6085da9fd77f5974cc83ecea095eb4e2 (diff)
downloadasb-43a05abe5942319f3ff9ef7b560dbce061631fdd.tar.gz
asb-43a05abe5942319f3ff9ef7b560dbce061631fdd.tar.xz
musescore: updated to 3.4.2
-rwxr-xr-xmusescore/build/musescore.SlackBuild4
1 files changed, 3 insertions, 1 deletions
diff --git a/musescore/build/musescore.SlackBuild b/musescore/build/musescore.SlackBuild
index 5bad4061..bbb79613 100755
--- a/musescore/build/musescore.SlackBuild
+++ b/musescore/build/musescore.SlackBuild
@@ -45,6 +45,8 @@
# * Update.
# 3.3.4-1: 20/jan/2020 by Eric Hameleers <alien@slackware.com>
# * Update.
+# 3.4.2-1: 11/mar/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 .
@@ -54,7 +56,7 @@
SRCNAM=MuseScore
PRGNAM=musescore
-VERSION=${VERSION:-3.3.4}
+VERSION=${VERSION:-3.4.2}
MAJVER=$(echo $VERSION |cut -d. -f1,2)
BUILD=${BUILD:-1}
NUMJOBS=${NUMJOBS:-" -j$(nproc) "}