From 521737d82c13f4097f131e6331df4d51260ea286 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20=C4=8C=C3=A1bera?= Date: Sun, 4 Oct 2020 14:15:28 +0200 Subject: [PATCH] bat: Update to version 0.16.0 --- bucket/bat.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bucket/bat.json b/bucket/bat.json index 46c8566966..fad3f1afa1 100644 --- a/bucket/bat.json +++ b/bucket/bat.json @@ -1,15 +1,15 @@ { - "homepage": "https://github.com/sharkdp/bat", + "version": "0.16.0", "description": "A cat(1) clone with syntax highlighting and Git integration", + "homepage": "https://github.com/sharkdp/bat", "license": "Apache-2.0", - "version": "0.15.4", "suggest": { "less": "less" }, "architecture": { "64bit": { - "url": "https://github.com/sharkdp/bat/releases/download/v0.15.4/bat-v0.15.4-x86_64-pc-windows-msvc.zip", - "hash": "382555bdadcf658a77174ff40e315b8f61e710a260c1e7bca8a61fb4a073e290" + "url": "https://github.com/sharkdp/bat/releases/download/v0.16.0/bat-v0.16.0-x86_64-pc-windows-msvc.zip", + "hash": "fd6ddb9c07418732e3809afd720166066a9c648edaf1618c88fddca6e72e792d" } }, "bin": "bat.exe",