ScoopInstaller_Main/bucket/difftastic.json
2024-07-21 08:27:31 +00:00

24 lines
759 B
JSON

{
"version": "0.59.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.59.0/difft-x86_64-pc-windows-msvc.zip",
"hash": "c0851b95cba930c3df44669592006c47d9cfe4a7e47b39988b0307d55e71c948"
}
},
"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"
}
}
}
}