2023-09-14 20:24:40 +00:00

31 lines
899 B
JSON

{
"version": "0.12.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.12.0/eza_x86_64-pc-windows-gnu.zip",
"hash": "9a5c02d233e08f9038ea1b5e8ff32839f77aadd9f8881061cdfb9abc4c31eb62"
}
},
"bin": [
"eza.exe",
[
"eza.exe",
"exa"
]
],
"checkver": "github",
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/eza-community/eza/releases/download/v$version/eza_x86_64-pc-windows-gnu.zip"
}
},
"hash": {
"url": "https://github.com/eza-community/eza/releases/tag/v$version"
}
}
}