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