mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
zsh-history-substring-search: update to 1.1.0.
This commit is contained in:
parent
6c9fb0ce22
commit
c4f23c6b50
1 changed files with 3 additions and 3 deletions
|
@ -1,14 +1,14 @@
|
||||||
# Template file for 'zsh-history-substring-search'
|
# Template file for 'zsh-history-substring-search'
|
||||||
pkgname=zsh-history-substring-search
|
pkgname=zsh-history-substring-search
|
||||||
version=1.0.2
|
version=1.1.0
|
||||||
revision=2
|
revision=1
|
||||||
depends="zsh"
|
depends="zsh"
|
||||||
short_desc="Fish-like history search feature for zsh"
|
short_desc="Fish-like history search feature for zsh"
|
||||||
maintainer="Young-Jin Park <youngjinpark20@gmail.com>"
|
maintainer="Young-Jin Park <youngjinpark20@gmail.com>"
|
||||||
license="BSD-3-Clause"
|
license="BSD-3-Clause"
|
||||||
homepage="https://github.com/zsh-users/zsh-history-substring-search"
|
homepage="https://github.com/zsh-users/zsh-history-substring-search"
|
||||||
distfiles="${homepage}/archive/v${version}.tar.gz"
|
distfiles="${homepage}/archive/v${version}.tar.gz"
|
||||||
checksum=c1bb21490bd31273fb511b23000fb7caf49c258a79c4b8842f3e1f2ff76fd84c
|
checksum=9b52eca6c894dd98caa5f07160199f3f3179ff017575d5acc9fdc467b1ac70f8
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
vinstall ${pkgname}.zsh 644 usr/share/zsh/plugins/${pkgname}
|
vinstall ${pkgname}.zsh 644 usr/share/zsh/plugins/${pkgname}
|
||||||
|
|
Loading…
Add table
Reference in a new issue