fzf: update to 0.33.0.

This commit is contained in:
Leah Neukirchen 2022-09-01 13:04:48 +02:00
parent 33dd6f9b07
commit fb87b25171

View file

@ -1,6 +1,6 @@
# Template file for 'fzf' # Template file for 'fzf'
pkgname=fzf pkgname=fzf
version=0.32.1 version=0.33.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"
@ -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=c7afef61553b3b3e4e02819c5d560fa4acf33ecb39829aeba392c2e05457ca6a checksum=136ddddfdb229631b08ea7e67be965bcf9c95f5fe1360b80b11f81aa64ba19ad
post_install() { post_install() {
cd ${wrksrc} cd ${wrksrc}