aboutsummaryrefslogtreecommitdiffstats
path: root/testing
diff options
context:
space:
mode:
authorKevin Daudt <ops@ikke.info>2018-02-18 18:49:54 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2018-02-20 18:06:04 +0000
commiteebfa4f8bfbcb08f1185537c669fa80ed519b1d7 (patch)
treef0b4d2058cb76bec2178f4f784172065cf027992 /testing
parentc7fe6ac26051fc12f891ffb9a5acb4403b96933d (diff)
downloadaports-eebfa4f8bfbcb08f1185537c669fa80ed519b1d7.tar.bz2
aports-eebfa4f8bfbcb08f1185537c669fa80ed519b1d7.tar.xz
testing/fzf: update tot 0.17.3
Diffstat (limited to 'testing')
-rw-r--r--testing/fzf/APKBUILD9
1 files changed, 4 insertions, 5 deletions
diff --git a/testing/fzf/APKBUILD b/testing/fzf/APKBUILD
index 3f4b2dc00f..810fc47deb 100644
--- a/testing/fzf/APKBUILD
+++ b/testing/fzf/APKBUILD
@@ -1,8 +1,7 @@
# Contributor: Kevin Daudt <ops@ikke.info>
# Maintainer: Kevin Daudt <ops@ikke.info>
pkgname=fzf
-pkgver="0.17.0.2"
-_pkgver="${pkgver%.*}-${pkgver##*.}"
+pkgver="0.17.3"
pkgrel=0
pkgdesc="A command-line fuzzy finder"
url="https://github.com/junegunn/fzf"
@@ -10,9 +9,9 @@ arch="x86 x86_64"
license="MIT"
makedepends="go glide bash tmux"
subpackages="$pkgname-tmux::noarch"
-source="$pkgname-$_pkgver.tar.gz::https://github.com/junegunn/fzf/archive/$_pkgver.tar.gz
+source="$pkgname-$pkgver.tar.gz::https://github.com/junegunn/fzf/archive/$pkgver.tar.gz
no-glide-install.patch"
-builddir="$srcdir/$pkgname-$_pkgver"
+builddir="$srcdir/$pkgname-$pkgver"
prepare() {
default_prepare
@@ -48,5 +47,5 @@ tmux() {
install -Dm0755 bin/fzf-tmux "$subpkgdir"/usr/bin/fzf-tmux
}
-sha512sums="94695831b5c2460f516c982bcd006b4e380509dc77ca9d8785424029f1a5fc25c1150b91c0add6804fcc48d7880a63b94b81b63e56ce817a4837bb659884676e fzf-0.17.0-2.tar.gz
+sha512sums="2713ef7adb0dd278ac0a0c362c5cd23e7b0f1867efdfa964ad1f63f48c7f518e0cf96cc0b2571487585a0271fb0d2398edfebdbe603ec2bb42d3bd87febd2156 fzf-0.17.3.tar.gz
daa16985079e3b55ccf5e74dde356e1e13e43865c9809e432b5d272b053f541f1eacd402f3b04957ee855fb8c0ca1820b507d08e408f55dc80004990a949874c no-glide-install.patch"