mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-13 20:21:18 +00:00
36 lines
1.1 KiB
JSON
36 lines
1.1 KiB
JSON
{
|
|
"version": "0.20.1",
|
|
"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.20.1.zip",
|
|
"hash": "eda9d20cb16f0195860ce14fe827610722d507b1864703855cc0db3b5e39426d"
|
|
},
|
|
"32bit": {
|
|
"url": "https://dl.elv.sh/windows-386/elvish-v0.20.1.zip",
|
|
"hash": "dfd3c59fe4cee7d24e4a30e1a4f26d49f17d7a8c0883eb7c56d28cb05f369b87"
|
|
}
|
|
},
|
|
"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://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"
|
|
}
|
|
}
|
|
}
|