ScoopInstaller_Main/bucket/tree-sitter.json
2025-01-12 20:27:56 +00:00

31 lines
1.2 KiB
JSON

{
"version": "0.24.7",
"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.24.7/tree-sitter-windows-x64.gz",
"hash": "fead34f8d8938489dc8356928dd652e40742d81fa697deacee76f7fce69b69ad"
},
"32bit": {
"url": "https://github.com/tree-sitter/tree-sitter/releases/download/v0.24.7/tree-sitter-windows-x86.gz",
"hash": "abb0d0502081f323da93845ffa847ccfa30e70b4ac21822ee1250d0ba0e83be8"
}
},
"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"
}
}
}
}