From 2e88457d271814e7a3797a4873cf8bb58dfd50a2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20=C4=8C=C3=A1bera?= Date: Tue, 27 Oct 2020 08:31:33 +0100 Subject: [PATCH] just: Update to version 0.8.2 --- bucket/just.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/just.json b/bucket/just.json index 4bb677f986..7537020f92 100644 --- a/bucket/just.json +++ b/bucket/just.json @@ -1,12 +1,12 @@ { - "version": "0.8.1", + "version": "0.8.2", "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.1/just-v0.8.1-x86_64-pc-windows-msvc.zip", - "hash": "22e2d14edbf76dda21358c61392a7cc4041b20d60847f1d89fb4b5edb665d2ef" + "url": "https://github.com/casey/just/releases/download/v0.8.2/just-v0.8.2-x86_64-pc-windows-msvc.zip", + "hash": "a13048c7e790e1f815a9474c76c6adfc6f71703d60a0542148b9fbb273224496" } }, "bin": "just.exe",