ScoopInstaller_Main/bucket/difftastic.json
2022-11-14 12:32:28 +00:00

24 lines
759 B
JSON

{
"version": "0.38.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.38.0/difft-x86_64-pc-windows-msvc.zip",
"hash": "689e9b1303837913d6b208cd8283c780ee5954490cd006496dee9f3c4bbced04"
}
},
"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"
}
}
}
}