ScoopInstaller_Main/bucket/tree-sitter.json
2025-06-04 16:30:23 +00:00

31 lines
1.2 KiB
JSON

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