tree-sitter: update to 0.19.4.
This commit is contained in:
parent
f485d9c889
commit
968292546a
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'tree-sitter'
|
||||
pkgname=tree-sitter
|
||||
version=0.19.3
|
||||
version=0.19.4
|
||||
revision=1
|
||||
build_style=cargo
|
||||
make_install_args="--path=cli"
|
||||
|
@ -9,7 +9,7 @@ maintainer="Érico Nogueira <ericonr@disroot.org>"
|
|||
license="MIT"
|
||||
homepage="https://tree-sitter.github.io"
|
||||
distfiles="https://github.com/tree-sitter/${pkgname}/archive/v${version}.tar.gz"
|
||||
checksum=cb01e1832758efe2fd3456e0a6eb0e5aba0e1e11b652c945db70793c2c4f7c2b
|
||||
checksum=98e6b7f77d277235ef43023a8eee37745d1bc315c138481ed1b054cff158e817
|
||||
make_check=no # tests require generating fixtures from remote repositories
|
||||
|
||||
post_build() {
|
||||
|
|
Loading…
Reference in a new issue