mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-15 21:21:21 +00:00
31 lines
1.2 KiB
JSON
31 lines
1.2 KiB
JSON
{
|
|
"version": "0.24.5",
|
|
"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.5/tree-sitter-windows-x64.gz",
|
|
"hash": "1374e92f2f2ea7fa233138e5e596566747a5cca4e59bbbe7f6ceb0bf0fc1f584"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/tree-sitter/tree-sitter/releases/download/v0.24.5/tree-sitter-windows-x86.gz",
|
|
"hash": "6de0f0607c7bec88328f98cfb093f8118d0b3809501b7fdf3699edf1500bb42e"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|