peco: update to 0.4.8.

This commit is contained in:
Leah Neukirchen 2017-02-27 12:12:57 +01:00
parent 1b7d497886
commit 2fdcdd3cdf

View file

@ -1,17 +1,17 @@
# Template file for 'peco' # Template file for 'peco'
pkgname=peco pkgname=peco
version=0.4.7 version=0.4.8
revision=3 revision=1
build_style=go build_style=go
go_import_path="github.com/peco/peco" go_import_path="github.com/peco/peco"
go_package="${go_import_path}/cmd/peco" go_package="${go_import_path}/cmd/peco"
hostmakedepends="git" hostmakedepends="git"
short_desc="Simplistic interactive filtering tool" short_desc="Simplistic interactive filtering tool"
maintainer="Christian Neukirchen <chneukirchen@gmail.com>" maintainer="Leah Neukirchen <leah@vuxu.org>"
license="MIT" license="MIT"
homepage="https://github.com/peco/peco" homepage="https://github.com/peco/peco"
distfiles="https://github.com/${pkgname}/${pkgname}/archive/v${version}.tar.gz" distfiles="https://github.com/${pkgname}/${pkgname}/archive/v${version}.tar.gz"
checksum=13b14c547a4fa54c33e14a3a5c18d971961963008e22410fe377614100a34c00 checksum=c7006b0baeb6d356875c258ba31527c7c222be5dd4e0ada93cc13eafa2788100
post_install() { post_install() {
vlicense LICENSE vlicense LICENSE