ScoopInstaller_Main/bucket/tree-sitter.json
2025-12-10 00:42:59 +00:00

31 lines
1.2 KiB
JSON

{
"version": "0.26.2",
"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.2/tree-sitter-windows-x64.gz",
"hash": "dcad823119c47656284c1fa0f47d8d19c0b7dfe5c5538277cd1b97037c662156"
},
"32bit": {
"url": "https://github.com/tree-sitter/tree-sitter/releases/download/v0.26.2/tree-sitter-windows-x86.gz",
"hash": "8f4d97ff7934d3cb62930b77aa9c0d2290f78c0046f4952eaae271149f98b8f1"
}
},
"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"
}
}
}
}