ScoopInstaller_Main/bucket/difftastic.json
2023-08-16 08:25:52 +00:00

24 lines
759 B
JSON

{
"version": "0.50.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.50.0/difft-x86_64-pc-windows-msvc.zip",
"hash": "71062f28db45d9f7433f6ed131862d19a1045dd10bfa2c70790e70ab171a923d"
}
},
"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"
}
}
}
}