diff --git a/common/shlibs b/common/shlibs index 248efffb0c9..54a0371f306 100644 --- a/common/shlibs +++ b/common/shlibs @@ -4190,7 +4190,7 @@ libsword-1.8.1.so libsword-1.8.1_6 libgivaro.so.9 givaro-4.1.1_1 liblinbox.so.0 linbox-1.6.3_1 libpari-gmp-tls.so.9 pari-2.17.0_1 -libtree-sitter.so.0.24 tree-sitter-0.24.3_1 +libtree-sitter.so.0.25 tree-sitter-0.25.2_1 libplanarity.so.0 planarity-3.0.1.1_1 libgap.so.9 gap-4.13.0_1 libgtkdatabox.so.1 gtkdatabox3-1.0.0_1 diff --git a/srcpkgs/tree-sitter/template b/srcpkgs/tree-sitter/template index 0dc984bff47..928fb2685f0 100644 --- a/srcpkgs/tree-sitter/template +++ b/srcpkgs/tree-sitter/template @@ -1,6 +1,6 @@ # Template file for 'tree-sitter' pkgname=tree-sitter -version=0.24.3 +version=0.25.2 revision=1 build_style=cargo make_install_args="--path=cli" @@ -8,9 +8,9 @@ short_desc="Parser generator tool and incremental parsing library" maintainer="Érico Nogueira " license="MIT" homepage="https://tree-sitter.github.io" -changelog="https://raw.githubusercontent.com/tree-sitter/tree-sitter/master/CHANGELOG.md" +changelog="https://github.com/tree-sitter/tree-sitter/releases" distfiles="https://github.com/tree-sitter/tree-sitter/archive/refs/tags/v${version}.tar.gz" -checksum=0a8d0cf8e09caba22ed0d8439f7fa1e3d8453800038e43ccad1f34ef29537da1 +checksum=26791f69182192fef179cd58501c3226011158823557a86fe42682cb4a138523 make_check=no # tests require generating fixtures from remote repositories post_build() {