ScoopInstaller_Main/bucket/diff-so-fancy.json
2023-06-09 20:24:25 +00:00

18 lines
756 B
JSON

{
"version": "1.4.4",
"description": "Make diffs human readable instead of machine readable to improve code quality and spot defects faster.",
"homepage": "https://github.com/so-fancy/diff-so-fancy",
"license": "MIT",
"suggest": {
"Perl": "perl"
},
"url": "https://github.com/so-fancy/diff-so-fancy/releases/download/v1.4.4/diff-so-fancy",
"hash": "14ded2376a20ce089952c64a2894afeb70ff0b77e5d7b661eb1c973820208e59",
"pre_install": "Set-Content -Value '@perl.exe \"%~dp0diff-so-fancy\" %*' -Path \"$dir\\diff-so-fancy.bat\"",
"bin": "diff-so-fancy.bat",
"checkver": "github",
"autoupdate": {
"url": "https://github.com/so-fancy/diff-so-fancy/releases/download/v$version/diff-so-fancy"
}
}