From b574a5e5792d16e8ed4db535a28429c380fc509e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20=C4=8C=C3=A1bera?= Date: Tue, 26 May 2020 11:21:11 +0200 Subject: [PATCH] bat: Update to version 0.15.3 --- bucket/bat.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/bat.json b/bucket/bat.json index 3fd2bce720..814fbaa906 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.15.2", + "version": "0.15.3", "suggest": { "less": "less" }, "architecture": { "64bit": { - "url": "https://github.com/sharkdp/bat/releases/download/v0.15.2/bat-v0.15.2-x86_64-pc-windows-msvc.zip", - "hash": "3cd1140b4e54646844e6002a617630d43b4286d1b4dc7b1054f261152ebb8287" + "url": "https://github.com/sharkdp/bat/releases/download/v0.15.3/bat-v0.15.3-x86_64-pc-windows-msvc.zip", + "hash": "1f6f15e85499703228fb3f2a6b3a8c96300707d1eec6f9cd2c55437264b75fa3" } }, "bin": "bat.exe",