mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-25 10:03:03 +01:00
libraries/tree-sitter: Updated for version 0.22.6
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
2127e1f5e8
commit
332ac061f4
2 changed files with 4 additions and 4 deletions
|
@ -25,7 +25,7 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=tree-sitter
|
||||
VERSION=${VERSION:-0.22.5}
|
||||
VERSION=${VERSION:-0.22.6}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="tree-sitter"
|
||||
VERSION="0.22.5"
|
||||
VERSION="0.22.6"
|
||||
HOMEPAGE="https://github.com/tree-sitter/tree-sitter"
|
||||
DOWNLOAD="https://github.com/tree-sitter/tree-sitter/archive/v0.22.5/tree-sitter-0.22.5.tar.gz"
|
||||
MD5SUM="0dd82a02eb9fd99d0374fc95e4ca493d"
|
||||
DOWNLOAD="https://github.com/tree-sitter/tree-sitter/archive/v0.22.6/tree-sitter-0.22.6.tar.gz"
|
||||
MD5SUM="1c8767fcc22be1b66583677d6ab07cb1"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue