ScoopInstaller_Main/bucket/tree-sitter.json
2026-02-25 20:32:02 +00:00

38 lines
1.5 KiB
JSON

{
"version": "0.26.6",
"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.26.6/tree-sitter-windows-x64.gz",
"hash": "76d52345b1ef0d1f1b3f4357b42f39bc521c0bf7e87c9e18664bbb71da1577b8"
},
"32bit": {
"url": "https://github.com/tree-sitter/tree-sitter/releases/download/v0.26.6/tree-sitter-windows-x86.gz",
"hash": "9c6d1610a8728c1405cb9606447ec2a8a4ffc892d2c8d362f5488e4d3f276211"
},
"arm64": {
"url": "https://github.com/tree-sitter/tree-sitter/releases/download/v0.26.6/tree-sitter-windows-arm64.gz",
"hash": "ce44f5b3c5ebc72c4b51a9214b61ebbf480f9bc596343a19375d9ddabc1cf42b"
}
},
"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"
},
"arm64": {
"url": "https://github.com/tree-sitter/tree-sitter/releases/download/v$version/tree-sitter-windows-arm64.gz"
}
}
}
}