diff options
author | Jonathan Neuschäfer <j.neuschaefer@gmx.net> | 2018-09-26 17:14:42 +0200 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2018-09-26 18:47:09 +0000 |
commit | ae843a8201b15b9cf50ec0979c2bd8f88e747e4f (patch) | |
tree | 7c892e16ce41534b7fb19948e1a915d98e0b0a7f /testing/fzy | |
parent | fee35cfaa711615fd07668714554928935232f07 (diff) | |
download | aports-ae843a8201b15b9cf50ec0979c2bd8f88e747e4f.zip |
testing/fzy: upgrade to 1.0
Diffstat (limited to 'testing/fzy')
-rw-r--r-- | testing/fzy/APKBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/testing/fzy/APKBUILD b/testing/fzy/APKBUILD index 00e88709b7d..e094c611be6 100644 --- a/testing/fzy/APKBUILD +++ b/testing/fzy/APKBUILD @@ -1,7 +1,7 @@ # Contributor: Jonathan Neuschäfer <j.neuschaefer@gmx.net> pkgname=fzy -pkgver=0.9 -pkgrel=1 +pkgver=1.0 +pkgrel=0 pkgdesc="A better fuzzy finder" url="https://github.com/jhawthorn/$pkgname" arch="all" @@ -10,7 +10,7 @@ depends="" makedepends="" install="" subpackages="$pkgname-doc" -source="$pkgname-$pkgver.tar.gz::https://github.com/jhawthorn/fzy/archive/$pkgver.tar.gz" +source="https://github.com/jhawthorn/fzy/releases/download/$pkgver/$pkgname-$pkgver.tar.gz" builddir="$srcdir/$pkgname-$pkgver" build() { @@ -30,4 +30,4 @@ package() { make install PREFIX="/usr" DESTDIR="$pkgdir" } -sha512sums="71a44bc3bbef3a2d82476a69b5c9e28753e760bbb8d453a9e44b57f34a79dd8ebcd510a869dfeae95f522ba6ccb4b8f10f79c081ce6bc6cfae9a41f4071fefc0 fzy-0.9.tar.gz" +sha512sums="de5ed1af035260f4ae550c53b08c4ff302c978350784cbfd2981d1691f55d9c0f26b9333c74adea939b3f4578dd47e66ee99112e10afc5497c64011827d19dbc fzy-1.0.tar.gz" |