ScoopInstaller_Main/bucket/tree-sitter.json
2025-02-02 08:28:51 +00:00

31 lines
1.2 KiB
JSON

{
"version": "0.25.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.25.1/tree-sitter-windows-x64.gz",
"hash": "0cf25774758436900358c5068f25c21697bf2c0035167b5017f8d8da7737f980"
},
"32bit": {
"url": "https://github.com/tree-sitter/tree-sitter/releases/download/v0.25.1/tree-sitter-windows-x86.gz",
"hash": "915aa6592889477c68180b4b488b48591629684dccba7f6ab93b5b0f756a2733"
}
},
"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"
}
}
}
}