pkgsrc-Changes archive

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

CVS commit: pkgsrc/textproc/tree-sitter-c



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sun Jan 28 13:29:46 UTC 2024

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

Log Message:
tree-sitter-c: update to 0.20.7.

0.20.7

    Fix sizeof precedence by @philipturnbull in #168
    Adds GH tag queries by @BekaValentine in #122
    Add Microsoft SEH extension to the grammar by @DennySun2100 in #164
    Add TAGS_QUERY to rust bindings by @Squadrick in #175
    Misc fixes by @amaanq

0.20.6

    fix: rework rules to reduce state count by @amaanq in #162
    Fix by @amaanq in #163


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/textproc/tree-sitter-c/Makefile
cvs rdiff -u -r1.3 -r1.4 pkgsrc/textproc/tree-sitter-c/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-c/Makefile
diff -u pkgsrc/textproc/tree-sitter-c/Makefile:1.4 pkgsrc/textproc/tree-sitter-c/Makefile:1.5
--- pkgsrc/textproc/tree-sitter-c/Makefile:1.4  Thu Aug 24 06:15:01 2023
+++ pkgsrc/textproc/tree-sitter-c/Makefile      Sun Jan 28 13:29:46 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.4 2023/08/24 06:15:01 wiz Exp $
+# $NetBSD: Makefile,v 1.5 2024/01/28 13:29:46 wiz Exp $
 
-DISTNAME=      tree-sitter-c-0.20.5
+DISTNAME=      tree-sitter-c-0.20.7
 CATEGORIES=    textproc devel
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=tree-sitter/}
 GITHUB_TAG=    v${PKGVERSION_NOREV}

Index: pkgsrc/textproc/tree-sitter-c/distinfo
diff -u pkgsrc/textproc/tree-sitter-c/distinfo:1.3 pkgsrc/textproc/tree-sitter-c/distinfo:1.4
--- pkgsrc/textproc/tree-sitter-c/distinfo:1.3  Thu Aug 24 06:15:01 2023
+++ pkgsrc/textproc/tree-sitter-c/distinfo      Sun Jan 28 13:29:46 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.3 2023/08/24 06:15:01 wiz Exp $
+$NetBSD: distinfo,v 1.4 2024/01/28 13:29:46 wiz Exp $
 
-BLAKE2s (tree-sitter-c-0.20.5.tar.gz) = b5daef61f0f7258352063dc6569ed34e0c42281b412d03dc629391582f015090
-SHA512 (tree-sitter-c-0.20.5.tar.gz) = 3f25dbe6ff88a24d6ba1ec714dc3d49810cadc1c89e6529606f6a83a12733b98a425448acd2d30d9d2eb98c67e16e429e3880c316273354d92bf6cfe3fb78d82
-Size (tree-sitter-c-0.20.5.tar.gz) = 410521 bytes
+BLAKE2s (tree-sitter-c-0.20.7.tar.gz) = fd4114949fcfcbeed2bf2c13ab281ef88bf0ef87191557f420079fdceeb3281c
+SHA512 (tree-sitter-c-0.20.7.tar.gz) = 42199156796dc6fb427b57c67c1fc5105c315b812a5ade813466dddd76b1b5c37957c071b52a58e4f46b5a55f189de13eab92ff8b6adea45ce07aa2322c5c357
+Size (tree-sitter-c-0.20.7.tar.gz) = 377856 bytes



Home | Main Index | Thread Index | Old Index