pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/textproc/tree-sitter-markdown



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sun May 18 10:33:36 UTC 2025

Modified Files:
        pkgsrc/textproc/tree-sitter-markdown: Makefile distinfo

Log Message:
tree-sitter-markdown: update to 0.7.1.0.5.0.

Breaking Changes

    Regenerate parsers with ABI 15

What's Changed

    Require tree-sitter.json for Successful Tree-Sitter Build by @linw1995 in #187


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/textproc/tree-sitter-markdown/Makefile \
    pkgsrc/textproc/tree-sitter-markdown/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/textproc/tree-sitter-markdown/Makefile
diff -u pkgsrc/textproc/tree-sitter-markdown/Makefile:1.3 pkgsrc/textproc/tree-sitter-markdown/Makefile:1.4
--- pkgsrc/textproc/tree-sitter-markdown/Makefile:1.3   Fri Apr 11 07:50:02 2025
+++ pkgsrc/textproc/tree-sitter-markdown/Makefile       Sun May 18 10:33:36 2025
@@ -1,12 +1,12 @@
-# $NetBSD: Makefile,v 1.3 2025/04/11 07:50:02 wiz Exp $
+# $NetBSD: Makefile,v 1.4 2025/05/18 10:33:36 wiz Exp $
 
-DISTNAME=      tree-sitter-markdown-0.4.1
+DISTNAME=      tree-sitter-markdown-0.5.0
 # we switched to from a version that had 0.7.1 as last release to the official one
 # so we need to make sure the version number is higher than it was before
 PKGNAME=       ${DISTNAME:S/markdown-/markdown-0.7.1./}
 CATEGORIES=    textproc devel
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=tree-sitter-grammars/}
-GITHUB_TAG=    v0.3.2
+GITHUB_TAG=    v0.5.0
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=      https://github.com/tree-sitter-grammars/tree-sitter-markdown
Index: pkgsrc/textproc/tree-sitter-markdown/distinfo
diff -u pkgsrc/textproc/tree-sitter-markdown/distinfo:1.3 pkgsrc/textproc/tree-sitter-markdown/distinfo:1.4
--- pkgsrc/textproc/tree-sitter-markdown/distinfo:1.3   Fri Apr 11 07:50:02 2025
+++ pkgsrc/textproc/tree-sitter-markdown/distinfo       Sun May 18 10:33:36 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.3 2025/04/11 07:50:02 wiz Exp $
+$NetBSD: distinfo,v 1.4 2025/05/18 10:33:36 wiz Exp $
 
-BLAKE2s (tree-sitter-markdown-0.4.1.tar.gz) = d43cce220db49a6f3c46b9fb0f0ad7a1662ef4d6b231e8e82d84b2de805b8f77
-SHA512 (tree-sitter-markdown-0.4.1.tar.gz) = 04064c3384e0a9f8f1336c4587d15b14cf6a01a4579034c64f99ee85cb0fe1bc217b2f802c53f542ca40db20e7ce3b0bfef0bfe398dd2731caed47360a09ac5b
-Size (tree-sitter-markdown-0.4.1.tar.gz) = 419764 bytes
+BLAKE2s (tree-sitter-markdown-0.5.0.tar.gz) = 4bb21195202496fee056960e9a88d6a4187cfa3ddf4d3a40577c0fecda32c789
+SHA512 (tree-sitter-markdown-0.5.0.tar.gz) = 82e3fc28a3b5e71a39780b174ee61a4218934e81fc6583400dc6b9a09eee2e44ced35fba1aff36af36d792e9d032654362e63f6e1d33ac2e63bcd19ba12da402
+Size (tree-sitter-markdown-0.5.0.tar.gz) = 419516 bytes



Home | Main Index | Thread Index | Old Index