mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-08 16:31:20 +00:00
35 lines
1.5 KiB
JSON
35 lines
1.5 KiB
JSON
{
|
|
"version": "0.8.1",
|
|
"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.1/diffsitter-x86_64-pc-windows-msvc.zip",
|
|
"hash": "0fdbb30ed7f873773104263278f7f18321423d52948abf3a0fee86516d0761ec"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/afnanenayet/diffsitter/releases/download/v0.8.1/diffsitter-aarch64-pc-windows-msvc.zip",
|
|
"hash": "ae880ce950ebb5fb117aef1277cec280e702b50a11e4e600026df06c2d40b4da"
|
|
}
|
|
},
|
|
"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",
|
|
"hash": {
|
|
"url": "https://github.com/afnanenayet/diffsitter/releases/download/v$version/diffsitter-x86_64-pc-windows-msvc.sha256"
|
|
}
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/afnanenayet/diffsitter/releases/download/v$version/diffsitter-aarch64-pc-windows-msvc.zip",
|
|
"hash": {
|
|
"url": "https://github.com/afnanenayet/diffsitter/releases/download/v$version/diffsitter-aarch64-pc-windows-msvc.sha256"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|