From 8f259762bb455a4223ed4a4d528cd05a1aa3caba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20=C4=8C=C3=A1bera?= Date: Tue, 9 Feb 2021 13:30:01 +0100 Subject: [PATCH] just: Update to version 0.8.4 --- bucket/just.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/just.json b/bucket/just.json index 2597e5a559..7902ae6880 100644 --- a/bucket/just.json +++ b/bucket/just.json @@ -1,12 +1,12 @@ { - "version": "0.8.3", + "version": "0.8.4", "description": "A command runner written in rust", "homepage": "https://github.com/casey/just", "license": "CC0-1.0", "architecture": { "64bit": { - "url": "https://github.com/casey/just/releases/download/v0.8.3/just-v0.8.3-x86_64-pc-windows-msvc.zip", - "hash": "b8a6eb4cf94ab8f118d454ba2c2fcd5877fd21050ca449379fe397417f21cc3b" + "url": "https://github.com/casey/just/releases/download/v0.8.4/just-v0.8.4-x86_64-pc-windows-msvc.zip", + "hash": "e1a9b67bc06cb72db13c8facdf7c0c113938b29cd26e7015bfcd6818ee43f848" } }, "bin": "just.exe",