2024-08-14 16:30:04 +00:00

36 lines
1.1 KiB
JSON

{
"version": "0.21.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.21.0.zip",
"hash": "9361f9b7e0ebce444f4e9e59e87f67f83aa4468a6ca3457c951a52b6530894aa"
},
"32bit": {
"url": "https://dl.elv.sh/windows-386/elvish-v0.21.0.zip",
"hash": "2fe227dbed39b67101997c5d01ab54156cc7814a5a4036c1a026f358ecee8917"
}
},
"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"
}
}
}