ScoopInstaller_Main/bucket/diffsitter.json
2022-04-18 00:32:43 +00:00

22 lines
758 B
JSON

{
"version": "0.7.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.7.0/diffsitter-x86_64-pc-windows-msvc.zip",
"hash": "4b1f943f5b24f9faee7207d120e703d0153312e8451eeb4a99060dffda5b5ea1"
}
},
"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"
}
}
}
}