mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-25 10:01:18 +00:00
22 lines
758 B
JSON
22 lines
758 B
JSON
{
|
|
"version": "0.6.7",
|
|
"description": "A tree-sitter based AST difftool to get meaningful semantic diffs",
|
|
"homepage": "https://github.com/afnanenayet/diffsitter",
|
|
"license": "MIT",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/afnanenayet/diffsitter/releases/download/v0.6.7/diffsitter-x86_64-pc-windows-msvc.zip",
|
|
"hash": "dd47a751a9c9c73f47d056717f548071c32906b0f43ddcf927edd5848ccb162e"
|
|
}
|
|
},
|
|
"bin": "diffsitter.exe",
|
|
"checkver": "github",
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/afnanenayet/diffsitter/releases/download/v$version/diffsitter-x86_64-pc-windows-msvc.zip"
|
|
}
|
|
}
|
|
}
|
|
}
|