Skip to content

Commit

Permalink
tree-sitter-bash: update to 0.20.5.
Browse files Browse the repository at this point in the history
0.20.5

    Replace non-JSON-standard single-quotes with double-quotes in binding.gyp by @nordlow in #240
    Fixes by @amaanq in #245

0.20.4

not documented

0.20.3

    fix: heredocs with many trailing file redirects by @ahlinc in #197
    fix: don't expose \n rule anchors as visible anonymous nodes by @ahlinc in #198
    fix: restore missed redirect field by @ahlinc in #200
    fix: alias simple_heredoc_body to heredoc_body by @ahlinc in #201
  • Loading branch information
wiz committed Feb 13, 2024
1 parent 56d2c56 commit d667eab
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-bash/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# $NetBSD: Makefile,v 1.3 2023/10/19 13:01:34 wiz Exp $
# $NetBSD: Makefile,v 1.4 2024/02/13 18:15:42 wiz Exp $

DISTNAME= tree-sitter-bash-0.20.2
DISTNAME= tree-sitter-bash-0.20.5
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-bash/distinfo
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
$NetBSD: distinfo,v 1.3 2023/10/19 13:01:34 wiz Exp $
$NetBSD: distinfo,v 1.4 2024/02/13 18:15:42 wiz Exp $

BLAKE2s (tree-sitter-bash-0.20.2.tar.gz) = 34cc66bafff0591a318a5021bbbb82c223d2d55d0a45ca31577066573cd8183d
SHA512 (tree-sitter-bash-0.20.2.tar.gz) = 0ada1df369439199a021c5be9f11ff1883c629c5627e8805b3eb13bc27fb88156d0575822935459a1c657c430831b3e6eaebc37e54813b08a76a24e79aa216ee
Size (tree-sitter-bash-0.20.2.tar.gz) = 360197 bytes
BLAKE2s (tree-sitter-bash-0.20.5.tar.gz) = 4899b835d4f09828ddb9bdf8d247cefc74063d723223048720088976b3068e55
SHA512 (tree-sitter-bash-0.20.5.tar.gz) = bc1c4ec816183b4a4990decd45f3c46a424e29d4c417b762f3f761b6396faa984c6eb05237cb4921070e0b478485146889176a862b0935b4b345a704675bef22
Size (tree-sitter-bash-0.20.5.tar.gz) = 525750 bytes

0 comments on commit d667eab

Please sign in to comment.