pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/shells/zsh-autosuggestions



Module Name:    pkgsrc
Committed By:   wiz
Date:           Wed Apr 17 10:02:01 UTC 2019

Modified Files:
        pkgsrc/shells/zsh-autosuggestions: Makefile distinfo

Log Message:
zsh-autosuggestions: update to 0.5.2.

## v0.5.2
- Allow disabling automatic widget re-binding for better performance (#418)
- Fix async suggestions when `SH_WORD_SPLIT` is set
- Refactor async mode to use process substitution instead of zpty (#417)

## v0.5.1
- Speed up widget rebinding (#413)
- Clean up global variable creations (#403)
- Respect user's set options when running original widget (#402)


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/shells/zsh-autosuggestions/Makefile \
    pkgsrc/shells/zsh-autosuggestions/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/shells/zsh-autosuggestions/Makefile
diff -u pkgsrc/shells/zsh-autosuggestions/Makefile:1.3 pkgsrc/shells/zsh-autosuggestions/Makefile:1.4
--- pkgsrc/shells/zsh-autosuggestions/Makefile:1.3      Sun Feb 24 14:49:06 2019
+++ pkgsrc/shells/zsh-autosuggestions/Makefile  Wed Apr 17 10:02:01 2019
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.3 2019/02/24 14:49:06 wiz Exp $
+# $NetBSD: Makefile,v 1.4 2019/04/17 10:02:01 wiz Exp $
 
-DISTNAME=      zsh-autosuggestions-0.5.0
+DISTNAME=      zsh-autosuggestions-0.5.2
 CATEGORIES=    shells
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=zsh-users/}
 GITHUB_TAG=    v${PKGVERSION_NOREV}
Index: pkgsrc/shells/zsh-autosuggestions/distinfo
diff -u pkgsrc/shells/zsh-autosuggestions/distinfo:1.3 pkgsrc/shells/zsh-autosuggestions/distinfo:1.4
--- pkgsrc/shells/zsh-autosuggestions/distinfo:1.3      Sun Feb 24 14:49:06 2019
+++ pkgsrc/shells/zsh-autosuggestions/distinfo  Wed Apr 17 10:02:01 2019
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.3 2019/02/24 14:49:06 wiz Exp $
+$NetBSD: distinfo,v 1.4 2019/04/17 10:02:01 wiz Exp $
 
-SHA1 (zsh-autosuggestions-0.5.0.tar.gz) = 045e8dd9fffa5ab1d2a51df264ba733c7a120d60
-RMD160 (zsh-autosuggestions-0.5.0.tar.gz) = 1b6a319f436a378c1e97191e45a589bd025f924c
-SHA512 (zsh-autosuggestions-0.5.0.tar.gz) = 0b26d56bd01c6a47e9a3815a5c1210b6c967c8d182544c6c2f94c02ac8135d0306a12055f1e786c9a78c2acc0f23a7b65b51410bc46408253a46cdec8e30312a
-Size (zsh-autosuggestions-0.5.0.tar.gz) = 23018 bytes
+SHA1 (zsh-autosuggestions-0.5.2.tar.gz) = 08ae2b09b41a02c658721bed764d20616b8b8450
+RMD160 (zsh-autosuggestions-0.5.2.tar.gz) = 91919dff3e27eced1f3610ad454b5282459c5213
+SHA512 (zsh-autosuggestions-0.5.2.tar.gz) = a435f41c535abb5a4a1b3d6339f1555981060fffc465a610605d034e7946978eff15df1f25f901dfaec31ce5a33628589fa7e7274726c8ecf94712f270f2ca53
+Size (zsh-autosuggestions-0.5.2.tar.gz) = 21702 bytes



Home | Main Index | Thread Index | Old Index