2024-02-11 20:23:49 +00:00

36 lines
1.1 KiB
JSON

{
"version": "0.20.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.20.0.zip",
"hash": "7b0b292ac6e4e7c8b1f764fc9653c844cf82cf6b9526d9c775a26c6c8a771af6"
},
"32bit": {
"url": "https://dl.elv.sh/windows-386/elvish-v0.20.0.zip",
"hash": "a7797ab10553fcb8a05c2dc32c888cebb84b15f29121e198ca5815ead25b6ca8"
}
},
"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"
}
}
}