ScoopInstaller_Main/bucket/diffsitter.json
2022-12-20 20:25:45 +00:00

22 lines
758 B
JSON

{
"version": "0.7.3",
"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.7.3/diffsitter-x86_64-pc-windows-msvc.zip",
"hash": "7277021af50c6b18bac5b84cc5564aa97202345c7d1130d9f284c9e753211b8c"
}
},
"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"
}
}
}
}