delta: Add version 0.1.1 (#1123)

* delta: Add version 0.1.1

* delta: Apply suggestions from code review

Co-authored-by: Jakub Čábera <cabera.jakub@gmail.com>

Co-authored-by: Jakub Čábera <cabera.jakub@gmail.com>
This commit is contained in:
Oleksii Filonenko 2020-06-08 05:29:11 +03:00 committed by GitHub
parent d2678d24cb
commit af27b1ef97
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

23
bucket/delta.json Normal file
View File

@ -0,0 +1,23 @@
{
"version": "0.1.1",
"description": "A syntax-highlighter for git and diff output",
"homepage": "https://github.com/dandavison/delta",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://github.com/dandavison/delta/releases/download/0.1.1/delta-0.1.1-x86_64-pc-windows-gnu.zip",
"hash": "6a699125eb4761fe4662007e7bdec8fe7d62f36dab07fcb8c9199339bd524d17",
"extract_dir": "delta-0.1.1-x86_64-pc-windows-gnu"
}
},
"bin": "delta.exe",
"checkver": "github",
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/dandavison/delta/releases/download/$version/delta-$version-x86_64-pc-windows-gnu.zip",
"extract_dir": "delta-$version-x86_64-pc-windows-gnu"
}
}
}
}