From ffce482c5a0cc0ed0d604aa184b2ea5bf1051434 Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Tue, 30 Mar 2021 15:00:23 +0000 Subject: [PATCH] bit: Update to version 1.0.6 --- bucket/bit.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/bit.json b/bucket/bit.json index 9a19a00d82..899835d869 100644 --- a/bucket/bit.json +++ b/bucket/bit.json @@ -1,16 +1,16 @@ { - "version": "1.0.5", + "version": "1.0.6", "description": "Modernized git CLI", "homepage": "https://github.com/chriswalz/bit", "license": "Apache-2.0", "architecture": { "64bit": { - "url": "https://github.com/chriswalz/bit/releases/download/v1.0.5/bit_1.0.5_Windows_amd64.tar.gz", - "hash": "ef557931d371f62bf83393ec10e1fa65b59d21db76ba4f2def8865fe7cb9dd16" + "url": "https://github.com/chriswalz/bit/releases/download/v1.0.6/bit_1.0.6_Windows_amd64.tar.gz", + "hash": "e6b78d9b1da775baaa8b7c5f61270bd70f630861d738dcc4fc90fac4e1b7092e" }, "32bit": { - "url": "https://github.com/chriswalz/bit/releases/download/v1.0.5/bit_1.0.5_Windows_386.tar.gz", - "hash": "4afc273938d3f65e3d8baa3ff087e91b8874cbe2a89ec22deb8fe15927610e72" + "url": "https://github.com/chriswalz/bit/releases/download/v1.0.6/bit_1.0.6_Windows_386.tar.gz", + "hash": "c2468c680d33e7f3a969c7f8c3858260ce509411bffce2bbe5d776e2f691e5a7" } }, "bin": "bit.exe",