ScoopInstaller_Main/bucket/diffsitter.json
2021-11-29 15:48:20 +05:30

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"
}
}
}
}