From 55c611ad7e84800bf80dca63ed628a58b036702b Mon Sep 17 00:00:00 2001 From: wiz Date: Thu, 24 Aug 2023 06:14:18 +0000 Subject: [PATCH] tree-sitter-bash: update to 0.20.0. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit cargo repository URL by @Sighery in #97 fix: escaped newline immediately after a char, resolves #100 by @ahlinc in #102 Fixed CRLF behavior for tests, run tests on all platforms in GitHub CI by @ahelwer in #106 Support for 'select' loops by @mjambon in #111 Add support for 'until' loops by @mjambon in #112 Handle words containing bare '#' by @oxalica in #109 adding zsh expansion flags by @ryaminal in #115 Update CI by @verhovsky in #131 Update Cargo.toml by @nokome in #117 Rename ansii_c_string and string_expansion by @verhovsky in #121 rust: enables highlights query by @Dav1dde in #132 Swift Package Manager by @lukepistrol in #124 Fix scanning of heredoc_body to allow empty bodies by @jaopaulolc in #137 [fix] Here-documents: parse a “real” shell word (or close enough) after << by @domq in #142 Parse Bash's tests by @verhovsky in #135 Fix CI by @verhovsky in #145 Support file descriptors for here docs/strings by @verhovsky in #156 Support optional opening paren in case by @verhovsky in #157 Highlight "select" and "until" as keywords by @verhovsky in #168 Undo misguided package.json changes by @verhovsky in #173 Restore prebuild dependencies by @verhovsky in #174 feat: rewrite the scanner in C by @amaanq in #179 fix: make helper functions static to avoid compilation conflicts with other parsers by @amaanq in #182 Fixes by @amaanq in #186 fix: negated variable assignments in if statements by @kelly-lin in #183 Fixes by @amaanq in #187 --- textproc/tree-sitter-bash/Makefile | 4 ++-- textproc/tree-sitter-bash/distinfo | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/textproc/tree-sitter-bash/Makefile b/textproc/tree-sitter-bash/Makefile index 78bbd6350ffc..e62a8a80de78 100644 --- a/textproc/tree-sitter-bash/Makefile +++ b/textproc/tree-sitter-bash/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.1 2023/06/03 06:23:56 wiz Exp $ +# $NetBSD: Makefile,v 1.2 2023/08/24 06:14:18 wiz Exp $ -DISTNAME= tree-sitter-bash-0.19.0 +DISTNAME= tree-sitter-bash-0.20.0 CATEGORIES= textproc devel MASTER_SITES= ${MASTER_SITE_GITHUB:=tree-sitter/} GITHUB_TAG= v${PKGVERSION_NOREV} diff --git a/textproc/tree-sitter-bash/distinfo b/textproc/tree-sitter-bash/distinfo index 167844febcc8..f1b5ae3e739d 100644 --- a/textproc/tree-sitter-bash/distinfo +++ b/textproc/tree-sitter-bash/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.1 2023/06/03 06:23:56 wiz Exp $ +$NetBSD: distinfo,v 1.2 2023/08/24 06:14:18 wiz Exp $ -BLAKE2s (tree-sitter-bash-0.19.0.tar.gz) = 84098313c50195aea7a82f203c3c1a247ae93c4c6b931746f389c7590581988d -SHA512 (tree-sitter-bash-0.19.0.tar.gz) = 62bc8bc25c999f9c79632bd6b236edd21ef15b14365dd1a956237b11a32f5e60a2f420ec67b60d46203699b7841d4bc10978fc0307d0c4013b376c6c024d89ae -Size (tree-sitter-bash-0.19.0.tar.gz) = 187286 bytes +BLAKE2s (tree-sitter-bash-0.20.0.tar.gz) = 9859531b42bb098073e137cecd4c8c36efaae6dbaa9641157230cd56d1e3f3ce +SHA512 (tree-sitter-bash-0.20.0.tar.gz) = d499939bc11e702ad2d7069f247d8e504825c7985039bc6f01002e46aad709088608a4533dd5e80d2bdd34a36d7e6e506864ed57aeb4ea8f0771a33c4de288ab +Size (tree-sitter-bash-0.20.0.tar.gz) = 269716 bytes