ScoopInstaller_Main/bucket/tree-sitter.json
2024-10-01 00:38:19 +00:00

31 lines
1.2 KiB
JSON

{
"version": "0.23.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.23.1/tree-sitter-windows-x64.gz",
"hash": "7e6ec757dcd2090b3127bc861a91ba0e75de4c9047544b1d170bcfcdccb8074a"
},
"32bit": {
"url": "https://github.com/tree-sitter/tree-sitter/releases/download/v0.23.1/tree-sitter-windows-x86.gz",
"hash": "68601cc21c9f0685d69f6516a0e701b2a0165deb1fed64dadb3a7532c75c1d1c"
}
},
"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"
}
}
}
}