ScoopInstaller_Main/bucket/tree-sitter.json
2024-02-21 20:25:35 +00:00

31 lines
1.2 KiB
JSON

{
"version": "0.21.0",
"description": "An incremental parsing system for programming tools",
"homepage": "https://tree-sitter.github.io/tree-sitter/",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://github.com/tree-sitter/tree-sitter/releases/download/v0.21.0/tree-sitter-windows-x64.gz",
"hash": "46152125a9337d9ec0455329f4a13ae4a8f63bb32756a5a2ed8f50ca83a321ad"
},
"32bit": {
"url": "https://github.com/tree-sitter/tree-sitter/releases/download/v0.21.0/tree-sitter-windows-x86.gz",
"hash": "17f734748c06951e34a5c9db7ad3cf71c81adfaa0e08d8151e460bceaaeaa5df"
}
},
"bin": "tree-sitter.exe",
"checkver": {
"github": "https://github.com/tree-sitter/tree-sitter"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/tree-sitter/tree-sitter/releases/download/v$version/tree-sitter-windows-x64.gz"
},
"32bit": {
"url": "https://github.com/tree-sitter/tree-sitter/releases/download/v$version/tree-sitter-windows-x86.gz"
}
}
}
}