ScoopInstaller_Main/bucket/tree-sitter.json
2024-10-04 08:30:56 +00:00

31 lines
1.2 KiB
JSON

{
"version": "0.24.1",
"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.24.1/tree-sitter-windows-x64.gz",
"hash": "c3f3aa8c4a140b6fa1e2ddf84eaddd740fd8cf6508ed0b883b681ee5ba65a8dc"
},
"32bit": {
"url": "https://github.com/tree-sitter/tree-sitter/releases/download/v0.24.1/tree-sitter-windows-x86.gz",
"hash": "dec28e3cd63a59455e4c8d22b40b75ff8a89ca53fbe796580e5a027caeff36b2"
}
},
"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"
}
}
}
}