ScoopInstaller_Main/bucket/tree-sitter.json
2024-08-26 16:30:01 +00:00

31 lines
1.2 KiB
JSON

{
"version": "0.23.0",
"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.0/tree-sitter-windows-x64.gz",
"hash": "2ccd83bea6d5a3f67fb3e2e6572a2032a1194b567d76be03c44619d3ca6d3ef0"
},
"32bit": {
"url": "https://github.com/tree-sitter/tree-sitter/releases/download/v0.23.0/tree-sitter-windows-x86.gz",
"hash": "2c415daef67511f1fd09f70fd6c9937e24d85db60f2de07fb22c674b71af1633"
}
},
"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"
}
}
}
}