From 1a2f5f328a82dca95479717960709f46c2f5aa34 Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Wed, 17 Oct 2018 23:00:41 +0000 Subject: [PATCH] bat: Update to version 0.8.0 --- bat.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bat.json b/bat.json index 39707ff47b..9fda5ff323 100644 --- a/bat.json +++ b/bat.json @@ -2,11 +2,11 @@ "homepage": "https://github.com/sharkdp/bat", "description": "A cat(1) clone with syntax highlighting and Git integration", "license": "MIT", - "version": "0.7.1", + "version": "0.8.0", "architecture": { "64bit": { - "url": "https://github.com/sharkdp/bat/releases/download/v0.7.1/bat-v0.7.1-x86_64-pc-windows-msvc.zip", - "hash": "d36ad941d7ccaf1ce9b4b61924e876cb24303ec045b81a86a878c5878a7e7cc1" + "url": "https://github.com/sharkdp/bat/releases/download/v0.8.0/bat-v0.8.0-x86_64-pc-windows-msvc.zip", + "hash": "fd5090fe3396695d0bd614e349de71b89df4fa22d59dc7bdd4878deb57496b56" } }, "bin": "bat.exe",