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:           Mon Jun  8 13:50:55 UTC 2026

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

Log Message:
zsh-autosuggestions: update to 0.7.1.

## v0.7.1
- Clear POSTDISPLAY instead of unsetting (#634)
- Always reset async file descriptor after consuming it (#630)
- Always use builtin `exec` (#628)
- Add `history-beginning-search-*-end` widgets to clear widget list (#619)
- Switch CI from Circle CI to GitHub Actions


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 pkgsrc/shells/zsh-autosuggestions/Makefile
cvs rdiff -u -r1.9 -r1.10 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.7 pkgsrc/shells/zsh-autosuggestions/Makefile:1.8
--- pkgsrc/shells/zsh-autosuggestions/Makefile:1.7      Thu Jun 10 10:16:33 2021
+++ pkgsrc/shells/zsh-autosuggestions/Makefile  Mon Jun  8 13:50:55 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.7 2021/06/10 10:16:33 wiz Exp $
+# $NetBSD: Makefile,v 1.8 2026/06/08 13:50:55 wiz Exp $
 
-DISTNAME=      zsh-autosuggestions-0.7.0
+DISTNAME=      zsh-autosuggestions-0.7.1
 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.9 pkgsrc/shells/zsh-autosuggestions/distinfo:1.10
--- pkgsrc/shells/zsh-autosuggestions/distinfo:1.9      Tue Oct 26 11:18:39 2021
+++ pkgsrc/shells/zsh-autosuggestions/distinfo  Mon Jun  8 13:50:55 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.9 2021/10/26 11:18:39 nia Exp $
+$NetBSD: distinfo,v 1.10 2026/06/08 13:50:55 wiz Exp $
 
-BLAKE2s (zsh-autosuggestions-0.7.0.tar.gz) = 7357042c863d6cf867090f7e2526163cd0aca286b653bb94de0388096e6a264b
-SHA512 (zsh-autosuggestions-0.7.0.tar.gz) = b1a0a11a89095e4f142061525f92836588561e3bfab015bb96eabe3f1f68d0cfcd7483014dac8c5b2911e65640e9182c5fc4cb4fb53e3a05ef7997c006ff76a6
-Size (zsh-autosuggestions-0.7.0.tar.gz) = 27953 bytes
+BLAKE2s (zsh-autosuggestions-0.7.1.tar.gz) = 57c9123a8014caa1e74ba007a64a18c13c2839cb391595c8bb555f2d98d453ba
+SHA512 (zsh-autosuggestions-0.7.1.tar.gz) = 52c9dc8e9c4ba31788cf6c25448dbb8341545af7f763903533133d92a93e898256187e2f94b37c384926d9615b3bd61b7c6dd61337e1f47ae3babed813f9cc0b
+Size (zsh-autosuggestions-0.7.1.tar.gz) = 29968 bytes



Home | Main Index | Thread Index | Old Index