From af27b1ef97cfeb35c8b1964decfcf9fd3170b0ad Mon Sep 17 00:00:00 2001 From: Oleksii Filonenko Date: Mon, 8 Jun 2020 05:29:11 +0300 Subject: [PATCH] delta: Add version 0.1.1 (#1123) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * delta: Add version 0.1.1 * delta: Apply suggestions from code review Co-authored-by: Jakub Čábera Co-authored-by: Jakub Čábera --- bucket/delta.json | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 bucket/delta.json diff --git a/bucket/delta.json b/bucket/delta.json new file mode 100644 index 0000000000..1db207de77 --- /dev/null +++ b/bucket/delta.json @@ -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" + } + } + } +}