zsh-history-substring-search: update to 1.1.0.
This commit is contained in:
parent
6c9fb0ce22
commit
c4f23c6b50
|
@ -1,14 +1,14 @@
|
|||
# Template file for 'zsh-history-substring-search'
|
||||
pkgname=zsh-history-substring-search
|
||||
version=1.0.2
|
||||
revision=2
|
||||
version=1.1.0
|
||||
revision=1
|
||||
depends="zsh"
|
||||
short_desc="Fish-like history search feature for zsh"
|
||||
maintainer="Young-Jin Park <youngjinpark20@gmail.com>"
|
||||
license="BSD-3-Clause"
|
||||
homepage="https://github.com/zsh-users/zsh-history-substring-search"
|
||||
distfiles="${homepage}/archive/v${version}.tar.gz"
|
||||
checksum=c1bb21490bd31273fb511b23000fb7caf49c258a79c4b8842f3e1f2ff76fd84c
|
||||
checksum=9b52eca6c894dd98caa5f07160199f3f3179ff017575d5acc9fdc467b1ac70f8
|
||||
|
||||
do_install() {
|
||||
vinstall ${pkgname}.zsh 644 usr/share/zsh/plugins/${pkgname}
|
||||
|
|
Loading…
Reference in New Issue