libraries/tree-sitter: Updated for version 0.22.2
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
b71d3b74ce
commit
6eec460805
|
@ -25,7 +25,7 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=tree-sitter
|
||||
VERSION=${VERSION:-0.22.1}
|
||||
VERSION=${VERSION:-0.22.2}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="tree-sitter"
|
||||
VERSION="0.22.1"
|
||||
VERSION="0.22.2"
|
||||
HOMEPAGE="https://github.com/tree-sitter/tree-sitter"
|
||||
DOWNLOAD="https://github.com/tree-sitter/tree-sitter/archive/v0.22.1/tree-sitter-0.22.1.tar.gz"
|
||||
MD5SUM="1204640dbfed2cac9d3458946a19eebf"
|
||||
DOWNLOAD="https://github.com/tree-sitter/tree-sitter/archive/v0.22.2/tree-sitter-0.22.2.tar.gz"
|
||||
MD5SUM="48afab8eb7c16f7a5e86417dcf0e4110"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in New Issue