mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-26 23:42:57 +02:00
tree-sitter: update to 0.25.4
This commit is contained in:
parent
2f6026e6c5
commit
b210e5de9b
1 changed files with 2 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.25.3
|
version=0.25.4
|
||||||
revision=1
|
revision=1
|
||||||
build_style=cargo
|
build_style=cargo
|
||||||
make_install_args="--path=cli"
|
make_install_args="--path=cli"
|
||||||
|
@ -10,7 +10,7 @@ license="MIT"
|
||||||
homepage="https://tree-sitter.github.io"
|
homepage="https://tree-sitter.github.io"
|
||||||
changelog="https://github.com/tree-sitter/tree-sitter/releases"
|
changelog="https://github.com/tree-sitter/tree-sitter/releases"
|
||||||
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=862fac52653bc7bc9d2cd0630483e6bdf3d02bcd23da956ca32663c4798a93e3
|
checksum=87eadc505905c70a692917c821958a819903f808f8d244068b1d273a033dc728
|
||||||
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