From 9fd45ee2fb7cc82f37910ae1ffe2440cd2afcedd Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Thu, 18 Mar 2021 05:00:19 +0000 Subject: [PATCH] bit: Update to version 1.0.4 --- bucket/bit.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/bit.json b/bucket/bit.json index d7580ca0c5..787487dfc8 100644 --- a/bucket/bit.json +++ b/bucket/bit.json @@ -1,16 +1,16 @@ { - "version": "1.0.3", + "version": "1.0.4", "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.3/bit_1.0.3_Windows_amd64.tar.gz", - "hash": "de37e272e1e677d66c40d1513ecd15e7bf71998acd94982c7a5f4e6685813ba6" + "url": "https://github.com/chriswalz/bit/releases/download/v1.0.4/bit_1.0.4_Windows_amd64.tar.gz", + "hash": "f02912ed38ce51fb37c3611a57f286969dbbdf4768fbdffbe663b9b5254b21d0" }, "32bit": { - "url": "https://github.com/chriswalz/bit/releases/download/v1.0.3/bit_1.0.3_Windows_386.tar.gz", - "hash": "c85465308ccbe934ac18869afaec1d4e814d3a975a1b00cec7b37c3478bb76bc" + "url": "https://github.com/chriswalz/bit/releases/download/v1.0.4/bit_1.0.4_Windows_386.tar.gz", + "hash": "7f8692051fb69b3cd6172b43f9737cb9f2b332d99792eca99fa8059ba5643e70" } }, "bin": "bit.exe",