zsh-completions: update to 0.28.0.
This commit is contained in:
parent
0a6b73664b
commit
5d7af9bb1a
|
@ -1,15 +1,15 @@
|
|||
# Template file for 'zsh-completions'
|
||||
pkgname=zsh-completions
|
||||
version=0.27.0
|
||||
version=0.28.0
|
||||
revision=1
|
||||
noarch=yes
|
||||
depends="zsh"
|
||||
short_desc="Additional completions for Zsh"
|
||||
maintainer="Alexander Gehrke <void@qwertyuiop.de>"
|
||||
license="BSD, Apache-2.0, MIT"
|
||||
license="BSD-3-Clause, Apache-2.0, MIT"
|
||||
homepage="https://github.com/zsh-users/zsh-completions"
|
||||
distfiles="${homepage}/archive/${version}.tar.gz>${pkgname}-${version}.tar.gz"
|
||||
checksum=9b817b73e709aca0e7e5a41471b5b63467d1e7aa69ef755b6ce39b99e61cd47a
|
||||
checksum=f5e6fbd3d67a8c149f8e332e916329def53459158b9075a6147daff3ae88d3d0
|
||||
|
||||
do_install() {
|
||||
vmkdir usr/share/zsh/site-functions/
|
||||
|
|
Loading…
Reference in New Issue