mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-02 06:41:19 +00:00
35 lines
1.5 KiB
JSON
35 lines
1.5 KiB
JSON
{
|
|
"version": "0.8.4",
|
|
"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.4/diffsitter-x86_64-pc-windows-msvc.zip",
|
|
"hash": "605f42021b620468d8a6b11cb5284c8db55c9dff49a258cc7887b14a6f920332"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/afnanenayet/diffsitter/releases/download/v0.8.4/diffsitter-aarch64-pc-windows-msvc.zip",
|
|
"hash": "6530c760a17dfba900393a6fa602ff83a36fe33016014801b4e3a4fef78f4079"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|