aboutsummaryrefslogtreecommitdiffstats
path: root/community/zsh-autosuggestions
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2019-07-06 07:24:33 -0300
committerLeo <thinkabit.ukim@gmail.com>2019-07-06 07:37:44 -0300
commit9cb0055d2c2e9bcc73bedb70bfb11a034e179443 (patch)
treef559fa70d96d09df09a3f0d252a24e29812de3bb /community/zsh-autosuggestions
parent1085e17f7b3d7a1f9f14fead2ad0e5c4cb866174 (diff)
downloadaports-9cb0055d2c2e9bcc73bedb70bfb11a034e179443.tar.bz2
aports-9cb0055d2c2e9bcc73bedb70bfb11a034e179443.tar.xz
community/zsh-autosuggestions: upgrade to 0.6.3
Diffstat (limited to 'community/zsh-autosuggestions')
-rw-r--r--community/zsh-autosuggestions/APKBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/community/zsh-autosuggestions/APKBUILD b/community/zsh-autosuggestions/APKBUILD
index 29677b9c99..52176d0de3 100644
--- a/community/zsh-autosuggestions/APKBUILD
+++ b/community/zsh-autosuggestions/APKBUILD
@@ -1,9 +1,10 @@
# Contributor: Jakub Jirutka <jakub@jirutka.cz>
# Maintainer: Jakub Jirutka <jakub@jirutka.cz>
pkgname=zsh-autosuggestions
-pkgver=0.6.2
+pkgver=0.6.3
pkgrel=0
pkgdesc="Fish-like autosuggestions for Zsh"
+options="!check" # No testsuite
url="https://github.com/zsh-users/zsh-autosuggestions"
arch="noarch"
license="MIT"
@@ -15,4 +16,4 @@ package() {
"$pkgdir/usr/share/zsh/plugins/$pkgname"
}
-sha512sums="6e7e196a34efb45aec59e40a3e90473ef01a0d91c16f1b1baf95a0ff512bf12c8615ddf58782f23cdcd7ca110967e6817a9f29fa0b38626fce60509cb9fe4bf0 zsh-autosuggestions-0.6.2.tar.gz"
+sha512sums="bafeca5c6ef3d315310976762fdc5db5ae3db3960c4ac17c1ac139a4d09c2733c24884e7f708881e3f3cacf96c39d9ddeac0b1ca6c8720d2febb41c9894d4ad3 zsh-autosuggestions-0.6.3.tar.gz"