mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
tree-sitter: update to 0.22.1
This commit is contained in:
parent
077b6e609c
commit
7ee9841a80
1 changed files with 3 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'tree-sitter'
|
# Template file for 'tree-sitter'
|
||||||
pkgname=tree-sitter
|
pkgname=tree-sitter
|
||||||
version=0.21.0
|
version=0.22.1
|
||||||
revision=1
|
revision=1
|
||||||
build_style=cargo
|
build_style=cargo
|
||||||
make_install_args="--path=cli"
|
make_install_args="--path=cli"
|
||||||
|
@ -8,8 +8,9 @@ short_desc="Parser generator tool and incremental parsing library"
|
||||||
maintainer="Érico Nogueira <ericonr@disroot.org>"
|
maintainer="Érico Nogueira <ericonr@disroot.org>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="https://tree-sitter.github.io"
|
homepage="https://tree-sitter.github.io"
|
||||||
|
changelog="https://raw.githubusercontent.com/tree-sitter/tree-sitter/master/CHANGELOG.md"
|
||||||
distfiles="https://github.com/tree-sitter/tree-sitter/archive/refs/tags/v${version}.tar.gz"
|
distfiles="https://github.com/tree-sitter/tree-sitter/archive/refs/tags/v${version}.tar.gz"
|
||||||
checksum=6bb60e5b63c1dc18aba57a9e7b3ea775b4f9ceec44cc35dac4634d26db4eb69c
|
checksum=b21065e78da33e529893c954e712ad15d9ad44a594b74567321d4a3a007d6090
|
||||||
make_check=no # tests require generating fixtures from remote repositories
|
make_check=no # tests require generating fixtures from remote repositories
|
||||||
|
|
||||||
post_build() {
|
post_build() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue