mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-09 10:11:21 +00:00
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:
parent
7882cd9070
commit
9ce84197b9
@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user