fzf: update to 0.27.0.

This commit is contained in:
Leah Neukirchen 2021-04-07 10:41:57 +02:00
parent 8c6bfae9f8
commit 0ea205946d

View file

@ -1,6 +1,6 @@
# Template file for 'fzf' # Template file for 'fzf'
pkgname=fzf pkgname=fzf
version=0.26.0 version=0.27.0
revision=1 revision=1
build_style=go build_style=go
go_import_path="github.com/junegunn/fzf" go_import_path="github.com/junegunn/fzf"
@ -12,7 +12,7 @@ license="MIT"
homepage="https://github.com/junegunn/fzf" homepage="https://github.com/junegunn/fzf"
changelog="https://raw.githubusercontent.com/junegunn/fzf/master/CHANGELOG.md" changelog="https://raw.githubusercontent.com/junegunn/fzf/master/CHANGELOG.md"
distfiles="https://github.com/junegunn/fzf/archive/${version}.tar.gz" distfiles="https://github.com/junegunn/fzf/archive/${version}.tar.gz"
checksum=a8dc01f16b3bf453fdc9e9a2cd0ca39db7a1b44386517bb7859805b053aa7810 checksum=265c569f3b0c3c210b45831b80d4fba260c5956f3ebf88d2c5c8f9f6d759e388
post_install() { post_install() {
cd ${wrksrc} cd ${wrksrc}