ScoopInstaller_Main/bucket/diffsitter.json
2022-05-13 04:39:48 +00:00

22 lines
758 B
JSON

{
"version": "0.7.1",
"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.1/diffsitter-x86_64-pc-windows-msvc.zip",
"hash": "cadd940a296369999a12f7904b66d6755fff8335f558fbeb4447d37ff9d49e04"
}
},
"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"
}
}
}
}