diff options
author | Edinaldo P. Silva <edps.mundognu@gmail.com> | 2019-01-14 07:11:14 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2019-01-14 07:11:14 +0700 |
commit | 1534f9251793309448904e66fc5abcb5e5d941ff (patch) | |
tree | afdfee67ffbc10fe7ee1498c0152eef1d051a0c0 /system/zsh-completions/zsh-completions.SlackBuild | |
parent | e795585d2f50694ff4b15c08227c3c6049626992 (diff) |
system/zsh-completions: Updated for version 0.30.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/zsh-completions/zsh-completions.SlackBuild')
-rw-r--r-- | system/zsh-completions/zsh-completions.SlackBuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/system/zsh-completions/zsh-completions.SlackBuild b/system/zsh-completions/zsh-completions.SlackBuild index 272528a38b041..7f65c27b7081a 100644 --- a/system/zsh-completions/zsh-completions.SlackBuild +++ b/system/zsh-completions/zsh-completions.SlackBuild @@ -2,7 +2,7 @@ # # Slackware build script for the zsh-completions. # -# Copyright 2018 Edinaldo P. Silva, Rio de Janeiro, Brazil. +# Copyright 2018-2019 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=zsh-completions -VERSION=${VERSION:-0.29.0} +VERSION=${VERSION:-0.30.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} |