From fadc857a2fd751c643014bf05923f8c83c6c33cf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20=C4=8C=C3=A1bera?= Date: Mon, 2 Nov 2020 08:39:35 +0100 Subject: [PATCH] bit: Update to version 0.9.9 --- bucket/bit.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/bit.json b/bucket/bit.json index 2cf75f59fb..f950b19a94 100644 --- a/bucket/bit.json +++ b/bucket/bit.json @@ -1,16 +1,16 @@ { - "version": "0.9.6", + "version": "0.9.9", "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.9.6/bit_0.9.6_Windows_amd64.tar.gz", - "hash": "f341d1f9fae87caab5e7e568775355b7f918ed1042d05443d9149cd28d22a418" + "url": "https://github.com/chriswalz/bit/releases/download/v0.9.9/bit_0.9.9_Windows_amd64.tar.gz", + "hash": "e4cb239a375b02ba0971eb71f21bb80f65fb8f5cea8180c13e361c5c8b2898e8" }, "32bit": { - "url": "https://github.com/chriswalz/bit/releases/download/v0.9.6/bit_0.9.6_Windows_386.tar.gz", - "hash": "eee796a889b0487b56e2bc6769c0fc1022af82346e71f22874221de021669ad5" + "url": "https://github.com/chriswalz/bit/releases/download/v0.9.9/bit_0.9.9_Windows_386.tar.gz", + "hash": "e0253c6fb0a96a64f176cdf56240d4f3fe9b0e7fa9dc5192cde1fcf416462fa2" } }, "bin": "bit.exe",