From b9ed0ffaeb1c89f339f3101cb3256eafdee2cfc1 Mon Sep 17 00:00:00 2001 From: Hu3rror <19755727+hu3rror@users.noreply.github.com> Date: Sun, 10 Sep 2023 18:56:30 +0800 Subject: [PATCH] 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> --- bucket/eza.json | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 bucket/eza.json diff --git a/bucket/eza.json b/bucket/eza.json new file mode 100644 index 0000000000..0fcf7885e1 --- /dev/null +++ b/bucket/eza.json @@ -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" + } + } + } +}