Tue Jan 14 22:51:08 2020 UTC ()
zsh-autosuggestions: update to 0.6.4.

## v0.6.4
- Fix `vi-forward-char` triggering a bell when using it to accept a suggestion (#488)
- New configuration option to skip completion suggestions when buffer matches a pattern (#487)
- New configuration option to ignore history entries matching a pattern (#456)


(wiz)
diff -r1.5 -r1.6 pkgsrc/shells/zsh-autosuggestions/Makefile
diff -r1.5 -r1.6 pkgsrc/shells/zsh-autosuggestions/distinfo

cvs diff -r1.5 -r1.6 pkgsrc/shells/zsh-autosuggestions/Makefile (expand / switch to unified diff)

--- pkgsrc/shells/zsh-autosuggestions/Makefile 2019/11/13 15:24:25 1.5
+++ pkgsrc/shells/zsh-autosuggestions/Makefile 2020/01/14 22:51:08 1.6
@@ -1,16 +1,16 @@ @@ -1,16 +1,16 @@
1# $NetBSD: Makefile,v 1.5 2019/11/13 15:24:25 wiz Exp $ 1# $NetBSD: Makefile,v 1.6 2020/01/14 22:51:08 wiz Exp $
2 2
3DISTNAME= zsh-autosuggestions-0.6.3 3DISTNAME= zsh-autosuggestions-0.6.4
4CATEGORIES= shells 4CATEGORIES= shells
5MASTER_SITES= ${MASTER_SITE_GITHUB:=zsh-users/} 5MASTER_SITES= ${MASTER_SITE_GITHUB:=zsh-users/}
6GITHUB_TAG= v${PKGVERSION_NOREV} 6GITHUB_TAG= v${PKGVERSION_NOREV}
7 7
8MAINTAINER= minskim@NetBSD.org 8MAINTAINER= minskim@NetBSD.org
9HOMEPAGE= https://github.com/zsh-users/zsh-autosuggestions 9HOMEPAGE= https://github.com/zsh-users/zsh-autosuggestions
10COMMENT= Fish-like autosuggestions for Zsh 10COMMENT= Fish-like autosuggestions for Zsh
11LICENSE= mit 11LICENSE= mit
12 12
13DEPENDS+= zsh>=4.3.11:../../shells/zsh 13DEPENDS+= zsh>=4.3.11:../../shells/zsh
14 14
15NO_BUILD= yes 15NO_BUILD= yes
16NO_CONFIGURE= yes 16NO_CONFIGURE= yes

cvs diff -r1.5 -r1.6 pkgsrc/shells/zsh-autosuggestions/distinfo (expand / switch to unified diff)

--- pkgsrc/shells/zsh-autosuggestions/distinfo 2019/11/13 15:24:25 1.5
+++ pkgsrc/shells/zsh-autosuggestions/distinfo 2020/01/14 22:51:08 1.6
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.5 2019/11/13 15:24:25 wiz Exp $ 1$NetBSD: distinfo,v 1.6 2020/01/14 22:51:08 wiz Exp $
2 2
3SHA1 (zsh-autosuggestions-0.6.3.tar.gz) = 881562cdb865f1f14f17667e28e473ec7f50417b 3SHA1 (zsh-autosuggestions-0.6.4.tar.gz) = a44b508b35d84e5bf9a8d62f17c5c87a7b8eb6c1
4RMD160 (zsh-autosuggestions-0.6.3.tar.gz) = 21f3c24df359041f02a2e9b8b3559783f1640275 4RMD160 (zsh-autosuggestions-0.6.4.tar.gz) = 2429d1115ba8ee470795f07ec8153e633749dc94
5SHA512 (zsh-autosuggestions-0.6.3.tar.gz) = bafeca5c6ef3d315310976762fdc5db5ae3db3960c4ac17c1ac139a4d09c2733c24884e7f708881e3f3cacf96c39d9ddeac0b1ca6c8720d2febb41c9894d4ad3 5SHA512 (zsh-autosuggestions-0.6.4.tar.gz) = 226b99048577ecdbe198501e6e4b3156c3d849994f0a2f7e15687cd244d4cac472cbcf746aaa32b2886652f6962852a475777b5f2bfcb3a6d0279be98a6020bb
6Size (zsh-autosuggestions-0.6.3.tar.gz) = 25819 bytes 6Size (zsh-autosuggestions-0.6.4.tar.gz) = 29154 bytes