Skip to content

Commit

Permalink
tree-sitter-dockerfile: update to 0.2.0.
Browse files Browse the repository at this point in the history
Added support for HEREDOCs (#45)
Fixed an issue where whitespace after a line continuation causes parsing to fail (#26)
Fixed parsing a port range (#27)
Allow capital letters in user names (#35)
Added support for single-quoted strings (#37)
Fixed an issue where ADD and COPY only accepted a single parameter (#43)
  • Loading branch information
wiz committed May 12, 2024
1 parent 4f01406 commit 39723b2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
5 changes: 2 additions & 3 deletions textproc/tree-sitter-dockerfile/Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# $NetBSD: Makefile,v 1.2 2023/01/20 11:14:58 wiz Exp $
# $NetBSD: Makefile,v 1.3 2024/05/12 18:41:18 wiz Exp $

DISTNAME= tree-sitter-dockerfile-0.1.2
PKGREVISION= 1
DISTNAME= tree-sitter-dockerfile-0.2.0
CATEGORIES= textproc devel
MASTER_SITES= ${MASTER_SITE_GITHUB:=camdencheek/}
GITHUB_TAG= v${PKGVERSION_NOREV}
Expand Down
8 changes: 4 additions & 4 deletions textproc/tree-sitter-dockerfile/distinfo
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
$NetBSD: distinfo,v 1.1 2023/01/18 16:38:22 wiz Exp $
$NetBSD: distinfo,v 1.2 2024/05/12 18:41:18 wiz Exp $

BLAKE2s (tree-sitter-dockerfile-0.1.2.tar.gz) = fac5ce0479dcfc144382d4d29b2380d28263e2c121b20b9f1eedd291b4e1bbda
SHA512 (tree-sitter-dockerfile-0.1.2.tar.gz) = 7bf41a5217a13067a436af2ba670c0f5a8194a58c3b2a11b475f3a7c7d4a0fa0daafda22a99fb9c8ab710cdbf76e7ec925632c403bd08821ab3846702b3d2094
Size (tree-sitter-dockerfile-0.1.2.tar.gz) = 40106 bytes
BLAKE2s (tree-sitter-dockerfile-0.2.0.tar.gz) = c92290c2cc047296ee211990226a97597c47ce37bfc276b6571d75c6a056ade5
SHA512 (tree-sitter-dockerfile-0.2.0.tar.gz) = 0a41d04f865cdbae79a13a0d5789427a81a56257037bf4c69e62be5ac777445b6aad4618652d252f101c3d2c020ff5a920d850399715fc8f6e2bf5bcf9841bcc
Size (tree-sitter-dockerfile-0.2.0.tar.gz) = 64994 bytes

0 comments on commit 39723b2

Please sign in to comment.