mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-03 07:11:21 +00:00
31 lines
1.2 KiB
JSON
31 lines
1.2 KiB
JSON
{
|
|
"version": "0.24.3",
|
|
"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.3/tree-sitter-windows-x64.gz",
|
|
"hash": "f58a7d59a5499eeaf76288c633ebbc56b5cd2839cfed9c8c2d55005a47709d3b"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/tree-sitter/tree-sitter/releases/download/v0.24.3/tree-sitter-windows-x86.gz",
|
|
"hash": "9dbd203fae22e027783a2b71f10f11bbddf882e1bfe85033fe5b3ee2f070d26c"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|