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.60.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.60.0/difft-x86_64-pc-windows-msvc.zip",
|
|
"hash": "a31068e3d1719dce1a1abc16191bc2df4a515926cd27c93b8a13393e7cb3acb4"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|