mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-15 21:57:02 +02:00
tree-sitter: update to 0.20.9
This commit is contained in:
parent
05c393d4ed
commit
d1d47733ce
1 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'tree-sitter'
|
||||
pkgname=tree-sitter
|
||||
version=0.20.8
|
||||
version=0.20.9
|
||||
revision=1
|
||||
build_style=cargo
|
||||
make_install_args="--path=cli"
|
||||
|
@ -8,8 +8,8 @@ short_desc="Parser generator tool and incremental parsing library"
|
|||
maintainer="Érico Nogueira <ericonr@disroot.org>"
|
||||
license="MIT"
|
||||
homepage="https://tree-sitter.github.io"
|
||||
distfiles="https://github.com/tree-sitter/tree-sitter/archive/v${version}.tar.gz"
|
||||
checksum=6181ede0b7470bfca37e293e7d5dc1d16469b9485d13f13a605baec4a8b1f791
|
||||
distfiles="https://github.com/tree-sitter/tree-sitter/archive/refs/tags/v${version}.tar.gz"
|
||||
checksum=9b2fd489a7281e3a7e5e7cbbf3a974e5a6a115889ae65676d61b79bdae96464e
|
||||
make_check=no # tests require generating fixtures from remote repositories
|
||||
|
||||
post_build() {
|
||||
|
|
Loading…
Add table
Reference in a new issue