From 77009bdd4efec0080a4126fafaa13444d0346e4d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 20 Oct 2022 08:30:53 +0000 Subject: [PATCH] just: Update to version 1.6.0 --- bucket/just.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/just.json b/bucket/just.json index 39ab961fa8..2c44efc3ee 100644 --- a/bucket/just.json +++ b/bucket/just.json @@ -1,12 +1,12 @@ { - "version": "1.5.0", + "version": "1.6.0", "description": "A command runner written in rust", "homepage": "https://just.systems", "license": "CC0-1.0", "architecture": { "64bit": { - "url": "https://github.com/casey/just/releases/download/1.5.0/just-1.5.0-x86_64-pc-windows-msvc.zip", - "hash": "106c124c884569869b1a5ccd695de26fb98d0a0967645af1075fedca59d938d2" + "url": "https://github.com/casey/just/releases/download/1.6.0/just-1.6.0-x86_64-pc-windows-msvc.zip", + "hash": "dd49b2fa34ce008a47f2179c392e6c113e4e2ff196cb5d119a97979f3272b862" } }, "bin": "just.exe",