eza: Update to version 0.11.1 (#5102)

* eza: Update to version 0.11.1, Fix url

* eza: Add hash to autoupdate
This commit is contained in:
sitiom 2023-09-14 16:40:47 +08:00 committed by GitHub
parent 7882cd9070
commit 9ce84197b9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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"
}
}
}