diff options
Diffstat (limited to 'audio/sayonara-player/sayonara-player.SlackBuild')
-rw-r--r-- | audio/sayonara-player/sayonara-player.SlackBuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/audio/sayonara-player/sayonara-player.SlackBuild b/audio/sayonara-player/sayonara-player.SlackBuild index 382211f9cd..ecc05f96c5 100644 --- a/audio/sayonara-player/sayonara-player.SlackBuild +++ b/audio/sayonara-player/sayonara-player.SlackBuild @@ -3,7 +3,7 @@ # Slackware build script for sayonara-player. # # Copyright 2016-2017 Edinaldo P. Silva, Rio de Janeiro, Brazil. -# Copyright 2017 Fellype do Nascimento, Campinas, Brazil. +# Copyright 2017-2018 Fellype do Nascimento, Campinas, Brazil. # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -24,8 +24,8 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=sayonara-player -VERSION=${VERSION:-0.9.3} -BUILD=${BUILD:-2} +VERSION=${VERSION:-1.0.0} +BUILD=${BUILD:-1} TAG=${TAG:-_SBo} if [ -z "$ARCH" ]; then @@ -57,7 +57,7 @@ fi set -e -SRCVER=${SRCVER:-git2-20170509} +SRCVER=${SRCVER:-git1-20171231} rm -rf $PKG mkdir -p $TMP $PKG $OUTPUT |