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

24 lines
759 B
JSON

{
"version": "0.51.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.51.1/difft-x86_64-pc-windows-msvc.zip",
"hash": "024c2feabe97c7bef68ee71026f634811d1f6a24dc6718b8b817ee6556c0f0eb"
}
},
"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"
}
}
}
}