fzf: update to 0.17.5.

This commit is contained in:
Leah Neukirchen 2018-10-08 13:13:07 +02:00
parent a174e452de
commit 8fb5c4c074

View file

@ -1,7 +1,7 @@
# Template file for 'fzf' # Template file for 'fzf'
pkgname=fzf pkgname=fzf
version=0.17.4 version=0.17.5
revision=2 revision=1
build_style=go build_style=go
go_import_path="github.com/junegunn/fzf" go_import_path="github.com/junegunn/fzf"
hostmakedepends="git" hostmakedepends="git"
@ -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=a4b009638266b116f422d159cd1e09df64112e6ae3490964db2cd46636981ff0 checksum=de3b39758e01b19bbc04ee0d5107e14052d3a32ce8f40d4a63d0ed311394f7ee
post_install() { post_install() {
cd ${wrksrc} cd ${wrksrc}