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:
parent
0efe6f97ee
commit
922308229a
|
@ -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}
|
||||||
|
|
|
@ -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=""
|
||||||
|
|
Loading…
Reference in New Issue