Skip to content

Commit

Permalink
tree-sitter-c: update to 0.20.7.
Browse files Browse the repository at this point in the history
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
  • Loading branch information
wiz committed Jan 28, 2024
1 parent fe7ce61 commit 5314bb5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions textproc/tree-sitter-c/Makefile
Original file line number Diff line number Diff line change
@@ -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}
Expand Down
8 changes: 4 additions & 4 deletions textproc/tree-sitter-c/distinfo
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 5314bb5

Please sign in to comment.