tree-sitter: 0.20.7 -> 0.20.8

This commit is contained in:
Tim Biermann 2023-04-05 19:59:24 +02:00
parent ba2b286f0f
commit 1cdfdc34a7
2 changed files with 6 additions and 4 deletions

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/opt.pub
RWSE3ohX2g5d/ZE/SgKWjmDPIfw3b2QZ1tkOJS/R9H843KVr/wB9RIOzXDwourtDPmzesSw0lCOQVk5me+K+hm1Ak2dvnbvR1g4=
SHA256 (Pkgfile) = 0fb90859af15cf3e58321d7e33ddadc52c58d27719e4c243a1f1d7183ec057fd
RWSE3ohX2g5d/dfUjAHMK2JTw5zyF4BFdZFNJPr82KOaxnoN0TMeLlxyrcw/KnJxBlFHo4eFkC1r6wfMXuN5eF5ZTS+RCCWMwAk=
SHA256 (Pkgfile) = cb31d9b842d18c616b2c9c6eeb9e5089410da222671584cc043e8c0075200ef3
SHA256 (.footprint) = 9222341b517fd37145cc0d5c3325641099cec794d34eb960ad342c4bf891348f
SHA256 (tree-sitter-0.20.7.tar.gz) = b355e968ec2d0241bbd96748e00a9038f83968f85d822ecb9940cbe4c42e182e
SHA256 (tree-sitter-0.20.8.tar.gz) = 6181ede0b7470bfca37e293e7d5dc1d16469b9485d13f13a605baec4a8b1f791

View File

@ -4,15 +4,17 @@
# Depends on: rust
name=tree-sitter
version=0.20.7
version=0.20.8
release=1
source=(https://github.com/tree-sitter/tree-sitter/archive/v$version/$name-$version.tar.gz)
build() {
cd $name-$version
cargo fetch --locked
make
cargo build --release --locked --offline --all-features --manifest-path cli/Cargo.toml
make DESTDIR=$PKG PREFIX=/usr install
install -Dm 755 target/release/$name -t $PKG/usr/bin
}