ScoopInstaller_Main/bucket/tree-sitter.json
2025-12-13 16:30:07 +00:00

31 lines
1.2 KiB
JSON

{
"version": "0.26.3",
"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.26.3/tree-sitter-windows-x64.gz",
"hash": "b242c795f6e87749212ed764c1c63afc853e56eab61cbad015244b23182e4317"
},
"32bit": {
"url": "https://github.com/tree-sitter/tree-sitter/releases/download/v0.26.3/tree-sitter-windows-x86.gz",
"hash": "2b9484ccfd2f462d879295ec09fa61f7e4c26f3566b06d42094a39896fe1937c"
}
},
"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"
}
}
}
}