ScoopInstaller_Main/bucket/tree-sitter.json
2025-05-28 04:30:07 +00:00

31 lines
1.2 KiB
JSON

{
"version": "0.25.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.25.5/tree-sitter-windows-x64.gz",
"hash": "bb73533e604c7aeb0a63e9af177d9d18c61ab42a8b2baeec44bb2cd59ab5fbf6"
},
"32bit": {
"url": "https://github.com/tree-sitter/tree-sitter/releases/download/v0.25.5/tree-sitter-windows-x86.gz",
"hash": "05a018630bedc1a19cabcdd690bd656f1c68832f0d7201f9267ca6fbd28550e8"
}
},
"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"
}
}
}
}