ScoopInstaller_Main/bucket/difftastic.json
2023-02-03 08:28:52 +00:00

24 lines
759 B
JSON

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