From e5b9d886fd9c57e3a9f0c9a8fec26f6b8acf004f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 20 Mar 2022 20:26:14 +0000 Subject: [PATCH] elvish: Update to version 0.18.0 --- bucket/elvish.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/elvish.json b/bucket/elvish.json index 22d1ac6508..cb0feb6ce4 100644 --- a/bucket/elvish.json +++ b/bucket/elvish.json @@ -1,16 +1,16 @@ { - "version": "0.17.0", + "version": "0.18.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.17.0.zip", - "hash": "3d24a409c46f2ad96744379210aaf64028166feb2cc87a87e5c55b5cc30830dd" + "url": "https://dl.elv.sh/windows-amd64/elvish-v0.18.0.zip", + "hash": "464c0ba88884e6975c9490d99127fdbc7ff75f038a37bcbe02975b75116a9f7d" }, "32bit": { - "url": "https://dl.elv.sh/windows-386/elvish-v0.17.0.zip", - "hash": "85507b59206755283cafd76bb4bc1e88aeed733060cf87a2a1f6caf2e227f244" + "url": "https://dl.elv.sh/windows-386/elvish-v0.18.0.zip", + "hash": "04bb281444ff9e6c5b0b67e44bf394c78a532ebb339f76f3cb6f79ac34dd732d" } }, "pre_install": "Rename-Item \"$dir\\elvish-v$version.exe\" 'elvish.exe'",