elvish: Fix hash (#4714)

This commit is contained in:
L. Yeung 2023-04-23 17:32:37 +08:00 committed by GitHub
parent 9ec26f27b5
commit b418d772f8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,11 +6,11 @@
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://dl.elv.sh/windows-amd64/elvish-v0.19.2.zip", "url": "https://dl.elv.sh/windows-amd64/elvish-v0.19.2.zip",
"hash": "7d13e04cb8e513e307acf889fbd2c97453764992dd7099dedac164d83750e910" "hash": "28c96840fa87e654320e1fdf364589bb9a2c64146364ca10db8ecf09c00a0541"
}, },
"32bit": { "32bit": {
"url": "https://dl.elv.sh/windows-386/elvish-v0.19.2.zip", "url": "https://dl.elv.sh/windows-386/elvish-v0.19.2.zip",
"hash": "663e60c7cf5f22b2283b5c3fd7e13c6e112538103d359a1e48dcd4503e48431e" "hash": "ab8cb1fea8e8521533a8de712d7c10423f433f210240dddcb600172d86e85639"
} }
}, },
"pre_install": "Rename-Item \"$dir\\elvish-v$version.exe\" 'elvish.exe'", "pre_install": "Rename-Item \"$dir\\elvish-v$version.exe\" 'elvish.exe'",