From fb01f770abf84f76dc871f2f170888abeee62e29 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20=C4=8C=C3=A1bera?= Date: Sun, 4 Oct 2020 14:15:28 +0200 Subject: [PATCH] just: Update to version 0.8.0 --- bucket/just.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/just.json b/bucket/just.json index 299b8f9e58..a49634528d 100644 --- a/bucket/just.json +++ b/bucket/just.json @@ -1,12 +1,12 @@ { - "version": "0.7.3", + "version": "0.8.0", "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.7.3/just-v0.7.3-x86_64-pc-windows-msvc.zip", - "hash": "cf9006545e4c9dba409e416ff30c3343a429557299386b2473bb5f03518439d6" + "url": "https://github.com/casey/just/releases/download/v0.8.0/just-v0.8.0-x86_64-pc-windows-msvc.zip", + "hash": "60ce0477373bafe6d2fd8b5ed878c88180f441caa7c4ea39116a1d21146e7758" } }, "bin": "just.exe",