diff options
author | Edinaldo P. Silva <edps.mundognu@gmail.com> | 2018-09-30 23:50:31 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2018-10-06 07:25:16 +0700 |
commit | 6f279e0355fd876427acde1a86c4c9d3810cb41f (patch) | |
tree | e2885043df48becb556ffbf3d8400aabb8871b67 /desktop/zuki-themes/zuki-themes.SlackBuild | |
parent | b82b279ed71cbdab16b44fdad231249693a32c32 (diff) |
desktop/zuki-themes: Updated for version 3.28.3.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'desktop/zuki-themes/zuki-themes.SlackBuild')
-rw-r--r-- | desktop/zuki-themes/zuki-themes.SlackBuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/desktop/zuki-themes/zuki-themes.SlackBuild b/desktop/zuki-themes/zuki-themes.SlackBuild index a34b54ffabdf1..3fabb7099d36f 100644 --- a/desktop/zuki-themes/zuki-themes.SlackBuild +++ b/desktop/zuki-themes/zuki-themes.SlackBuild @@ -2,7 +2,7 @@ # # Slackware build script for zuki-themes. # -# Copyright 2016-2017 Edinaldo P. Silva, Rio de Janeiro, Brazil. +# Copyright 2016-2018 Edinaldo P. Silva, Rio de Janeiro, Brazil. # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM="zuki-themes" -VERSION=${VERSION:-3.18.1} +VERSION=${VERSION:-3.28.3} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -34,7 +34,7 @@ PKG=$TMP/package-$PRGNAM OUTPUT=${OUTPUT:-/tmp} CWD=$(pwd) -SRCVER=${SRCVER:-3.18-1} +SRCVER=${SRCVER:-3.28-3} set -e |