From d8726584ff7396a0d62e8a16aa586353f56c6b57 Mon Sep 17 00:00:00 2001 From: Eric Hameleers Date: Mon, 20 Jan 2020 16:14:12 +0000 Subject: musescore: update to 3.3.4 --- musescore/build/musescore.SlackBuild | 6 ++++-- 1 file 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 # * Update. +# 3.3.4-1: 20/jan/2020 by Eric Hameleers +# * 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) "} -- cgit v1.2.3