mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-01-07 20:25:14 +00:00
31 lines
1.2 KiB
JSON
31 lines
1.2 KiB
JSON
{
|
|
"version": "0.26.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.26.1/tree-sitter-windows-x64.gz",
|
|
"hash": "cc5fa09360ed2e5a2f0d47623edd1456baa2c2e9c8160955a965ba5633e84d8d"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/tree-sitter/tree-sitter/releases/download/v0.26.1/tree-sitter-windows-x86.gz",
|
|
"hash": "65db4868a446d08bc672a4f5b0518408cfe72d00ee09b97f963a21de8d6669d0"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|