elvish: Update to version 0.20.1

This commit is contained in:
github-actions[bot] 2024-02-14 16:26:25 +00:00
parent 7a9268bb44
commit 74ad4dcf65

View File

@ -1,16 +1,16 @@
{ {
"version": "0.20.0", "version": "0.20.1",
"description": "An interactive shell and an expressive programming language", "description": "An interactive shell and an expressive programming language",
"homepage": "https://elv.sh", "homepage": "https://elv.sh",
"license": "BSD-2-Clause", "license": "BSD-2-Clause",
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://dl.elv.sh/windows-amd64/elvish-v0.20.0.zip", "url": "https://dl.elv.sh/windows-amd64/elvish-v0.20.1.zip",
"hash": "7b0b292ac6e4e7c8b1f764fc9653c844cf82cf6b9526d9c775a26c6c8a771af6" "hash": "eda9d20cb16f0195860ce14fe827610722d507b1864703855cc0db3b5e39426d"
}, },
"32bit": { "32bit": {
"url": "https://dl.elv.sh/windows-386/elvish-v0.20.0.zip", "url": "https://dl.elv.sh/windows-386/elvish-v0.20.1.zip",
"hash": "a7797ab10553fcb8a05c2dc32c888cebb84b15f29121e198ca5815ead25b6ca8" "hash": "dfd3c59fe4cee7d24e4a30e1a4f26d49f17d7a8c0883eb7c56d28cb05f369b87"
} }
}, },
"pre_install": "Rename-Item \"$dir\\elvish-v$version.exe\" 'elvish.exe'", "pre_install": "Rename-Item \"$dir\\elvish-v$version.exe\" 'elvish.exe'",