ScoopInstaller_Main/bucket/tree-sitter.json
2024-03-17 12:30:31 +00:00

31 lines
1.2 KiB
JSON

{
"version": "0.22.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.22.2/tree-sitter-windows-x64.gz",
"hash": "3520ed1d3d0c1433187b7d2a966e1f5a389427f477880e85fc7f6e4b1cb0ce3c"
},
"32bit": {
"url": "https://github.com/tree-sitter/tree-sitter/releases/download/v0.22.2/tree-sitter-windows-x86.gz",
"hash": "b4f8fb6d2ad2f2c727a788cf9f4c0d2a3681289c91dad9bb1e3f16a7d50895c3"
}
},
"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"
}
}
}
}