ScoopInstaller_Main/bucket/tree-sitter.json
2024-04-13 01:13:31 +00:00

31 lines
1.2 KiB
JSON

{
"version": "0.22.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.22.4/tree-sitter-windows-x64.gz",
"hash": "522596e26337418450bc5fb71535986504e0171e1e09efe17a8ea8c494b61622"
},
"32bit": {
"url": "https://github.com/tree-sitter/tree-sitter/releases/download/v0.22.4/tree-sitter-windows-x86.gz",
"hash": "35e32c0795a6c876554daa97233cd0ee843d5d95605029848ab555aefa777943"
}
},
"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"
}
}
}
}