libraries/tree-sitter: Updated for version 0.20.9.

Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Julian Grinblat 2024-01-26 13:32:08 +09:00 committed by Willy Sudiarto Raharjo
parent 0efe6f97ee
commit 922308229a
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
2 changed files with 4 additions and 4 deletions

View File

@ -25,7 +25,7 @@
cd $(dirname $0) ; CWD=$(pwd) cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=tree-sitter PRGNAM=tree-sitter
VERSION=${VERSION:-0.20.8} VERSION=${VERSION:-0.20.9}
BUILD=${BUILD:-1} BUILD=${BUILD:-1}
TAG=${TAG:-_SBo} TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz} PKGTYPE=${PKGTYPE:-tgz}

View File

@ -1,8 +1,8 @@
PRGNAM="tree-sitter" PRGNAM="tree-sitter"
VERSION="0.20.8" VERSION="0.20.9"
HOMEPAGE="https://github.com/tree-sitter/tree-sitter" HOMEPAGE="https://github.com/tree-sitter/tree-sitter"
DOWNLOAD="https://github.com/tree-sitter/tree-sitter/archive/v0.20.8/tree-sitter-0.20.8.tar.gz" DOWNLOAD="https://github.com/tree-sitter/tree-sitter/archive/v0.20.9/tree-sitter-0.20.9.tar.gz"
MD5SUM="ceaa8a732ed3ccbacf5018dbcfe8ad77" MD5SUM="6c3648ebe2da8af9d7d889a371b73b95"
DOWNLOAD_x86_64="" DOWNLOAD_x86_64=""
MD5SUM_x86_64="" MD5SUM_x86_64=""
REQUIRES="" REQUIRES=""