mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-02 14:51:18 +00:00
36 lines
1.1 KiB
JSON
36 lines
1.1 KiB
JSON
{
|
|
"version": "0.16.3",
|
|
"description": "An interactive shell and an expressive programming language",
|
|
"homepage": "https://elv.sh",
|
|
"license": "BSD-2-Clause",
|
|
"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"
|
|
}
|
|
},
|
|
"pre_install": "Rename-Item \"$dir\\elvish-v$version.exe\" 'elvish.exe'",
|
|
"bin": "elvish.exe",
|
|
"checkver": {
|
|
"url": "https://elv.sh/get/",
|
|
"regex": "\\s+([\\d.]+) \\(<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"
|
|
}
|
|
},
|
|
"hash": {
|
|
"url": "$url.sha256sum"
|
|
}
|
|
}
|
|
}
|