ScoopInstaller_Main/bucket/difftastic.json
2022-06-13 16:32:18 +00:00

24 lines
759 B
JSON

{
"version": "0.29.1",
"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.29.1/difft-x86_64-pc-windows-msvc.zip",
"hash": "a78735f4741e884b0de1d29ca7ba3a2f9e5a019e141a40b313b7aa1b9952e13a"
}
},
"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"
}
}
}
}