eza: Add version 0.11.0 (#5087)

* eza: Add version 0.11.0

* eza@0.11.0: rename bin

* Update bucket/eza.json

Co-authored-by: Rashil Gandhi <46838874+rashil2000@users.noreply.github.com>

---------

Co-authored-by: Rashil Gandhi <46838874+rashil2000@users.noreply.github.com>
This commit is contained in:
Hu3rror 2023-09-10 18:56:30 +08:00 committed by GitHub
parent 82d89618de
commit b9ed0ffaeb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

27
bucket/eza.json Normal file
View File

@ -0,0 +1,27 @@
{
"version": "0.11.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.11.0/x86_64-pc-windows-gnu-eza.exe#/eza.exe",
"hash": "480bceb36fe41c436d4ae3816333e0dcb2c9afbc5da56a8fb78315faaf5dc24f"
}
},
"bin": [
"eza.exe",
[
"eza.exe",
"exa"
]
],
"checkver": "github",
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/eza-community/eza/releases/download/v$version/x86_64-pc-windows-gnu-eza.exe#/eza.exe"
}
}
}
}