ScoopInstaller_Main/bucket/tree-sitter.json
2025-09-06 20:26:45 +00:00

31 lines
1.2 KiB
JSON

{
"version": "0.25.9",
"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.9/tree-sitter-windows-x64.gz",
"hash": "e4535cba121faf74844bf3295d59412eb70227df8d6584703264105151ab392b"
},
"32bit": {
"url": "https://github.com/tree-sitter/tree-sitter/releases/download/v0.25.9/tree-sitter-windows-x86.gz",
"hash": "83ca698441e799fab8a0f2c1300b587e1388729a0b43634c90d47d87b690ccac"
}
},
"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"
}
}
}
}