ScoopInstaller_Main/bucket/diffsitter.json
2021-12-07 08:28:43 +00:00

22 lines
758 B
JSON

{
"version": "0.6.8",
"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.8/diffsitter-x86_64-pc-windows-msvc.zip",
"hash": "eab7cfc8ceb105725f8a41335375a9902678bc1b42f2c5d77f6d0ec4dfa47919"
}
},
"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"
}
}
}
}