aboutsummaryrefslogtreecommitdiffstats
path: root/community/fzf
diff options
context:
space:
mode:
authorSören Tempel <soeren+git@soeren-tempel.net>2019-08-18 17:50:58 +0200
committerSören Tempel <soeren+git@soeren-tempel.net>2019-08-18 17:51:09 +0200
commit40af46fe46b96baa0c9bb93f39fda3388c2557f6 (patch)
treeaf07406632d11071f386af1fb2898131d3278642 /community/fzf
parent67e684ec665c18d0d3843956764d9f3fc55fecc7 (diff)
community/[various]: rebuild against go 1.12.8-r0
go recently received a security upgrade to 1.12.8 (f4894bf9) this upgrade fixes various CVEs in go standard libraries, for instance in HTTP/2 functionality. Since go is statically linked packages using this functionality need to be rebuild.
Diffstat (limited to 'community/fzf')
-rw-r--r--community/fzf/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/community/fzf/APKBUILD b/community/fzf/APKBUILD
index 4e073e0ddba..92dd89acd18 100644
--- a/community/fzf/APKBUILD
+++ b/community/fzf/APKBUILD
@@ -2,7 +2,7 @@
# Maintainer: Kevin Daudt <kdaudt@alpinelinux.org>
pkgname=fzf
pkgver=0.18.0
-pkgrel=3
+pkgrel=4
pkgdesc="A command-line fuzzy finder"
url="https://github.com/junegunn/fzf"
arch="all !s390x !aarch64 !armhf !armv7"