From 382f7920f9d401327092672e2233a9ba423934d1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20=C4=8C=C3=A1bera?= Date: Thu, 23 Apr 2020 20:50:47 +0200 Subject: [PATCH] bat: Update to version 0.14.0 --- bucket/bat.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/bat.json b/bucket/bat.json index e9ee935344..70b7c45ed7 100644 --- a/bucket/bat.json +++ b/bucket/bat.json @@ -2,14 +2,14 @@ "homepage": "https://github.com/sharkdp/bat", "description": "A cat(1) clone with syntax highlighting and Git integration", "license": "Apache-2.0", - "version": "0.13.0", + "version": "0.14.0", "suggest": { "less": "less" }, "architecture": { "64bit": { - "url": "https://github.com/sharkdp/bat/releases/download/v0.13.0/bat-v0.13.0-x86_64-pc-windows-msvc.zip", - "hash": "80cbd47c572a1f27cc1ff146566e7b4e7a57cf272bfda3155f9f2e91531ca181" + "url": "https://github.com/sharkdp/bat/releases/download/v0.14.0/bat-v0.14.0-x86_64-pc-windows-msvc.zip", + "hash": "17cac14927a0f9bc2db4b7619e61172b6e3898fb875fcef72ae236c0be74488d" } }, "bin": "bat.exe",