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:           Mon Mar  2 12:14:29 UTC 2026

Modified Files:
        pkgsrc/textproc/tree-sitter: Makefile distinfo

Log Message:
tree-sitter: update to 0.26.6.

What's Changed

    lib: clean up strict aliasing fixes in array.h by @tree-sitter-ci-bot[bot] in #5311
    feat: allow - in grammar names by @tree-sitter-ci-bot[bot] in #5318
    fix(cli): allow for both debug logs and graphs by @tree-sitter-ci-bot[bot] in #5319
    web: add default export to CJS bundle by @tree-sitter-ci-bot[bot] in #5323
    fix(query): prevent cross-branch capture contamination in alternations with quantifiers by @tree-sitter-ci-bot[bot] in #5320
    ci: speed it up by @WillLillis in #5325
    use provided by RedoxOS byte orders implementations by @tree-sitter-ci-bot[bot] in #5346
    build(deps): bump wasmtime to v36.0.5 LTS by @clason in #5351
    fix(lib): cast NULL in ts_subtree_children macro by @tree-sitter-ci-bot[bot] in #5353
    ci: backport release check workflow by @WillLillis in #5358
    ci: retrigger crates check on PR updates by @tree-sitter-ci-bot[bot] in #5361
    cli: init -u fixes by @WillLillis in #5367
    build(deps): bump wasmtime to v36.0.6 by @clason in #5370
    0.26.6 by @clason in #5372


To generate a diff of this commit:
cvs rdiff -u -r1.28 -r1.29 pkgsrc/textproc/tree-sitter/Makefile
cvs rdiff -u -r1.26 -r1.27 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.28 pkgsrc/textproc/tree-sitter/Makefile:1.29
--- pkgsrc/textproc/tree-sitter/Makefile:1.28   Sun Feb  8 22:22:34 2026
+++ pkgsrc/textproc/tree-sitter/Makefile        Mon Mar  2 12:14:29 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.28 2026/02/08 22:22:34 wiz Exp $
+# $NetBSD: Makefile,v 1.29 2026/03/02 12:14:29 wiz Exp $
 
-DISTNAME=      tree-sitter-0.26.5
+DISTNAME=      tree-sitter-0.26.6
 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.26 pkgsrc/textproc/tree-sitter/distinfo:1.27
--- pkgsrc/textproc/tree-sitter/distinfo:1.26   Sun Feb  8 22:22:34 2026
+++ pkgsrc/textproc/tree-sitter/distinfo        Mon Mar  2 12:14:29 2026
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.26 2026/02/08 22:22:34 wiz Exp $
+$NetBSD: distinfo,v 1.27 2026/03/02 12:14:29 wiz Exp $
 
-BLAKE2s (tree-sitter-0.26.5.tar.gz) = 22852a9207851d4636767a35d2e98ad62e44a1095176807f84f628c62b8db698
-SHA512 (tree-sitter-0.26.5.tar.gz) = c8ffa86caf5841208dd2c987c6437111c7514635ebc76e910deb38ba64252caa99ae8453f1acd8af8e167cc2c7fe7194d481cd53533802601b331c60d20f2a49
-Size (tree-sitter-0.26.5.tar.gz) = 905701 bytes
+BLAKE2s (tree-sitter-0.26.6.tar.gz) = b582c7a1d42c1b892b985510e27ac32d2ece2b0450fbfd69cf2c9a9f34abfe8a
+SHA512 (tree-sitter-0.26.6.tar.gz) = 33ce5617ac53e276cccc8fa34e3a6b3e29a5bd572b381da4a7d6d78cbb7485d85120be8c0e25e02d3fbae4c36793b02bcfd788a2cdfe73f026742b184e16d572
+Size (tree-sitter-0.26.6.tar.gz) = 906770 bytes
 SHA1 (patch-Makefile) = c540f1f96603519a92442fcabd9212e7e492e0ad



Home | Main Index | Thread Index | Old Index