From d6ae73cf3136c4b1ae255b8a96e3c67b42784ed4 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 14 Aug 2024 16:30:04 +0000 Subject: [PATCH] elvish: Update to version 0.21.0 --- bucket/elvish.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/elvish.json b/bucket/elvish.json index 2fc9498a4a..4b86ddd6df 100644 --- a/bucket/elvish.json +++ b/bucket/elvish.json @@ -1,16 +1,16 @@ { - "version": "0.20.1", + "version": "0.21.0", "description": "An interactive shell and an expressive programming language", "homepage": "https://elv.sh", "license": "BSD-2-Clause", "architecture": { "64bit": { - "url": "https://dl.elv.sh/windows-amd64/elvish-v0.20.1.zip", - "hash": "eda9d20cb16f0195860ce14fe827610722d507b1864703855cc0db3b5e39426d" + "url": "https://dl.elv.sh/windows-amd64/elvish-v0.21.0.zip", + "hash": "9361f9b7e0ebce444f4e9e59e87f67f83aa4468a6ca3457c951a52b6530894aa" }, "32bit": { - "url": "https://dl.elv.sh/windows-386/elvish-v0.20.1.zip", - "hash": "dfd3c59fe4cee7d24e4a30e1a4f26d49f17d7a8c0883eb7c56d28cb05f369b87" + "url": "https://dl.elv.sh/windows-386/elvish-v0.21.0.zip", + "hash": "2fe227dbed39b67101997c5d01ab54156cc7814a5a4036c1a026f358ecee8917" } }, "pre_install": "Rename-Item \"$dir\\elvish-v$version.exe\" 'elvish.exe'",