mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-03 07:11:21 +00:00
22 lines
758 B
JSON
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"
|
|
}
|
|
}
|
|
}
|
|
}
|