ScoopInstaller_Main/bucket/diffsitter.json
2023-05-10 04:27:51 +00:00

22 lines
758 B
JSON

{
"version": "0.8.0",
"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.8.0/diffsitter-x86_64-pc-windows-msvc.zip",
"hash": "a17e0b843052e2fd6fe81982f28de0dd6f84d06b2cb08f2a0045bb8a9b8ada86"
}
},
"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"
}
}
}
}