summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2020-01-20 16:14:12 +0000
committer Eric Hameleers <alien@slackware.com>2020-01-20 16:14:12 +0000
commitd8726584ff7396a0d62e8a16aa586353f56c6b57 (patch)
tree41d0a237e6c4ff42a57f5762c3679a6d0d73c6ff
parent44268cbde7171d77b2b0891dd0616d1aaab6cb6c (diff)
downloadasb-d8726584ff7396a0d62e8a16aa586353f56c6b57.tar.gz
asb-d8726584ff7396a0d62e8a16aa586353f56c6b57.tar.xz
musescore: update to 3.3.4
-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) "}