Received: by mail.netbsd.org (Postfix, from userid 605) id 2121F84E77; Sun, 21 Jan 2024 20:09:20 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 515A784D1B for ; Sun, 21 Jan 2024 20:09:19 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id KOw9LfWA7m4n for ; Sun, 21 Jan 2024 20:09:18 +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 C46EA84CCC for ; Sun, 21 Jan 2024 20:09:18 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id BF8E7FA42; Sun, 21 Jan 2024 20:09:18 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1705867758171770" MIME-Version: 1.0 Date: Sun, 21 Jan 2024 20:09:18 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/textproc/tree-sitter-go-mod To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20240121200918.BF8E7FA42@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1705867758171770 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Sun Jan 21 20:09:18 UTC 2024 Modified Files: pkgsrc/textproc/tree-sitter-go-mod: Makefile distinfo Log Message: tree-sitter-go-mod: update to 1.0.2. Fix the URL listed on crates.io To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 pkgsrc/textproc/tree-sitter-go-mod/Makefile \ pkgsrc/textproc/tree-sitter-go-mod/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1705867758171770 Content-Disposition: inline Content-Length: 1747 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/textproc/tree-sitter-go-mod/Makefile diff -u pkgsrc/textproc/tree-sitter-go-mod/Makefile:1.2 pkgsrc/textproc/tree-sitter-go-mod/Makefile:1.3 --- pkgsrc/textproc/tree-sitter-go-mod/Makefile:1.2 Sat Dec 30 10:51:15 2023 +++ pkgsrc/textproc/tree-sitter-go-mod/Makefile Sun Jan 21 20:09:18 2024 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.2 2023/12/30 10:51:15 wiz Exp $ +# $NetBSD: Makefile,v 1.3 2024/01/21 20:09:18 wiz Exp $ -DISTNAME= tree-sitter-go-mod-1.0.1 +DISTNAME= tree-sitter-go-mod-1.0.2 CATEGORIES= textproc devel MASTER_SITES= ${MASTER_SITE_GITHUB:=camdencheek/} GITHUB_TAG= v${PKGVERSION_NOREV} Index: pkgsrc/textproc/tree-sitter-go-mod/distinfo diff -u pkgsrc/textproc/tree-sitter-go-mod/distinfo:1.2 pkgsrc/textproc/tree-sitter-go-mod/distinfo:1.3 --- pkgsrc/textproc/tree-sitter-go-mod/distinfo:1.2 Sat Dec 30 10:51:15 2023 +++ pkgsrc/textproc/tree-sitter-go-mod/distinfo Sun Jan 21 20:09:18 2024 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.2 2023/12/30 10:51:15 wiz Exp $ +$NetBSD: distinfo,v 1.3 2024/01/21 20:09:18 wiz Exp $ -BLAKE2s (tree-sitter-go-mod-1.0.1.tar.gz) = c73243575d8d9d4ed35b5f3bc1cbf02baaacb58fd3062f9f9a2072610d1dc92e -SHA512 (tree-sitter-go-mod-1.0.1.tar.gz) = c00fb59de5ecce838fc58c74848a91ef33b22979dea18d918d823f86291cd9bbdcdeeedc205b281421399777c0a2a372f5badbc910cfefad9ee938e09534fa8f -Size (tree-sitter-go-mod-1.0.1.tar.gz) = 20529 bytes +BLAKE2s (tree-sitter-go-mod-1.0.2.tar.gz) = c98bf5ccac8683212e7de2d98b2e4b462e442c5efd3273b1d69d669391b698c7 +SHA512 (tree-sitter-go-mod-1.0.2.tar.gz) = b15913be1cdf3cf2ebe468924eb64f8f1d3c21d5ec319b0c4ddb8cd89f8da8085db6cb7414f00ab2bc993b72906f00520c4ae8b1b97a4ef33a0ddc873d358489 +Size (tree-sitter-go-mod-1.0.2.tar.gz) = 20533 bytes --_----------=_1705867758171770--