Skip to content

Commit

Permalink
tree-sitter-cmake: update to 0.4.0.
Browse files Browse the repository at this point in the history
feat: put arguments in argument_list node
feat: put the body of commands into a body node
refactor: use C for the external scanner (#16)
  • Loading branch information
0-wiz-0 committed Jul 19, 2023
1 parent e0555fb commit bb5e9f6
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-cmake/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# $NetBSD: Makefile,v 1.3 2023/04/27 08:21:41 wiz Exp $
# $NetBSD: Makefile,v 1.4 2023/07/19 13:12:02 wiz Exp $

DISTNAME= tree-sitter-cmake-0.2.0
DISTNAME= tree-sitter-cmake-0.4.0
CATEGORIES= textproc devel
MASTER_SITES= ${MASTER_SITE_GITHUB:=uyha/}
GITHUB_TAG= v${PKGVERSION_NOREV}
Expand Down
8 changes: 4 additions & 4 deletions textproc/tree-sitter-cmake/distinfo
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
$NetBSD: distinfo,v 1.2 2023/04/27 08:21:41 wiz Exp $
$NetBSD: distinfo,v 1.3 2023/07/19 13:12:02 wiz Exp $

BLAKE2s (tree-sitter-cmake-0.2.0.tar.gz) = 443a8a2b3a63e31edf4b4272e8431c4824e6cd3c072377dcad79a413b8ed02ca
SHA512 (tree-sitter-cmake-0.2.0.tar.gz) = 7be3ec3be431fa44d281109dda13f8c06d85bcc78d8c28340082a7c63f19f38e45eb3b83a1118036171e3748ffeccbef9f8e44330aa381334e16eb0736842387
Size (tree-sitter-cmake-0.2.0.tar.gz) = 53185 bytes
BLAKE2s (tree-sitter-cmake-0.4.0.tar.gz) = 2e3d5282908f3abbcc5ab7e32cadf9add814f14aa1b2887fbe78503bb4aeb4d0
SHA512 (tree-sitter-cmake-0.4.0.tar.gz) = 226b2c376e0b6c5e0b97da94ddf3330ecddad4a768ea104a87cc1d98a8f9edba2df8c8c4798552639f069edc2c5e7a1933bee728be074f3b3d731917cd2a69da
Size (tree-sitter-cmake-0.4.0.tar.gz) = 50094 bytes

0 comments on commit bb5e9f6

Please sign in to comment.