From 58d6806153844827ee70acda7bb3581b82bad647 Mon Sep 17 00:00:00 2001 From: meltinglava Date: Sun, 2 Sep 2018 14:54:55 +0200 Subject: [PATCH] Add bat version 0.6.1 (#2555) --- bat.json | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 bat.json diff --git a/bat.json b/bat.json new file mode 100644 index 0000000000..95fd669b5f --- /dev/null +++ b/bat.json @@ -0,0 +1,20 @@ +{ + "homepage": "https://github.com/sharkdp/bat", + "license": "MIT", + "version": "0.6.1", + "architecture": { + "64bit": { + "url": "https://github.com/sharkdp/bat/releases/download/v0.6.1/bat-v0.6.1-x86_64-pc-windows-msvc.zip", + "hash": "76910a2f0f022938353b085cf7257528561cd9dd42b5c42e5aa85e4f50e0afa6" + } + }, + "bin": "bat.exe", + "checkver": "github", + "autoupdate": { + "architecture": { + "64bit": { + "url": "https://github.com/sharkdp/bat/releases/download/v$version/bat-v$version-x86_64-pc-windows-msvc.zip" + } + } + } +}