tree-sitter: update to 0.19.0.
Update common/shlibs due to ABI changes.
This commit is contained in:
parent
6ede4c20a8
commit
dea1908ca1
2 changed files with 3 additions and 3 deletions
|
@ -3923,4 +3923,4 @@ libopenaptx.so.0 libopenaptx-0.2.0_1
|
||||||
libsimavr.so.1 simavr-1.6_2
|
libsimavr.so.1 simavr-1.6_2
|
||||||
libsimavrparts.so.1 simavr-1.6_2
|
libsimavrparts.so.1 simavr-1.6_2
|
||||||
libsword-1.8.1.so libsword-1.8.1_6
|
libsword-1.8.1.so libsword-1.8.1_6
|
||||||
libtree-sitter.so.0 tree-sitter-0.18.2_1
|
libtree-sitter.so.0 tree-sitter-0.19.0_1
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'tree-sitter'
|
# Template file for 'tree-sitter'
|
||||||
pkgname=tree-sitter
|
pkgname=tree-sitter
|
||||||
version=0.18.2
|
version=0.19.0
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-makefile
|
build_style=gnu-makefile
|
||||||
short_desc="Parser generator tool and incremental parsing library"
|
short_desc="Parser generator tool and incremental parsing library"
|
||||||
|
@ -8,7 +8,7 @@ maintainer="Érico Nogueira <ericonr@disroot.org>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="https://tree-sitter.github.io"
|
homepage="https://tree-sitter.github.io"
|
||||||
distfiles="https://github.com/tree-sitter/${pkgname}/archive/v${version}.tar.gz"
|
distfiles="https://github.com/tree-sitter/${pkgname}/archive/v${version}.tar.gz"
|
||||||
checksum=feedb3e77f7869baf3b242c586aa5be4277a049c6e0bc366ee5c6aeb4ba3da39
|
checksum=7fa56a76b29b170ae11026a5c965e5a1177c158e251bec103d353ffff16a84e9
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue