ScoopInstaller_Main/bucket/tree-sitter.json
2024-03-11 00:33:14 +00:00

31 lines
1.2 KiB
JSON

{
"version": "0.22.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.22.1/tree-sitter-windows-x64.gz",
"hash": "6d62f1ea39451abf468fdb77776cc421a7fd9c186dc3a4382f1b1b1ae347848a"
},
"32bit": {
"url": "https://github.com/tree-sitter/tree-sitter/releases/download/v0.22.1/tree-sitter-windows-x86.gz",
"hash": "4e06b4e04c52d8a22c84cb4529f7bc133f01e6cf60bbc6f1cf7fa1c1d5be4ec5"
}
},
"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"
}
}
}
}