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:           Thu Apr 18 09:06:41 UTC 2024

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

Log Message:
tree-sitter: update to 0.22.5.

[0.22.5] - 2024-04-14
Bug Fixes

    cli: Fixed an issue where unused constants were included in generated parsers in some cases.

[0.22.4] - 2024-04-12
Bug Fixes

    cli: Fixed an issue where redundant conditionals were included in generated lexer functions.

[0.22.3] - 2024-04-12
Performance

    cli: Reduced the compile time of generated parsers by generating C code with fewer conditionals (#3234)


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/textproc/tree-sitter/Makefile \
    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.6 pkgsrc/textproc/tree-sitter/Makefile:1.7
--- pkgsrc/textproc/tree-sitter/Makefile:1.6    Sun Mar 17 14:19:18 2024
+++ pkgsrc/textproc/tree-sitter/Makefile        Thu Apr 18 09:06:41 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.6 2024/03/17 14:19:18 wiz Exp $
+# $NetBSD: Makefile,v 1.7 2024/04/18 09:06:41 wiz Exp $
 
-DISTNAME=      tree-sitter-0.22.2
+DISTNAME=      tree-sitter-0.22.5
 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.6 pkgsrc/textproc/tree-sitter/distinfo:1.7
--- pkgsrc/textproc/tree-sitter/distinfo:1.6    Sun Mar 17 14:19:18 2024
+++ pkgsrc/textproc/tree-sitter/distinfo        Thu Apr 18 09:06:41 2024
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.6 2024/03/17 14:19:18 wiz Exp $
+$NetBSD: distinfo,v 1.7 2024/04/18 09:06:41 wiz Exp $
 
-BLAKE2s (tree-sitter-0.22.2.tar.gz) = aa454351d4e05854619ff0780692e29034e199f123410e37b12af30ef0801b9d
-SHA512 (tree-sitter-0.22.2.tar.gz) = a42d744f6e1db7c7c842804f3435b87ccb5d0df2363a18eee38353f12f18c8cf0c6211bf0225fd5f2c0431ca8531aa4ddd73d87d42b80fa35c3c701cae2d7856
-Size (tree-sitter-0.22.2.tar.gz) = 3040339 bytes
+BLAKE2s (tree-sitter-0.22.5.tar.gz) = 2e3c8a4c1d4f95d615cc5b5a43318db82e687299f8bda1ec4a598a59aeed43b7
+SHA512 (tree-sitter-0.22.5.tar.gz) = cff3902e8f6e0211b6d4fafecf9f0d73a2bf73efed68df0d6e8798aac3e685cbcc882fb698ebc10115e72bcf46b59aabd0b14dd402a08d3b42cfceffea5aab2c
+Size (tree-sitter-0.22.5.tar.gz) = 3035094 bytes
 SHA1 (patch-Makefile) = 05d71cceda39bd1c83d015064fad562fbb077975



Home | Main Index | Thread Index | Old Index