Received: by mail.netbsd.org (Postfix, from userid 605) id 9C2A684EE2; Thu, 27 Apr 2023 12:17:34 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id CAA6284E59 for ; Thu, 27 Apr 2023 12:17:33 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id 3Dbg1XFe0q2R for ; Thu, 27 Apr 2023 12:17:33 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 4853384D24 for ; Thu, 27 Apr 2023 12:17:33 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 3AD03FA87; Thu, 27 Apr 2023 12:17:33 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1682597853292870" MIME-Version: 1.0 Date: Thu, 27 Apr 2023 12:17:33 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/textproc/tree-sitter-typescript To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20230427121733.3AD03FA87@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1682597853292870 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Thu Apr 27 12:17:33 UTC 2023 Modified Files: pkgsrc/textproc/tree-sitter-typescript: Makefile distinfo Log Message: tree-sitter-typescript: update to 0.20.2. Changes not found. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 pkgsrc/textproc/tree-sitter-typescript/Makefile cvs rdiff -u -r1.1 -r1.2 pkgsrc/textproc/tree-sitter-typescript/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1682597853292870 Content-Disposition: inline Content-Length: 1846 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/textproc/tree-sitter-typescript/Makefile diff -u pkgsrc/textproc/tree-sitter-typescript/Makefile:1.2 pkgsrc/textproc/tree-sitter-typescript/Makefile:1.3 --- pkgsrc/textproc/tree-sitter-typescript/Makefile:1.2 Fri Jan 20 11:14:59 2023 +++ pkgsrc/textproc/tree-sitter-typescript/Makefile Thu Apr 27 12:17:33 2023 @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.2 2023/01/20 11:14:59 wiz Exp $ +# $NetBSD: Makefile,v 1.3 2023/04/27 12:17:33 wiz Exp $ -DISTNAME= tree-sitter-typescript-0.20.1 -PKGREVISION= 1 +DISTNAME= tree-sitter-typescript-0.20.2 CATEGORIES= textproc devel MASTER_SITES= ${MASTER_SITE_GITHUB:=tree-sitter/} GITHUB_TAG= v${PKGVERSION_NOREV} Index: pkgsrc/textproc/tree-sitter-typescript/distinfo diff -u pkgsrc/textproc/tree-sitter-typescript/distinfo:1.1 pkgsrc/textproc/tree-sitter-typescript/distinfo:1.2 --- pkgsrc/textproc/tree-sitter-typescript/distinfo:1.1 Wed Jan 18 16:33:14 2023 +++ pkgsrc/textproc/tree-sitter-typescript/distinfo Thu Apr 27 12:17:33 2023 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.1 2023/01/18 16:33:14 wiz Exp $ +$NetBSD: distinfo,v 1.2 2023/04/27 12:17:33 wiz Exp $ -BLAKE2s (tree-sitter-typescript-0.20.1.tar.gz) = 442f446276f4034ce9660c8b7144c299541ad65bcb6a6c412732a282c5d108c5 -SHA512 (tree-sitter-typescript-0.20.1.tar.gz) = 4d57308e84964bbf136868285141c4cd28ae0bbddef7973849679f8b8b85f00cd1bb5a4db7fd7b5cbd6a090b56193c8120bfd134358d33597a60a9145c694de0 -Size (tree-sitter-typescript-0.20.1.tar.gz) = 767713 bytes +BLAKE2s (tree-sitter-typescript-0.20.2.tar.gz) = 4d1256e4f3bf6183ee5177d83df710e3f7d06fed35b213e8ddc3f8561845e38f +SHA512 (tree-sitter-typescript-0.20.2.tar.gz) = 0ed78e515ffa3756800e1c3864540b761d734c34efeab4c5ab46ea96ae026bc09f7c6ef51eaa7275cc06ebdccc870961580da1930717d038265c0293fcf1784e +Size (tree-sitter-typescript-0.20.2.tar.gz) = 826705 bytes --_----------=_1682597853292870--