diff options
author | wiz <wiz@pkgsrc.org> | 2021-06-10 10:16:33 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2021-06-10 10:16:33 +0000 |
commit | 87f516b3f7aa992a8a5d958048dee2d14682d34c (patch) | |
tree | 5a78c91bd949bd632f5665b7f2f4fada1f31fd44 /shells | |
parent | 4d25eac2a8e326ce01b8b5845d898b7641ab87e5 (diff) | |
download | pkgsrc-87f516b3f7aa992a8a5d958048dee2d14682d34c.tar.gz |
zsh-autosuggestions: update to 0.7.0.
## v0.7.0
- Enable asynchronous mode by default (#498)
- No longer wrap user widgets starting with `autosuggest-` prefix (#496)
- Fix a bug wrapping widgets that modify the buffer (#541)
Diffstat (limited to 'shells')
-rw-r--r-- | shells/zsh-autosuggestions/Makefile | 4 | ||||
-rw-r--r-- | shells/zsh-autosuggestions/distinfo | 10 |
2 files changed, 7 insertions, 7 deletions
diff --git a/shells/zsh-autosuggestions/Makefile b/shells/zsh-autosuggestions/Makefile index 6d60477aa00..a1237f65ced 100644 --- a/shells/zsh-autosuggestions/Makefile +++ b/shells/zsh-autosuggestions/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.6 2020/01/14 22:51:08 wiz Exp $ +# $NetBSD: Makefile,v 1.7 2021/06/10 10:16:33 wiz Exp $ -DISTNAME= zsh-autosuggestions-0.6.4 +DISTNAME= zsh-autosuggestions-0.7.0 CATEGORIES= shells MASTER_SITES= ${MASTER_SITE_GITHUB:=zsh-users/} GITHUB_TAG= v${PKGVERSION_NOREV} diff --git a/shells/zsh-autosuggestions/distinfo b/shells/zsh-autosuggestions/distinfo index 73159e15018..65e99492126 100644 --- a/shells/zsh-autosuggestions/distinfo +++ b/shells/zsh-autosuggestions/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.6 2020/01/14 22:51:08 wiz Exp $ +$NetBSD: distinfo,v 1.7 2021/06/10 10:16:33 wiz Exp $ -SHA1 (zsh-autosuggestions-0.6.4.tar.gz) = a44b508b35d84e5bf9a8d62f17c5c87a7b8eb6c1 -RMD160 (zsh-autosuggestions-0.6.4.tar.gz) = 2429d1115ba8ee470795f07ec8153e633749dc94 -SHA512 (zsh-autosuggestions-0.6.4.tar.gz) = 226b99048577ecdbe198501e6e4b3156c3d849994f0a2f7e15687cd244d4cac472cbcf746aaa32b2886652f6962852a475777b5f2bfcb3a6d0279be98a6020bb -Size (zsh-autosuggestions-0.6.4.tar.gz) = 29154 bytes +SHA1 (zsh-autosuggestions-0.7.0.tar.gz) = 635c1b0949dc49d945937ec5cfad2df974aa3b37 +RMD160 (zsh-autosuggestions-0.7.0.tar.gz) = ea6f55603bbf05c7e7fceb01f2fb1191e910af28 +SHA512 (zsh-autosuggestions-0.7.0.tar.gz) = b1a0a11a89095e4f142061525f92836588561e3bfab015bb96eabe3f1f68d0cfcd7483014dac8c5b2911e65640e9182c5fc4cb4fb53e3a05ef7997c006ff76a6 +Size (zsh-autosuggestions-0.7.0.tar.gz) = 27953 bytes |