summaryrefslogtreecommitdiffstats
path: root/musescore
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2019-11-27 20:19:39 +0000
committer Eric Hameleers <alien@slackware.com>2019-11-27 20:19:39 +0000
commit5a107d1d21439bd01f8ffdf519c3bbd54bdf043b (patch)
treeb6e5a008f77036f4422c95c5a8c0a69ee70e77b8 /musescore
parent3852952c102292e94df705e98b39635344313659 (diff)
downloadasb-5a107d1d21439bd01f8ffdf519c3bbd54bdf043b.tar.gz
asb-5a107d1d21439bd01f8ffdf519c3bbd54bdf043b.tar.xz
musescore: update to 3.3.3
Diffstat (limited to 'musescore')
-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 28a02334..ad2a9b08 100755
--- a/musescore/build/musescore.SlackBuild
+++ b/musescore/build/musescore.SlackBuild
@@ -41,6 +41,8 @@
# * Update.
# 3.3.0-1: 05/nov/2019 by Eric Hameleers <alien@slackware.com>
# * Update.
+# 3.3.3-1: 27/nov/2019 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 .
@@ -50,7 +52,7 @@
SRCNAM=MuseScore
PRGNAM=musescore
-VERSION=${VERSION:-3.3.0}
+VERSION=${VERSION:-3.3.3}
MAJVER=$(echo $VERSION |cut -d. -f1,2)
BUILD=${BUILD:-1}
NUMJOBS=${NUMJOBS:-" -j$(nproc) "}
@@ -67,7 +69,7 @@ PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp}
SOURCE="$SRCDIR/${SRCNAM}-${VERSION}.zip"
-SRCURL="https://github.com/${PRGNAM}/${SRCNAM}/releases/download/v${MAJVER}/${SRCNAM}-${VERSION}.zip"
+SRCURL="https://github.com/${PRGNAM}/${SRCNAM}/releases/download/v${VERSION}/${SRCNAM}-${VERSION}.zip"
##
## --- with a little luck, you won't have to edit below this point --- ##