mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-05 08:11:20 +00:00
diff-so-fancy: Add version 1.4.3 (#3498)
* diff-so-fancy: Add version 1.4.3 * Fix url and add description/suggest/checkver/autoupdate * Fix execution * Apply suggestions from code review Co-authored-by: Rashil Gandhi <46838874+rashil2000@users.noreply.github.com> Co-authored-by: Rashil Gandhi <46838874+rashil2000@users.noreply.github.com>
This commit is contained in:
parent
54d8f2531e
commit
2589fcb8d2
17
bucket/diff-so-fancy.json
Normal file
17
bucket/diff-so-fancy.json
Normal file
@ -0,0 +1,17 @@
|
|||||||
|
{
|
||||||
|
"version": "1.4.3",
|
||||||
|
"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.3/diff-so-fancy",
|
||||||
|
"hash": "de90659705436cf17d9a8aaad7012c9ed82d7f16eadf1ecee3d6badb0717b73f",
|
||||||
|
"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"
|
||||||
|
}
|
||||||
|
}
|
||||||
Loading…
x
Reference in New Issue
Block a user