From a380a7f70f5184d03eecb8ab6f0b77c488fe0e25 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20=C4=8C=C3=A1bera?= Date: Thu, 29 Oct 2020 09:02:45 +0100 Subject: [PATCH] bit: Update to version 0.8.2 --- bucket/bit.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/bit.json b/bucket/bit.json index 93163fdfdb..a5edb28ff8 100644 --- a/bucket/bit.json +++ b/bucket/bit.json @@ -1,16 +1,16 @@ { - "version": "0.8.1", + "version": "0.8.2", "description": "Modernized git CLI", "homepage": "https://github.com/chriswalz/bit", "license": "Apache-2.0", "architecture": { "64bit": { - "url": "https://github.com/chriswalz/bit/releases/download/v0.8.1/bit_0.8.1_Windows_amd64.tar.gz", - "hash": "6088c589ca4b0e6dd8d7da597ddd5e1c57eac7e3d53eb9cf9130ed4452170734" + "url": "https://github.com/chriswalz/bit/releases/download/v0.8.2/bit_0.8.2_Windows_amd64.tar.gz", + "hash": "164366c495619f68e8ed00db719236f85322270ca16c06dbd6dec45cf76049a6" }, "32bit": { - "url": "https://github.com/chriswalz/bit/releases/download/v0.8.1/bit_0.8.1_Windows_386.tar.gz", - "hash": "32c0838a289d44cf62009e69e972119056c1679dbf2dcd88f075acfcf9f88897" + "url": "https://github.com/chriswalz/bit/releases/download/v0.8.2/bit_0.8.2_Windows_386.tar.gz", + "hash": "a0b0a8887c76ae26135b38b255483a269492cf3aa3a8f6d3a6f9b505a2853e36" } }, "bin": "bit.exe",