diff options
author | Fellype do Nascimento <fellype(at)gmail.com> | 2018-01-03 23:42:39 +0000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2018-01-06 06:55:26 +0700 |
commit | 96df268d737bdaf0fc9c1c2da6b9b280db974374 (patch) | |
tree | f15831df340c1b7b89cca7798cb72d83163f8ee8 /audio/sayonara-player/sayonara-player.SlackBuild | |
parent | a8d5606d4ccc08d14009c1a1abdc085f31677779 (diff) | |
download | slackbuilds-96df268d737bdaf0fc9c1c2da6b9b280db974374.tar.gz |
audio/sayonara-player: Updated for version 1.0.0.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
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 |