mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-01 22:31:19 +00:00
36 lines
1.1 KiB
JSON
36 lines
1.1 KiB
JSON
{
|
|
"version": "0.17.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.17.0.zip",
|
|
"hash": "3d24a409c46f2ad96744379210aaf64028166feb2cc87a87e5c55b5cc30830dd"
|
|
},
|
|
"32bit": {
|
|
"url": "https://dl.elv.sh/windows-386/elvish-v0.17.0.zip",
|
|
"hash": "85507b59206755283cafd76bb4bc1e88aeed733060cf87a2a1f6caf2e227f244"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|