fzf: update to 0.13.4.
This commit is contained in:
parent
08619f20e9
commit
891eae5ece
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'fzf'
|
||||
pkgname=fzf
|
||||
version=0.13.3
|
||||
version=0.13.4
|
||||
revision=1
|
||||
build_style=go
|
||||
go_import_path="github.com/junegunn/fzf/src"
|
||||
|
@ -12,7 +12,7 @@ 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=04bb6901959fb9d4a3193662ef27b6a9bac106630b9a4d2921d6af3512de8d2f
|
||||
checksum=ba561de9393c7f5604f3463c0d48960b86690afe8396f2c9672d3c4777960c7c
|
||||
|
||||
pre_build() {
|
||||
cd src
|
||||
|
|
Loading…
Reference in New Issue