fzf: update to 0.16.7.
This commit is contained in:
parent
8d49469ae8
commit
74c56af0da
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'fzf'
|
# Template file for 'fzf'
|
||||||
pkgname=fzf
|
pkgname=fzf
|
||||||
version=0.16.6
|
version=0.16.7
|
||||||
revision=2
|
revision=1
|
||||||
build_style=go
|
build_style=go
|
||||||
go_import_path="github.com/junegunn/fzf/src"
|
go_import_path="github.com/junegunn/fzf/src"
|
||||||
go_package="github.com/junegunn/fzf/src/fzf"
|
go_package="github.com/junegunn/fzf/src/fzf"
|
||||||
|
@ -12,7 +12,7 @@ license="MIT"
|
||||||
homepage="https://github.com/junegunn/fzf"
|
homepage="https://github.com/junegunn/fzf"
|
||||||
short_desc="Command-line fuzzy finder"
|
short_desc="Command-line fuzzy finder"
|
||||||
distfiles="https://github.com/junegunn/fzf/archive/${version}.tar.gz"
|
distfiles="https://github.com/junegunn/fzf/archive/${version}.tar.gz"
|
||||||
checksum=6be4f32decc2e50b24a4b120a1e2217b437a2eaa77063435b0eb3268fc3f6573
|
checksum=9676664e02393d19dd0f0a1ae4cf5d20e3fffcba666a0cffc40ff6c590c67760
|
||||||
|
|
||||||
pre_build() {
|
pre_build() {
|
||||||
cd src
|
cd src
|
||||||
|
|
Loading…
Reference in New Issue