ScoopInstaller_Main/bucket/tree-sitter.json
2025-02-01 04:28:41 +00:00

31 lines
1.2 KiB
JSON

{
"version": "0.25.0",
"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.0/tree-sitter-windows-x64.gz",
"hash": "e5647e0672c9bae3a2b10b1f28a2b483f49f506c034e54f8cf8740f6ea27e1e1"
},
"32bit": {
"url": "https://github.com/tree-sitter/tree-sitter/releases/download/v0.25.0/tree-sitter-windows-x86.gz",
"hash": "a6363eb843bddc64715479822d9879a447f0633f7eb5d06ffbadceb3f41dc368"
}
},
"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"
}
}
}
}