mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-10 10:41:28 +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.",
|
"description": "A modern, maintained replacement for ls, built on exa.",
|
||||||
"homepage": "https://github.com/eza-community/eza",
|
"homepage": "https://github.com/eza-community/eza",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"architecture": {
|
"architecture": {
|
||||||
"64bit": {
|
"64bit": {
|
||||||
"url": "https://github.com/eza-community/eza/releases/download/v0.11.0/x86_64-pc-windows-gnu-eza.exe#/eza.exe",
|
"url": "https://github.com/eza-community/eza/releases/download/v0.11.1/eza_x86_64-pc-windows-gnu.zip",
|
||||||
"hash": "480bceb36fe41c436d4ae3816333e0dcb2c9afbc5da56a8fb78315faaf5dc24f"
|
"hash": "b8449069d33f133fc7b79b6db519a07922f399bb24f3e8d8721bd210b192eb0a"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"bin": [
|
"bin": [
|
||||||
@ -20,8 +20,11 @@
|
|||||||
"autoupdate": {
|
"autoupdate": {
|
||||||
"architecture": {
|
"architecture": {
|
||||||
"64bit": {
|
"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