ScoopInstaller_Main/bucket/difftastic.json
2023-02-05 00:34:03 +00:00

24 lines
759 B
JSON

{
"version": "0.43.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.43.1/difft-x86_64-pc-windows-msvc.zip",
"hash": "ffc9cf544cff273d56e68d8c2a7760c646e659bfb5096c99a1265a226f602dec"
}
},
"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"
}
}
}
}