ScoopInstaller_Main/bucket/difftastic.json
2025-06-16 00:42:29 +00:00

24 lines
759 B
JSON

{
"version": "0.64.0",
"description": "A structural diff that understands syntax",
"homepage": "https://difftastic.wilfred.me.uk",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://github.com/Wilfred/difftastic/releases/download/0.64.0/difft-x86_64-pc-windows-msvc.zip",
"hash": "1ac0113adf9ade9417ee133bed38efe3085b7ccbb32ab620bdc36c4a9b365276"
}
},
"bin": "difft.exe",
"checkver": {
"github": "https://github.com/Wilfred/difftastic"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/Wilfred/difftastic/releases/download/$version/difft-x86_64-pc-windows-msvc.zip"
}
}
}
}