zsh-autosuggestions: update to 0.6.3.
This commit is contained in:
parent
e22232985d
commit
0a3be196a7
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'zsh-autosuggestions'
|
||||
pkgname=zsh-autosuggestions
|
||||
version=0.5.2
|
||||
version=0.6.3
|
||||
revision=1
|
||||
archs=noarch
|
||||
depends="zsh"
|
||||
|
@ -8,8 +8,8 @@ short_desc="Fish-like autosuggestions for zsh"
|
|||
maintainer="vinnyA3 <vincent.aceto@gmail.com>"
|
||||
license="MIT"
|
||||
homepage="https://github.com/zsh-users/zsh-autosuggestions"
|
||||
distfiles="${homepage}/archive/v${version}.tar.gz"
|
||||
checksum=7ac1c1dbab0d58e8d385dfc5fa9148707a53f029f43d046efb01092f68cc5218
|
||||
distfiles="https://github.com/zsh-users/zsh-autosuggestions/archive/v${version}.tar.gz"
|
||||
checksum=06f5c5bfedc469dc51f7a2db26ddc2dbcd2e742ea82d8057a7fa9e215c39db4c
|
||||
|
||||
do_install() {
|
||||
vinstall ${pkgname}.zsh 644 usr/share/zsh/plugins/${pkgname}
|
||||
|
|
Loading…
Reference in New Issue