2023-11-16 12:30:05 +00:00

31 lines
907 B
JSON

{
"version": "0.16.0",
"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.16.0/eza.exe_x86_64-pc-windows-gnu.zip",
"hash": "8dc5fdf87908b7a24cb0fc97a996ad65714ed0a976275e252c5111f6fd0446c1"
}
},
"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"
}
}
}