sitiom 9ce84197b9
eza: Update to version 0.11.1 (#5102)
* eza: Update to version 0.11.1, Fix url

* eza: Add hash to autoupdate
2023-09-14 14:10:47 +05:30

31 lines
899 B
JSON

{
"version": "0.11.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.11.1/eza_x86_64-pc-windows-gnu.zip",
"hash": "b8449069d33f133fc7b79b6db519a07922f399bb24f3e8d8721bd210b192eb0a"
}
},
"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"
}
}
}