Skip to content

Commit

Permalink
Elvish: Update to version 0.21.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Shadow-XT committed Aug 15, 2024
1 parent 6163ddd commit 08d7964
Showing 1 changed file with 7 additions and 9 deletions.
16 changes: 7 additions & 9 deletions bucket/Elvish.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,11 @@
"hash": "2fe227dbed39b67101997c5d01ab54156cc7814a5a4036c1a026f358ecee8917"
}
},
"pre_install": "Rename-Item \"$dir\\elvish-v$version.exe\" 'elvish.exe'",
"pre_install": [
"if (!(Test-Path \"$dir\\elvish.exe\")) {",
" Rename-Item \"$dir\\elvish-v$version.exe\" 'elvish.exe'",
"}"
],
"bin": "elvish.exe",
"checkver": {
"url": "https://elv.sh/get/",
Expand All @@ -22,16 +26,10 @@
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://mirrors.tuna.tsinghua.edu.cn/elvish/windows-amd64/elvish-v$version.zip",
"hash": {
"url": "https://mirrors.tuna.tsinghua.edu.cn/elvish/windows-amd64/elvish-v$version.zip.sha256sum"
}
"url": "https://mirrors.tuna.tsinghua.edu.cn/elvish/windows-amd64/elvish-v$version.zip"
},
"32bit": {
"url": "https://mirrors.tuna.tsinghua.edu.cn/elvish/windows-386/elvish-v$version.zip",
"hash": {
"url": "https://mirrors.tuna.tsinghua.edu.cn/elvish/windows-386/elvish-v$version.zip.sha256sum"
}
"url": "https://mirrors.tuna.tsinghua.edu.cn/elvish/windows-386/elvish-v$version.zip"
}
},
"hash": {
Expand Down

0 comments on commit 08d7964

Please sign in to comment.