From 6a8f1b9385a5d1fb028ddeea16ffdf8a46ef9978 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20=C4=8C=C3=A1bera?= Date: Mon, 24 Aug 2020 08:58:13 +0200 Subject: [PATCH] just: Update to version 0.7.2 --- bucket/just.json | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) diff --git a/bucket/just.json b/bucket/just.json index de7bfabf1e..2c507b51b6 100644 --- a/bucket/just.json +++ b/bucket/just.json @@ -1,13 +1,21 @@ { - "version": "0.7.1", + "version": "0.7.2", "description": "A command runner written in rust", "homepage": "https://github.com/casey/just", "license": "CC0-1.0", - "url": "https://github.com/casey/just/releases/download/v0.7.1/just-v0.7.1-x86_64-pc-windows-msvc.zip", - "hash": "8d14855b13e9b6148022cb7da57ab79002cf5a249199bf5b53c8a0397dc6a612", + "architecture": { + "64bit": { + "url": "https://github.com/casey/just/releases/download/v0.7.2/just-v0.7.2-x86_64-pc-windows-msvc.zip", + "hash": "b58cfaf541fc63096f79a37d5bbf1647881a107722b0f1c1c3e92abe1f16345c" + } + }, "bin": "just.exe", "checkver": "github", "autoupdate": { - "url": "https://github.com/casey/just/releases/download/v$version/just-v$version-x86_64-pc-windows-msvc.zip" + "architecture": { + "64bit": { + "url": "https://github.com/casey/just/releases/download/v$version/just-v$version-x86_64-pc-windows-msvc.zip" + } + } } }