aboutsummaryrefslogtreecommitdiffstats
path: root/community/zsh-autosuggestions
diff options
context:
space:
mode:
authorprspkt <prspkt@protonmail.com>2019-06-23 14:24:41 +0300
committerprspkt <prspkt@protonmail.com>2019-06-23 14:24:41 +0300
commit23c2b0832d73fdf87e04f1d3b5b50548db65a614 (patch)
tree3d4e933a7fb3fa9a5d7e8ee0c74014368a6d905e /community/zsh-autosuggestions
parente04da1b86107ecca39ec707ae99c252777455d5a (diff)
downloadaports-23c2b0832d73fdf87e04f1d3b5b50548db65a614.tar.bz2
aports-23c2b0832d73fdf87e04f1d3b5b50548db65a614.tar.xz
community/zsh-autosuggestions: upgrade to 0.6.2
Diffstat (limited to 'community/zsh-autosuggestions')
-rw-r--r--community/zsh-autosuggestions/APKBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/community/zsh-autosuggestions/APKBUILD b/community/zsh-autosuggestions/APKBUILD
index 8ef4ac8133..29677b9c99 100644
--- a/community/zsh-autosuggestions/APKBUILD
+++ b/community/zsh-autosuggestions/APKBUILD
@@ -1,18 +1,18 @@
# Contributor: Jakub Jirutka <jakub@jirutka.cz>
# Maintainer: Jakub Jirutka <jakub@jirutka.cz>
pkgname=zsh-autosuggestions
-pkgver=0.6.1
+pkgver=0.6.2
pkgrel=0
pkgdesc="Fish-like autosuggestions for Zsh"
url="https://github.com/zsh-users/zsh-autosuggestions"
arch="noarch"
license="MIT"
depends="zsh"
-source="$pkgname-$pkgver.tar.gz::https://github.com/zsh-users/$pkgname/archive/v$pkgver.tar.gz"
+source="$pkgname-$pkgver.tar.gz::https://github.com/zsh-users/zsh-autosuggestions/archive/v$pkgver.tar.gz"
package() {
install -D ${pkgname}.zsh ${pkgname}.plugin.zsh -t \
"$pkgdir/usr/share/zsh/plugins/$pkgname"
}
-sha512sums="bb3990ebafad7ea8ebcfea9de71b8290f855ec4f38f23f79bbb0928e8b10eea4305939d5f16449e1dcfa4023f35d5eb61080457e6e8ad1e9e5ccfe129551dc13 zsh-autosuggestions-0.6.1.tar.gz"
+sha512sums="6e7e196a34efb45aec59e40a3e90473ef01a0d91c16f1b1baf95a0ff512bf12c8615ddf58782f23cdcd7ca110967e6817a9f29fa0b38626fce60509cb9fe4bf0 zsh-autosuggestions-0.6.2.tar.gz"