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:
Martin Delille 2022-04-19 18:40:49 +02:00 committed by GitHub
parent 54d8f2531e
commit 2589fcb8d2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

17
bucket/diff-so-fancy.json Normal file
View 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"
}
}