mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-14 21:56:41 +01:00
system/zsh-completions: Updated for version 0.30.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
e795585d2f
commit
1534f92517
2 changed files with 5 additions and 5 deletions
|
@ -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}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="zsh-completions"
|
||||
VERSION="0.29.0"
|
||||
VERSION="0.30.0"
|
||||
HOMEPAGE="https://github.com/zsh-users/zsh-completions"
|
||||
DOWNLOAD="https://github.com/zsh-users/zsh-completions/archive/0.29.0/zsh-completions-0.29.0.tar.gz"
|
||||
MD5SUM="44588182328579ea1fa322f5e3b7bb3f"
|
||||
DOWNLOAD="https://github.com/zsh-users/zsh-completions/archive/0.30.0/zsh-completions-0.30.0.tar.gz"
|
||||
MD5SUM="4912279ffd06076d8fedfa18b44989d6"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue