mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-28 11:34:25 +00:00
24 lines
759 B
JSON
24 lines
759 B
JSON
{
|
|
"version": "0.30.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.30.0/difft-x86_64-pc-windows-msvc.zip",
|
|
"hash": "b1fa14910f7c4a744e7c899c35038ca0dc24588fb030ecd758b8e7c7b757317a"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|