fzf: update to 0.35.1.

This commit is contained in:
Leah Neukirchen 2022-11-22 10:25:54 +01:00
parent 39300b4e06
commit c96a8b6982
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
# Template file for 'fzf' # Template file for 'fzf'
pkgname=fzf pkgname=fzf
version=0.35.0 version=0.35.1
revision=1 revision=1
build_style=go build_style=go
go_import_path="github.com/junegunn/fzf" go_import_path="github.com/junegunn/fzf"
@ -11,7 +11,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=645cf0e1521d5c518f99acdca841a8113a2f0f5d785cb4147b92fcfa257a1ad0 checksum=d59ec6f2b6e95dad53bb81f758471e066c657be1b696f2fe569e1a9265dda8fe
post_install() { post_install() {
cd ${wrksrc} cd ${wrksrc}