mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-18 05:11:19 +00:00
elvish: Add version 0.16.3 (#2782)
* elvish: Add version 0.16.3 * Apply suggestions from code review Co-authored-by: Issac Lin <issaclin32@gmail.com> Co-authored-by: Issac Lin <issaclin32@gmail.com>
This commit is contained in:
parent
40b650680a
commit
6a749b1bf1
34
bucket/elvish.json
Normal file
34
bucket/elvish.json
Normal file
@ -0,0 +1,34 @@
|
||||
{
|
||||
"homepage": "https://elv.sh/",
|
||||
"description": "An interactive shell and an expressive programming language.",
|
||||
"license": "BSD-2-Clause",
|
||||
"version": "0.16.3",
|
||||
"architecture": {
|
||||
"64bit": {
|
||||
"url": "https://dl.elv.sh/windows-amd64/elvish-v0.16.3.zip",
|
||||
"hash": "547afa9ffc9c93240fa4f90eb64c20fbc77c970adcc6ce30301ec8409fe6b81b"
|
||||
},
|
||||
"32bit": {
|
||||
"url": "https://dl.elv.sh/windows-386/elvish-v0.16.3.zip",
|
||||
"hash": "ff788c204f57df56341ef5cbdfa6687f48257c664a3c3f0a47dc55bcb28504f8"
|
||||
}
|
||||
},
|
||||
"installer": {
|
||||
"script": "Rename-Item \"$dir\\elvish-v$version.exe\" \"$dir\\elvish.exe\""
|
||||
},
|
||||
"bin": "elvish.exe",
|
||||
"checkver": {
|
||||
"url": "https://elv.sh/get/",
|
||||
"regex": "([\\d.]+) \\(<a href=\"../blog/[\\d.]+-release-notes.html\">Release Note</a>\\)"
|
||||
},
|
||||
"autoupdate": {
|
||||
"architecture": {
|
||||
"64bit": {
|
||||
"url": "https://dl.elv.sh/windows-amd64/elvish-v$version.zip"
|
||||
},
|
||||
"32bit": {
|
||||
"url": "https://dl.elv.sh/windows-386/elvish-v$version.zip"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user