fzf: update to 0.15.5.
This commit is contained in:
parent
d00b40f9bd
commit
764728c0f9
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'fzf'
|
# Template file for 'fzf'
|
||||||
pkgname=fzf
|
pkgname=fzf
|
||||||
version=0.15.4
|
version=0.15.5
|
||||||
revision=1
|
revision=1
|
||||||
build_style=go
|
build_style=go
|
||||||
go_import_path="github.com/junegunn/fzf/src"
|
go_import_path="github.com/junegunn/fzf/src"
|
||||||
|
@ -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=9e5a5e4c929df8172afde9dd9cb7bbefdae8f98fc4a24d40696ccb3da1483261
|
checksum=b9d3f6e56f538079ac1237c4d2ec260cbe6ad0cea1c214588187447ec3e44607
|
||||||
|
|
||||||
pre_build() {
|
pre_build() {
|
||||||
cd src
|
cd src
|
||||||
|
|
Loading…
Reference in New Issue