ScoopInstaller_Main/bucket/tree-sitter.json
2024-10-01 20:28:49 +00:00

31 lines
1.2 KiB
JSON

{
"version": "0.23.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.23.2/tree-sitter-windows-x64.gz",
"hash": "0c367a9c9f9ce52918f5862501d7159939bb759a691541eabbed5828f073d273"
},
"32bit": {
"url": "https://github.com/tree-sitter/tree-sitter/releases/download/v0.23.2/tree-sitter-windows-x86.gz",
"hash": "9bfc026614b2e1470d3c613b6fea3ae9c6d2e4b1bdf750a40ee32db29329a564"
}
},
"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"
}
}
}
}