From 3de3f16225bbade197667cc1b5a3e727795b3255 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20=C4=8C=C3=A1bera?= Date: Sun, 2 May 2021 16:49:10 +0200 Subject: [PATCH] just: Update to version 0.9.2 --- bucket/just.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/just.json b/bucket/just.json index 5f006f6e55..ae7b195a78 100644 --- a/bucket/just.json +++ b/bucket/just.json @@ -1,12 +1,12 @@ { - "version": "0.9.1", + "version": "0.9.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.9.1/just-v0.9.1-x86_64-pc-windows-msvc.zip", - "hash": "dddd4c4aa71fc1e8d25ff6ced8a4cdf404d55a99f7ee9b295570021158d7e2e5" + "url": "https://github.com/casey/just/releases/download/v0.9.2/just-v0.9.2-x86_64-pc-windows-msvc.zip", + "hash": "1951649be48e26b2cee1559c7e7fe2d24e2d14eefcefe4f6e5f0f9d51ed53601" } }, "bin": "just.exe",