ScoopInstaller_Main/bucket/difftastic.json
2024-04-02 09:07:53 +00:00

24 lines
759 B
JSON

{
"version": "0.57.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.57.0/difft-x86_64-pc-windows-msvc.zip",
"hash": "577059849aee32fe384388ce74c404c6e90036a6a4dd452160dcfe583c7f5497"
}
},
"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"
}
}
}
}