mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-03 15:21:18 +00:00
36 lines
1.1 KiB
JSON
36 lines
1.1 KiB
JSON
{
|
|
"version": "0.18.0",
|
|
"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.18.0.zip",
|
|
"hash": "464c0ba88884e6975c9490d99127fdbc7ff75f038a37bcbe02975b75116a9f7d"
|
|
},
|
|
"32bit": {
|
|
"url": "https://dl.elv.sh/windows-386/elvish-v0.18.0.zip",
|
|
"hash": "04bb281444ff9e6c5b0b67e44bf394c78a532ebb339f76f3cb6f79ac34dd732d"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|