ScoopInstaller_Main/bucket/tree-sitter.json
2024-10-06 04:29:55 +00:00

31 lines
1.2 KiB
JSON

{
"version": "0.24.2",
"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.2/tree-sitter-windows-x64.gz",
"hash": "9ac4cab6e080a0b8efc0cdf78f21e686f512534918bedc2faede7fa29b34abf8"
},
"32bit": {
"url": "https://github.com/tree-sitter/tree-sitter/releases/download/v0.24.2/tree-sitter-windows-x86.gz",
"hash": "b5d5603942802972556c9f00edbbcfa9879bf98ce5d021089070ce2ca43021ab"
}
},
"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"
}
}
}
}