diffsitter: Add version 0.6.7 (#3018)

This commit is contained in:
Eugene Klimov 2021-11-29 15:18:20 +05:00 committed by GitHub
parent 3b64010e72
commit dd7103c8ed
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

21
bucket/diffsitter.json Normal file
View File

@ -0,0 +1,21 @@
{
"version": "0.6.7",
"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.7/diffsitter-x86_64-pc-windows-msvc.zip",
"hash": "dd47a751a9c9c73f47d056717f548071c32906b0f43ddcf927edd5848ccb162e"
}
},
"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"
}
}
}
}