ScoopInstaller_Main/bucket/tree-sitter.json
2024-12-27 04:29:47 +00:00

31 lines
1.2 KiB
JSON

{
"version": "0.24.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.24.6/tree-sitter-windows-x64.gz",
"hash": "25e003d2a7cc28666ff02e3449fd7d0a883acd4eb97492d9b1e831f4f6f7e8b0"
},
"32bit": {
"url": "https://github.com/tree-sitter/tree-sitter/releases/download/v0.24.6/tree-sitter-windows-x86.gz",
"hash": "f5b43559d4d851ce8f1d3bfa0ff79f06da9ecd9540eef92186c322e8d83a0f52"
}
},
"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"
}
}
}
}