diff options
author | Edinaldo P. Silva <edps.mundognu@gmail.com> | 2018-06-19 20:48:08 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2018-06-23 08:43:59 +0700 |
commit | c24afda337fd028b1cb9f3b2da7acfec839c9bb3 (patch) | |
tree | c74dcaef0bd5368bce8c68e5559a700c34c3dc34 /desktop/faba-icon-theme/faba-icon-theme.SlackBuild | |
parent | 88bc6c244e088705c53e40e35e2f6c943edcc145 (diff) |
desktop/faba-icon-theme: Updated for version 20180422.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'desktop/faba-icon-theme/faba-icon-theme.SlackBuild')
-rw-r--r-- | desktop/faba-icon-theme/faba-icon-theme.SlackBuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/desktop/faba-icon-theme/faba-icon-theme.SlackBuild b/desktop/faba-icon-theme/faba-icon-theme.SlackBuild index 1236057e1556b..cbecd8deae0b8 100644 --- a/desktop/faba-icon-theme/faba-icon-theme.SlackBuild +++ b/desktop/faba-icon-theme/faba-icon-theme.SlackBuild @@ -2,7 +2,7 @@ # # Slackware build script for faba-icon-theme. # -# Copyright 2015-2017 Edinaldo P. Silva, Rio de Janeiro, Brazil. +# Copyright 2015-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="faba-icon-theme" -VERSION=${VERSION:-20170712} +VERSION=${VERSION:-20180422} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -34,7 +34,7 @@ PKG=$TMP/package-$PRGNAM OUTPUT=${OUTPUT:-/tmp} CWD=$(pwd) -SRCVER=${SRCVER:-cab0d6bd57bf0fb30918b68e2396f87d9484db31} +SRCVER=${SRCVER:-a50c9437795ceef60769eaaaa015ee131a3a4ee2} set -e |