ScoopInstaller_Main/bucket/tree-sitter.json
2026-02-01 20:30:20 +00:00

38 lines
1.5 KiB
JSON

{
"version": "0.26.5",
"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.5/tree-sitter-windows-x64.gz",
"hash": "0adfa6a81fd94d3a8eda9d9c89333bf1263bc112c7797dc90bea80b519fe2181"
},
"32bit": {
"url": "https://github.com/tree-sitter/tree-sitter/releases/download/v0.26.5/tree-sitter-windows-x86.gz",
"hash": "03f59a916b8091ef4807d978ec3755428569ed235feab11b8bcbc27d201201ec"
},
"arm64": {
"url": "https://github.com/tree-sitter/tree-sitter/releases/download/v0.26.5/tree-sitter-windows-arm64.gz",
"hash": "493701ef90ec27bec29a9b53f4d6a49b753d79d534d07351f85a2af4b71ac9dc"
}
},
"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"
},
"arm64": {
"url": "https://github.com/tree-sitter/tree-sitter/releases/download/v$version/tree-sitter-windows-arm64.gz"
}
}
}
}