Skip to content

Commit

Permalink
add Elvish
Browse files Browse the repository at this point in the history
  • Loading branch information
Shadow-XT committed Aug 15, 2024
1 parent 80eebde commit 6163ddd
Showing 1 changed file with 41 additions and 0 deletions.
41 changes: 41 additions & 0 deletions bucket/Elvish.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
{
"version": "0.21.0",
"description": "Powerful scripting language & versatile interactive shell",
"homepage": "https://elv.sh",
"license": "BSD-2-Clause",
"architecture": {
"64bit": {
"url": "https://mirrors.tuna.tsinghua.edu.cn/elvish/windows-amd64/elvish-v0.21.0.zip",
"hash": "9361f9b7e0ebce444f4e9e59e87f67f83aa4468a6ca3457c951a52b6530894aa"
},
"32bit": {
"url": "https://mirrors.tuna.tsinghua.edu.cn/elvish/windows-386/elvish-v0.21.0.zip",
"hash": "2fe227dbed39b67101997c5d01ab54156cc7814a5a4036c1a026f358ecee8917"
}
},
"pre_install": "Rename-Item \"$dir\\elvish-v$version.exe\" 'elvish.exe'",
"bin": "elvish.exe",
"checkver": {
"url": "https://elv.sh/get/",
"regex": "\"v([\\d.]+)\""
},
"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"
}
},
"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"
}
}
},
"hash": {
"url": "$url.sha256sum"
}
}
}

0 comments on commit 6163ddd

Please sign in to comment.