fzf: update to 0.16.0.
This commit is contained in:
parent
0d93197230
commit
c7c9f83b77
|
@ -1,18 +1,18 @@
|
|||
# Template file for 'fzf'
|
||||
pkgname=fzf
|
||||
version=0.15.9
|
||||
version=0.16.0
|
||||
revision=1
|
||||
build_style=go
|
||||
go_import_path="github.com/junegunn/fzf/src"
|
||||
go_package="github.com/junegunn/fzf/src/fzf"
|
||||
maintainer="Christian Neukirchen <chneukirchen@gmail.com>"
|
||||
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
||||
hostmakedepends="git"
|
||||
makedepends="ncurses-devel"
|
||||
license="MIT"
|
||||
homepage="https://github.com/junegunn/fzf"
|
||||
short_desc="Command-line fuzzy finder"
|
||||
distfiles="https://github.com/junegunn/fzf/archive/${version}.tar.gz"
|
||||
checksum=58069729ee67f94cf31bf62b1734a70db323f1c4367bbffaa9edf9ec9cb5a075
|
||||
checksum=1c6902c5985475f410cbfefc6887ec519fd54d90b84710dd65e1ca562e8611a4
|
||||
|
||||
pre_build() {
|
||||
cd src
|
||||
|
|
Loading…
Reference in New Issue