2024-02-08 08:24:58 +00:00

31 lines
907 B
JSON

{
"version": "0.18.1",
"description": "A modern, maintained replacement for ls, built on exa.",
"homepage": "https://github.com/eza-community/eza",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://github.com/eza-community/eza/releases/download/v0.18.1/eza.exe_x86_64-pc-windows-gnu.zip",
"hash": "7f25cd2962ee7cb5f97f4b330cd68fce51bd64ab480dc951336587f289566714"
}
},
"bin": [
"eza.exe",
[
"eza.exe",
"exa"
]
],
"checkver": "github",
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/eza-community/eza/releases/download/v$version/eza.exe_x86_64-pc-windows-gnu.zip"
}
},
"hash": {
"url": "https://github.com/eza-community/eza/releases/tag/v$version"
}
}
}