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:           Fri Apr 11 07:50:02 UTC 2025

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

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

0.4.1

chore: regenerate with tree-sitter 0.25.3 by @clason in #190

0.4.0

Fix filename of common/common.js in package.json that breaks the node package after rename. by @Greenscreener in #161
fix: recognize escaped "$" in latex blocks by @ribru17 in #165
fix: allow whitespace after closing code block fence by @ribru17 in #163
feat: update to tree-sitter 0.24 by @ObserverOfTime in #166
fix: highlights & injections query paths in tree-sitter.json by @topi314 in #178
injections.scm: TOML +++ metadata frontmatter support by @notpeter in #181


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 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.2 pkgsrc/textproc/tree-sitter-markdown/Makefile:1.3
--- pkgsrc/textproc/tree-sitter-markdown/Makefile:1.2   Wed Feb 19 12:08:27 2025
+++ pkgsrc/textproc/tree-sitter-markdown/Makefile       Fri Apr 11 07:50:02 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.2 2025/02/19 12:08:27 wiz Exp $
+# $NetBSD: Makefile,v 1.3 2025/04/11 07:50:02 wiz Exp $
 
-DISTNAME=      tree-sitter-markdown-0.3.2
+DISTNAME=      tree-sitter-markdown-0.4.1
 # 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./}
Index: pkgsrc/textproc/tree-sitter-markdown/distinfo
diff -u pkgsrc/textproc/tree-sitter-markdown/distinfo:1.2 pkgsrc/textproc/tree-sitter-markdown/distinfo:1.3
--- pkgsrc/textproc/tree-sitter-markdown/distinfo:1.2   Wed Feb 19 12:08:27 2025
+++ pkgsrc/textproc/tree-sitter-markdown/distinfo       Fri Apr 11 07:50:02 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.2 2025/02/19 12:08:27 wiz Exp $
+$NetBSD: distinfo,v 1.3 2025/04/11 07:50:02 wiz Exp $
 
-BLAKE2s (tree-sitter-markdown-0.3.2.tar.gz) = d43cce220db49a6f3c46b9fb0f0ad7a1662ef4d6b231e8e82d84b2de805b8f77
-SHA512 (tree-sitter-markdown-0.3.2.tar.gz) = 04064c3384e0a9f8f1336c4587d15b14cf6a01a4579034c64f99ee85cb0fe1bc217b2f802c53f542ca40db20e7ce3b0bfef0bfe398dd2731caed47360a09ac5b
-Size (tree-sitter-markdown-0.3.2.tar.gz) = 419764 bytes
+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



Home | Main Index | Thread Index | Old Index