ScoopInstaller_Main/bucket/tree-sitter.json
2025-05-11 16:29:48 +00:00

31 lines
1.2 KiB
JSON

{
"version": "0.25.4",
"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.4/tree-sitter-windows-x64.gz",
"hash": "a18d451d6e487b4b6f43453988772e693a80c6a770fc690360c6fa22dfb01785"
},
"32bit": {
"url": "https://github.com/tree-sitter/tree-sitter/releases/download/v0.25.4/tree-sitter-windows-x86.gz",
"hash": "3a1cab1e5783ae656b1eef755335e426ceb172d17f4c59c2845edb71ecf167e1"
}
},
"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"
}
}
}
}