ScoopInstaller_Main/bucket/tree-sitter.json
2024-05-06 00:33:55 +00:00

31 lines
1.2 KiB
JSON

{
"version": "0.22.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.22.6/tree-sitter-windows-x64.gz",
"hash": "75bb644474a817849ba4cac071a6a051d40696a34c2c44df7e4c8749547d3992"
},
"32bit": {
"url": "https://github.com/tree-sitter/tree-sitter/releases/download/v0.22.6/tree-sitter-windows-x86.gz",
"hash": "9b7b219ea0aeb2d07ea068567b16871eeaeb012b417d9c1a07895f5720da9c75"
}
},
"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"
}
}
}
}