fzf: update to 0.38.0

This commit is contained in:
Marcin Puc 2023-02-16 10:38:44 +01:00 committed by Leah Neukirchen
parent fe85925eb1
commit 4f23c76196

View file

@ -1,17 +1,18 @@
# Template file for 'fzf'
pkgname=fzf
version=0.37.0
version=0.38.0
revision=1
build_style=go
go_import_path="github.com/junegunn/fzf"
go_ldflags="-X main.version=${version} -X main.revision="
makedepends="ncurses-devel"
short_desc="Command-line fuzzy finder"
maintainer="Leah Neukirchen <leah@vuxu.org>"
license="MIT"
homepage="https://github.com/junegunn/fzf"
changelog="https://raw.githubusercontent.com/junegunn/fzf/master/CHANGELOG.md"
distfiles="https://github.com/junegunn/fzf/archive/${version}.tar.gz"
checksum=0044809beda82ba1a6936d5472cb749eef34785e8ecd4694936e39bf0ca9258b
distfiles="https://github.com/junegunn/fzf/archive/refs/tags/${version}.tar.gz"
checksum=75ad1bdb2ba40d5b4da083883e65a2887d66bd2d4dbfa29424cb3f09c37efaa7
post_install() {
cd ${wrksrc}