mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-03 07:11:21 +00:00
24 lines
759 B
JSON
24 lines
759 B
JSON
{
|
|
"version": "0.31.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.31.0/difft-x86_64-pc-windows-msvc.zip",
|
|
"hash": "cddb48d4a43f37e931a86fbd14432f827cdd29e9abeb845a52f42754095d40da"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|