2022-12-07 13:48:17 +00:00

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": "2bee59b48cd19c3aa392916fd81aea72ac0aba1083ba7d1c1ebb7f9fa22fc846"
},
"32bit": {
"url": "https://dl.elv.sh/windows-386/elvish-v0.18.0.zip",
"hash": "f3dff3e7f1384a7e4e6fd0024fc7df5c804eb8e4ce3a23b852271e4ef529f9d3"
}
},
"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"
}
}
}