From 9ce84197b9606cbb2721b5eb456ef7f17ae8fe9b Mon Sep 17 00:00:00 2001 From: sitiom Date: Thu, 14 Sep 2023 16:40:47 +0800 Subject: [PATCH] eza: Update to version 0.11.1 (#5102) * eza: Update to version 0.11.1, Fix url * eza: Add hash to autoupdate --- bucket/eza.json | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/bucket/eza.json b/bucket/eza.json index 0fcf7885e1..103f452bfd 100644 --- a/bucket/eza.json +++ b/bucket/eza.json @@ -1,12 +1,12 @@ { - "version": "0.11.0", + "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.0/x86_64-pc-windows-gnu-eza.exe#/eza.exe", - "hash": "480bceb36fe41c436d4ae3816333e0dcb2c9afbc5da56a8fb78315faaf5dc24f" + "url": "https://github.com/eza-community/eza/releases/download/v0.11.1/eza_x86_64-pc-windows-gnu.zip", + "hash": "b8449069d33f133fc7b79b6db519a07922f399bb24f3e8d8721bd210b192eb0a" } }, "bin": [ @@ -20,8 +20,11 @@ "autoupdate": { "architecture": { "64bit": { - "url": "https://github.com/eza-community/eza/releases/download/v$version/x86_64-pc-windows-gnu-eza.exe#/eza.exe" + "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" } } }