zsh-syntax-highlighting: update to 0.3.0
This commit is contained in:
parent
4fe7908479
commit
bf1701bff5
1 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'zsh-syntax-highlighting'
|
||||
pkgname=zsh-syntax-highlighting
|
||||
version=0.2.1
|
||||
version=0.3.0
|
||||
revision=1
|
||||
noarch=yes
|
||||
depends="zsh"
|
||||
|
@ -8,8 +8,8 @@ short_desc="Fish shell like syntax highlighting for Zsh"
|
|||
maintainer="Eivind Uggedal <eivind@uggedal.com>"
|
||||
license="BSD"
|
||||
homepage="https://github.com/zsh-users/zsh-syntax-highlighting"
|
||||
distfiles="${homepage}/archive/${version}.tar.gz"
|
||||
checksum=3cdf47ee613ff748230e9666c0122eca22dc05352f266fe640019c982f3ef6db
|
||||
distfiles="${homepage}/archive/${version}.tar.gz>${pkgname}-${version}.tar.gz"
|
||||
checksum=e2b79e095eb90c539da5ff41892f0c6e8934f1c0bf93b090313172e1be441b26
|
||||
|
||||
do_install() {
|
||||
vinstall ${pkgname}.zsh 644 usr/share/zsh/plugins/${pkgname}
|
||||
|
|
Loading…
Reference in a new issue