pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/textproc/tree-sitter
Module Name: pkgsrc
Committed By: wiz
Date: Sun Aug 9 14:10:26 UTC 2026
Modified Files:
pkgsrc/textproc/tree-sitter: Makefile distinfo
Log Message:
tree-sitter: update to 0.26.12.
What's Changed
fix(generate): fold case-insensitive patterns ourselves by @WillLillis in #5761
fix(query): keep the trailing anchor when a zero-matched quantifier is anchored on both sides by @tree-sitter-ci-bot[bot] in #5764
fix(templates): add C source files to Python sdist by @WillLillis in #5765
fix(init): don't lowercase repository url by @tree-sitter-ci-bot[bot] in #5768
fix(highlight): use std::sync::OnceCell for various loader fields by @WillLillis in #5785
fix(parser): restart recovery for invalid tokens in the error state by @tree-sitter-ci-bot[bot] in #5792
Fix associativity resolution with mixed shift precedences by @tree-sitter-ci-bot[bot] in #5796
fix(parser): fix parsing bug repeat operator by @tree-sitter-ci-bot[bot] in #5829
release v0.26.12 by @clason in #5831
To generate a diff of this commit:
cvs rdiff -u -r1.34 -r1.35 pkgsrc/textproc/tree-sitter/Makefile
cvs rdiff -u -r1.32 -r1.33 pkgsrc/textproc/tree-sitter/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/textproc/tree-sitter/Makefile
diff -u pkgsrc/textproc/tree-sitter/Makefile:1.34 pkgsrc/textproc/tree-sitter/Makefile:1.35
--- pkgsrc/textproc/tree-sitter/Makefile:1.34 Mon Jul 13 10:05:22 2026
+++ pkgsrc/textproc/tree-sitter/Makefile Sun Aug 9 14:10:26 2026
@@ -1,6 +1,9 @@
-# $NetBSD: Makefile,v 1.34 2026/07/13 10:05:22 wiz Exp $
+# $NetBSD: Makefile,v 1.35 2026/08/09 14:10:26 wiz Exp $
+#
+# Changes:
+# https://github.com/tree-sitter/tree-sitter/releases/
-DISTNAME= tree-sitter-0.26.11
+DISTNAME= tree-sitter-0.26.12
CATEGORIES= textproc
MASTER_SITES= ${MASTER_SITE_GITHUB:=tree-sitter/}
GITHUB_TAG= v${PKGVERSION_NOREV}
Index: pkgsrc/textproc/tree-sitter/distinfo
diff -u pkgsrc/textproc/tree-sitter/distinfo:1.32 pkgsrc/textproc/tree-sitter/distinfo:1.33
--- pkgsrc/textproc/tree-sitter/distinfo:1.32 Mon Jul 13 10:05:23 2026
+++ pkgsrc/textproc/tree-sitter/distinfo Sun Aug 9 14:10:26 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.32 2026/07/13 10:05:23 wiz Exp $
+$NetBSD: distinfo,v 1.33 2026/08/09 14:10:26 wiz Exp $
-BLAKE2s (tree-sitter-0.26.11.tar.gz) = fbf4a0b9d4041c3802964982f9c310d5bf1292e9cf8a25a5dc1956744b91abb9
-SHA512 (tree-sitter-0.26.11.tar.gz) = 2175f7d1f913fffaba7395baa7b0a3228172bdc25169d22cf3e39fa3841df1a9902031e248e417328f8ea3e48e7042d34bf85a36c8545a79ca5f7321c6b9d848
-Size (tree-sitter-0.26.11.tar.gz) = 920828 bytes
+BLAKE2s (tree-sitter-0.26.12.tar.gz) = fe45d2e6bbbc0672ee948da2f05670057f24e2645429bb7c92ffedbf6ff0c0fc
+SHA512 (tree-sitter-0.26.12.tar.gz) = d0e5596b9445bf94177927f5ca6053f473bced8eee9d27f878677c37ad4e1f13d8898220c7156743b57f6c9591840c9c1accb9e1f6f54a6ac302a6875c48466b
+Size (tree-sitter-0.26.12.tar.gz) = 923279 bytes
Home |
Main Index |
Thread Index |
Old Index