mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-01-17 09:05:12 +00:00
31 lines
1.2 KiB
JSON
31 lines
1.2 KiB
JSON
{
|
|
"version": "0.24.0",
|
|
"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.0/tree-sitter-windows-x64.gz",
|
|
"hash": "4db23de880094817f5546854b1397db9dc9582cb31807b740cee4b193c6e9d17"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/tree-sitter/tree-sitter/releases/download/v0.24.0/tree-sitter-windows-x86.gz",
|
|
"hash": "21e7e09ecf60053c896733bbabc63933a462c888a2ddb392047a0850582fbd93"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|