1
0
forked from ports/opt

tree-sitter: 0.21.0 -> 0.22.1

This commit is contained in:
Tim Biermann 2024-03-11 00:00:32 +01:00
parent 0f6516bbc9
commit 467182510d
Signed by untrusted user: tb
GPG Key ID: 42F8B4E30B673606
3 changed files with 9 additions and 9 deletions

View File

@ -4,8 +4,8 @@ drwxr-xr-x root/root usr/include/tree_sitter/
-rw-r--r-- root/root usr/include/tree_sitter/api.h
drwxr-xr-x root/root usr/lib/
-rw-r--r-- root/root usr/lib/libtree-sitter.a
lrwxrwxrwx root/root usr/lib/libtree-sitter.so -> libtree-sitter.so.0.0
lrwxrwxrwx root/root usr/lib/libtree-sitter.so.0 -> libtree-sitter.so.0.0
-rwxr-xr-x root/root usr/lib/libtree-sitter.so.0.0
lrwxrwxrwx root/root usr/lib/libtree-sitter.so -> libtree-sitter.so.0
lrwxrwxrwx root/root usr/lib/libtree-sitter.so.0 -> libtree-sitter.so.0.22
-rwxr-xr-x root/root usr/lib/libtree-sitter.so.0.22
drwxr-xr-x root/root usr/lib/pkgconfig/
-rw-r--r-- root/root usr/lib/pkgconfig/tree-sitter.pc

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/opt.pub
RWSE3ohX2g5d/R+TRjbXibtMYCQ9sjIi6UgCkWMsiUAarK/ULMplvsuyTK06VrmSmSLKjfeMwqSE4ktKoecHEc0UiUWRvUn+AgM=
SHA256 (Pkgfile) = a3422c0b0a9ee7691a09278a227442e345bd8bee454d9d8c2e3a1486e9d370ec
SHA256 (.footprint) = 60375f22afbf7dac54204c41ec59ca7039800b89624cc10ea5eb33518b31052f
SHA256 (tree-sitter-0.21.0.tar.gz) = 14af86f3fd7e730de98db77f83ae5b65c6146f19a46c9a87f35b514912393a53
RWSE3ohX2g5d/ZVcB8XLdR6Mggg3at2p2bJ9EsNuYoV5Ee4dUJGJwPDsBf6k6HMSWGWusFBhlkmtpG6EMcgR8O/2NvUqqORZsAA=
SHA256 (Pkgfile) = 1ad38ee255b6e71a6c1a8126a9789a1193c56206f3aca2c6b54248dedac9f947
SHA256 (.footprint) = fc1ef76a7ab88cd54cd9f5385cb09d9b7b1af1921ade34f4bd380a177333ba58
SHA256 (tree-sitter-0.22.1.tar.gz) = b21065e78da33e529893c954e712ad15d9ad44a594b74567321d4a3a007d6090

View File

@ -4,9 +4,9 @@
# Depends on:
name=tree-sitter
version=0.21.0
version=0.22.1
release=1
source=(https://github.com/tree-sitter/tree-sitter/archive/$version/$name-$version.tar.gz)
source=(https://github.com/tree-sitter/tree-sitter/archive/v$version/$name-$version.tar.gz)
build() {
cd $name-$version