ScoopInstaller_Main/bucket/difftastic.json
2024-03-06 08:27:37 +00:00

24 lines
759 B
JSON

{
"version": "0.56.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.56.1/difft-x86_64-pc-windows-msvc.zip",
"hash": "ee42892b303d414a922b7b3ab606ca1e140bc8532caf40685b9979121f268ff2"
}
},
"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"
}
}
}
}